OpenCloudOS-Kernel/drivers/net/wireless/rtlwifi/rtl8192c
Karsten Wiese 4f2b244c7d rtl8192cu: Prevent Ooops under rtl92c_set_fw_rsvdpagepkt
rtl92c_set_fw_rsvdpagepkt is used by rtl8192cu and its pci sibling rtl8192ce.
rtl_cmd_send_packet crashes when called inside rtl8192cu because it works on
memory allocated only by rtl8192ce.
Fix the crash by calling a dummy function when used in rtl8192cu.
Comparision with the realtek vendor driver makes me think, something is missing in
the dummy function.
Short test as WPA2 station show good results connected to an 802.11g basestation.
Traffic stops after few MBytes as WPA2 station connected to an 802.11n basestation.

Signed-off-by: Karsten Wiese <fzuuzf@googlemail.com>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2014-10-23 14:02:07 -04:00
..
Makefile rtlwifi: rtl8192ce: rtl8192cu: Fix multiple def errors for allyesconfig build 2011-02-23 16:28:41 -05:00
dm_common.c rtlwifi: rtl8192ce: rtl8192common: Update for latest version of Realtek drivers 2014-09-30 13:17:15 -04:00
dm_common.h rtlwifi: rtl8192c: Add new definitions in the dm_common header 2013-12-05 14:55:09 -05:00
fw_common.c rtl8192cu: Prevent Ooops under rtl92c_set_fw_rsvdpagepkt 2014-10-23 14:02:07 -04:00
fw_common.h rtl8192cu: Prevent Ooops under rtl92c_set_fw_rsvdpagepkt 2014-10-23 14:02:07 -04:00
main.c rtlwifi: Move pr_fmt macros to a single location 2012-01-30 15:48:23 -05:00
phy_common.c rtlwifi: rtl8192ce: rtl8192common: Update for latest version of Realtek drivers 2014-09-30 13:17:15 -04:00
phy_common.h rtlwifi: rtl8192ce: rtl8192common: Update for latest version of Realtek drivers 2014-09-30 13:17:15 -04:00