1
0
Fork 0
remarkable-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 staging/rtl81*: build as loadable modules only 2011-04-04 22:46:15 -07:00
Makefile Staging: rtl8187se: Fix typos. 2012-04-18 16:58:16 -07:00
TODO staging: r8187se: Change to use common eeprom routines in EEPROM_93CX 2010-03-03 16:42:57 -08:00
r8180.h Staging: rtl8187se: Fix typos. 2012-04-18 16:58:16 -07:00
r8180_93cx6.h staging: r8187se: Change to use common eeprom routines in EEPROM_93CX 2010-03-03 16:42:57 -08:00
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 Staging: rtl8187se: r8180.h: fixed alot of checkpatch.pl issues 2010-09-21 10:49:31 -07:00
r8180_hw.h Staging: rtl8187se: r8180_hw: fixed a lot of checkpatch.pl issues 2010-09-21 10:49:31 -07:00
r8180_rtl8225.h Staging: rtl8187se: r8180_rtl8225: fixed a lot of checkpatch.pl issues 2010-09-21 10:49:32 -07:00
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