rtlwifi: rtl8192se: Updates from latest Realtek driver version - Part II
This patch incorporate the differences between the 06/20/2011 and 08/16/2011 Realtek releases of the rtl8192se driver. The changes include: 1. Fixing some typos in register usage. 2. A change in the handling of decryption status for 802.11w packets. Signed-off-by: Chaoming Li <chaoming_li@realsil.com.cn> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
db75993913
commit
5c079d8848
@@ -450,6 +450,7 @@ enum rtl_var_map {
|
||||
EFUSE_HWSET_MAX_SIZE,
|
||||
EFUSE_MAX_SECTION_MAP,
|
||||
EFUSE_REAL_CONTENT_SIZE,
|
||||
EFUSE_OOB_PROTECT_BYTES_LEN,
|
||||
|
||||
/*CAM map */
|
||||
RWCAM,
|
||||
@@ -1324,6 +1325,7 @@ struct rtl_stats {
|
||||
s8 rx_mimo_signalquality[2];
|
||||
bool packet_matchbssid;
|
||||
bool is_cck;
|
||||
bool is_ht;
|
||||
bool packet_toself;
|
||||
bool packet_beacon; /*for rssi */
|
||||
char cck_adc_pwdb[4]; /*for rx path selection */
|
||||
|
Reference in New Issue
Block a user