linux_dsm_epyc7002/drivers/net/wireless/realtek/rtlwifi/rtl8192cu
Larry Finger 01bb31de52 rtlwifi: rtl8192cu: Fix value set in descriptor
In the process of converting the bit manipulation macros were converted
to use GENMASK(), the compiler reported a value too big for the field.
The offending statement was trying to write 0x100 into a 5-bit field.
An accompaning comment says to set bit 3, thus the code is changed
appropriately.

This error has been in the driver since its initial submission.

Fixes: 29d00a3e46 ("rtlwifi: rtl8192cu: Add routine trx")
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2019-09-03 16:28:13 +03:00
..
def.h rtlwifi: rtl8192cu: Replace old-style license information 2019-02-19 17:00:05 +02:00
dm.c rtlwifi: rtl8192cu: Replace old-style license information 2019-02-19 17:00:05 +02:00
dm.h rtlwifi: rtl8192cu: Replace old-style license information 2019-02-19 17:00:05 +02:00
hw.c rtlwifi: rtl8192cu: Fix problems with blank lines 2019-02-28 10:30:04 +02:00
hw.h rtlwifi: rtl8192cu: Fix problems with blank lines 2019-02-28 10:30:04 +02:00
led.c rtlwifi: rtl8192{c,u}: Remove CamelCase variables 2019-02-19 17:02:56 +02:00
led.h rtlwifi: rtl8192cu: Replace old-style license information 2019-02-19 17:00:05 +02:00
mac.c rtlwifi: rtl8192cu: Fix problems with blank lines 2019-02-28 10:30:04 +02:00
mac.h rtlwifi: rtl8192cu: Fix problems with blank lines 2019-02-28 10:30:04 +02:00
Makefile
phy.c rtlwifi: rtl8192{c,u}: Remove CamelCase variables 2019-02-19 17:02:56 +02:00
phy.h rtlwifi: rtl8192cu: Replace old-style license information 2019-02-19 17:00:05 +02:00
reg.h rtlwifi: rtl8192cu: Replace old-style license information 2019-02-19 17:00:05 +02:00
rf.c rtlwifi: rtl8192cu: remove set but not used variable 'turbo_scanoff' 2019-04-26 14:58:53 +03:00
rf.h rtlwifi: rtl8192cu: Replace old-style license information 2019-02-19 17:00:05 +02:00
sw.c rtlwifi: remove assignment to itself 2019-07-24 14:54:56 +03:00
sw.h rtlwifi: rtl8192cu: Replace old-style license information 2019-02-19 17:00:05 +02:00
table.c rtlwifi: rtl8192{c,u}: Remove CamelCase variables 2019-02-19 17:02:56 +02:00
table.h rtlwifi: rtl8192{c,u}: Remove CamelCase variables 2019-02-19 17:02:56 +02:00
trx.c rtlwifi: rtl8192cu: Fix value set in descriptor 2019-09-03 16:28:13 +03:00
trx.h rtlwifi: rtl8192cu: Fix problems with blank lines 2019-02-28 10:30:04 +02:00