alistair23-linux/drivers/staging/rtl8187se
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
..
ieee80211 staging: Remove test of is_broadcast with is_multicast 2012-05-09 13:52:23 -07:00
Kconfig
Makefile Staging: rtl8187se: Fix typos. 2012-04-18 16:58:16 -07:00
r8180.h Staging: rtl8187se: Fix typos. 2012-04-18 16:58:16 -07:00
r8180_93cx6.h
r8180_core.c staging: Remove test of is_broadcast with is_multicast 2012-05-09 13:52:23 -07:00
r8180_dm.c Staging: rtl8187se: Fix typos. 2012-04-18 16:58:16 -07:00
r8180_dm.h
r8180_hw.h
r8180_rtl8225.h
r8180_rtl8225z2.c Staging: rtl8187se: Fix typos. 2012-04-18 16:58:16 -07:00
r8180_wx.c Staging: rtl8187se, rtl8192e: fix '&' vs '|' bugs 2012-06-12 10:52:32 -07:00
r8180_wx.h Staging: rtl8187se: Fix typos. 2012-04-18 16:58:16 -07:00
r8185b_init.c Staging: rtl8187se: Fix typos. 2012-04-18 16:58:16 -07:00
TODO