mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-22 04:23:39 +00:00
rtl8188eu: Fix struct rtw_ieee80211_ht_cap
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
b17edc5b73
commit
7b91d5660e
1 changed files with 4 additions and 4 deletions
|
@ -631,11 +631,11 @@ struct rtw_ieee80211_bar {
|
||||||
|
|
||||||
struct rtw_ieee80211_ht_cap {
|
struct rtw_ieee80211_ht_cap {
|
||||||
__le16 cap_info;
|
__le16 cap_info;
|
||||||
unsigned char ampdu_params_info;
|
u8 ampdu_params_info;
|
||||||
unsigned char supp_mcs_set[16];
|
u8 supp_mcs_set[16];
|
||||||
__le16 extended_ht_cap_info;
|
__le16 extended_ht_cap_info;
|
||||||
__le16 tx_BF_cap_info;
|
__le32 tx_BF_cap_info;
|
||||||
unsigned char antenna_selection_info;
|
u8 antenna_selection_info;
|
||||||
} __packed;
|
} __packed;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue