linux_dsm_epyc7002/drivers/net/wireless/rtlwifi
Taehee Yoo cad737dfde rtlwifi: Add encryption argument in rtl_is_special_data for checking DHCP packet.
rtl8192cu can't connect to AP after physical reconnect.
according to dmesg, that problem's cause was DHCP timeout.

rtl_is_special_data function checks packet type for adjusting rate.
when that function is called from _rtl_rc_get_highest_rix, it can not
calculate offset correctly. so i add argument is_encn in rtl_is_special_data.
is_enc variable mean that iv header is added in skb parameter.

i test only rtl8192cu chipset. because i doesn't have other rtlwifi chipsets.

Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2015-04-07 20:09:04 +03:00
..
btcoexist
rtl8188ee rtlwifi: Change REG_CR+2 to MSR 2015-03-30 11:30:07 +03:00
rtl8192c
rtl8192ce
rtl8192cu rtlwifi: rtl8192cu: Add new device ID 2015-03-30 11:38:25 +03:00
rtl8192de rtlwifi: Change REG_CR+2 to MSR 2015-03-30 11:30:07 +03:00
rtl8192ee rtlwifi: Change REG_CR+2 to MSR 2015-03-30 11:30:07 +03:00
rtl8192se rtlwifi: Change REG_CR+2 to MSR 2015-03-30 11:30:07 +03:00
rtl8723ae rtlwifi: Change REG_CR+2 to MSR 2015-03-30 11:30:07 +03:00
rtl8723be rtlwifi: Change REG_CR+2 to MSR 2015-03-30 11:30:07 +03:00
rtl8723com
rtl8821ae rtlwifi: Change REG_CR+2 to MSR 2015-03-30 11:30:07 +03:00
base.c rtlwifi: Add encryption argument in rtl_is_special_data for checking DHCP packet. 2015-04-07 20:09:04 +03:00
base.h rtlwifi: Add encryption argument in rtl_is_special_data for checking DHCP packet. 2015-04-07 20:09:04 +03:00
cam.c
cam.h
core.c
core.h
debug.c
debug.h
efuse.c
efuse.h
Kconfig
Makefile
pci.c rtlwifi: Add encryption argument in rtl_is_special_data for checking DHCP packet. 2015-04-07 20:09:04 +03:00
pci.h
ps.c
ps.h
pwrseqcmd.h
rc.c rtlwifi: Add encryption argument in rtl_is_special_data for checking DHCP packet. 2015-04-07 20:09:04 +03:00
rc.h
regd.c
regd.h
stats.c
stats.h
usb.c
usb.h
wifi.h