Files
android_kernel_xiaomi_sm8450/drivers/net/wireless/rt2x00
Ivo van Doorn ad2f34b41f rt2x00: Fix build error when crypto support is disabled
When only rt2400pci or rt2500pci is compiled without any of the other
rt2x00 modules, then CONFIG_RT2X00_LIB_CRYPTO will not be enabled.

However rt2x00mac_set_tim() implemented within #ifdef CONFIG_RT2X00_LIB_CRYPTO
statements while the declaration is placed outside the definition. This results in linking
errors as reporte by Ken.

rt2x00_set_tim() has nothing to do with crypto, and thus should be moved outside
of the #ifdef statements.

Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-08-04 16:43:22 -04:00
..
2009-07-10 15:02:27 -04:00
2009-07-24 15:05:26 -04:00
2009-07-24 15:05:26 -04:00
2009-02-09 15:03:47 -05:00
2009-07-24 15:05:26 -04:00
2009-07-24 15:05:26 -04:00
2009-07-24 15:05:26 -04:00
2009-07-24 15:05:26 -04:00
2009-07-24 15:05:26 -04:00
2009-07-24 15:05:26 -04:00
2009-07-24 15:05:26 -04:00
2009-07-24 15:05:26 -04:00
2009-07-24 15:05:26 -04:00
2009-07-24 15:05:26 -04:00