File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
drivers/net/wireless/intel/iwlwifi Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -553,8 +553,7 @@ static const struct ieee80211_sband_iftype_data iwl_he_capa[] = {
553
553
.has_he = true,
554
554
.he_cap_elem = {
555
555
.mac_cap_info [0 ] =
556
- IEEE80211_HE_MAC_CAP0_HTC_HE |
557
- IEEE80211_HE_MAC_CAP0_TWT_REQ ,
556
+ IEEE80211_HE_MAC_CAP0_HTC_HE ,
558
557
.mac_cap_info [1 ] =
559
558
IEEE80211_HE_MAC_CAP1_TF_MAC_PAD_DUR_16US |
560
559
IEEE80211_HE_MAC_CAP1_MULTI_TID_AGG_RX_QOS_8 ,
Original file line number Diff line number Diff line change @@ -226,7 +226,6 @@ static const u8 he_if_types_ext_capa_sta[] = {
226
226
[0 ] = WLAN_EXT_CAPA1_EXT_CHANNEL_SWITCHING ,
227
227
[2 ] = WLAN_EXT_CAPA3_MULTI_BSSID_SUPPORT ,
228
228
[7 ] = WLAN_EXT_CAPA8_OPMODE_NOTIF ,
229
- [9 ] = WLAN_EXT_CAPA10_TWT_REQUESTER_SUPPORT ,
230
229
};
231
230
232
231
static const struct wiphy_iftype_ext_capab he_iftypes_ext_capa [] = {
You can’t perform that action at this time.
0 commit comments