mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2025-01-06 06:06:09 +00:00
Merge pull request #39 from evilphish/v5.1.5
removed unnecessary extern const
This commit is contained in:
commit
ef8244ba20
@ -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);
|
u32 rtw_restructure_vht_ie(_adapter *padapter, u8 *in_ie, u8 *out_ie, uint in_len, uint *pout_len);
|
||||||
void VHTOnAssocRsp(_adapter *padapter);
|
void VHTOnAssocRsp(_adapter *padapter);
|
||||||
u8 rtw_vht_mcsmap_to_nss(u8 *pvht_mcs_map);
|
u8 rtw_vht_mcsmap_to_nss(u8 *pvht_mcs_map);
|
||||||
extern const u16 VHT_MCS_DATA_RATE[3][2][30];
|
|
||||||
|
|
||||||
#endif /* _RTW_VHT_H_ */
|
#endif /* _RTW_VHT_H_ */
|
||||||
|
Loading…
Reference in New Issue
Block a user