mirror of
https://github.com/torvalds/linux.git
synced 2024-12-06 19:11:31 +00:00
639c26faf9
Just because priv->cck_agc_report_type is only one bit doesn't mean
it works like a bool. The value assigned to it loses all bits except
bit 0, so only assign 0 or 1 to it.
This affects the RTL8192EU, but rtl8xxxu already can't connect to any
networks with this chip, so it probably didn't bother anyone.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
rtl8xxxu_8188f.c | ||
rtl8xxxu_8192c.c | ||
rtl8xxxu_8192e.c | ||
rtl8xxxu_8723a.c | ||
rtl8xxxu_8723b.c | ||
rtl8xxxu_core.c | ||
rtl8xxxu_regs.h | ||
rtl8xxxu.h |