linux/drivers/net/wireless/rtlwifi
Catalin Iacob c88d0dc1cc rtlwifi: Initialize rate_init member of struct rate_control_ops
This partially reverts commit 44ba973699.

rate_control_rate_init assumes the rate_init member of
struct rate_control_ops is not NULL therefore not initializing it leads to
an oops as soon the driver succesfully associates to an AP.

The removal of rate_update from 44ba973699
is ok because rate_update is checked for NULL before being
called.

Signed-off-by: Catalin Iacob <iacobcatalin@gmail.com>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2013-02-12 11:09:04 -05:00
..
rtl8192c rtlwifi: rtl8192c: Fix W=1 warning 2013-02-01 14:27:26 -05:00
rtl8192ce net: wireless/rtlwifi: fix uninitialized variable issue 2013-02-08 14:51:31 -05:00
rtl8192cu rtlwifi: rtl8192cu: Add new USB ID 2013-02-08 14:51:43 -05:00
rtl8192de rtlwifi: rtl8192de: Fix W=1 build warnings 2013-02-01 14:27:26 -05:00
rtl8192se Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless 2013-01-28 13:54:03 -05:00
rtl8723ae rtlwifi: rtl8723ae: Fix W=1 compile warnings 2013-02-01 14:27:27 -05:00
base.c
base.h
cam.c
cam.h
core.c mac80211: split TX aggregation stop action 2013-01-03 13:01:42 +01:00
core.h
debug.c
debug.h
efuse.c
efuse.h
Kconfig rtlwifi: Fix build warning introduced by commit a290593 2013-01-22 14:33:43 -05:00
Makefile
pci.c rtlwifi: Fix warning for unchecked pci_map_single() call 2013-01-02 14:38:31 -05:00
pci.h rtlwifi: remove __dev* attributes 2012-12-06 15:06:15 -05:00
ps.c
ps.h
rc.c rtlwifi: Initialize rate_init member of struct rate_control_ops 2013-02-12 11:09:04 -05:00
rc.h
regd.c wireless: make the reg_notifier() void 2013-01-14 11:32:44 +01:00
regd.h wireless: make the reg_notifier() void 2013-01-14 11:32:44 +01:00
stats.c
stats.h
usb.c rtlwifi: rtl8192cu: Fix NULL dereference BUG when using new_id 2013-02-08 14:51:34 -05:00
usb.h rtlwifi: rtl8192cu: Fix NULL dereference BUG when using new_id 2013-02-08 14:51:34 -05:00
wifi.h rtlwifi: Fix many compile warnings when using W=1 2013-02-01 14:27:25 -05:00