From 5e1dea9391b2d2facf3a12cf1b9d11f57b07f9f9 Mon Sep 17 00:00:00 2001 From: evilphish Date: Mon, 23 Oct 2017 21:36:05 +0200 Subject: [PATCH] removed unnecessary extern const --- include/rtw_vht.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/rtw_vht.h b/include/rtw_vht.h index b273eb6..1d886bb 100644 --- a/include/rtw_vht.h +++ b/include/rtw_vht.h @@ -139,6 +139,5 @@ void rtw_process_vht_op_mode_notify(_adapter *padapter, u8 *pframe, PVOID sta); u32 rtw_restructure_vht_ie(_adapter *padapter, u8 *in_ie, u8 *out_ie, uint in_len, uint *pout_len); void VHTOnAssocRsp(_adapter *padapter); u8 rtw_vht_mcsmap_to_nss(u8 *pvht_mcs_map); -extern const u16 VHT_MCS_DATA_RATE[3][2][30]; #endif /* _RTW_VHT_H_ */