Dan Carpenter 6fe864409b Staging: rtl8187se, rtl8192e: fix '&' vs '|' bugs
The original code is equivalent to:

	wrqu->retry.flags = 0x1000 & 0x0002;

so it just sets .flags to zero.  We should be ORing the values together
like r8192_wx_get_retry() does in drivers/staging/rtl8192u/r8192U_wx.c.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-06-12 10:52:32 -07:00
..
2011-11-30 14:16:42 -08:00
2011-11-30 14:16:42 -08:00
2011-08-23 19:00:42 -05:00
2012-04-24 11:28:24 -07:00
2012-04-24 11:28:24 -07:00
2012-04-24 11:28:24 -07:00
2011-08-23 20:04:16 -05:00