|
@@ -3204,7 +3204,8 @@ static const u64 care_about_ies =
|
|
(1ULL << WLAN_EID_CHANNEL_SWITCH) |
|
|
(1ULL << WLAN_EID_CHANNEL_SWITCH) |
|
|
(1ULL << WLAN_EID_PWR_CONSTRAINT) |
|
|
(1ULL << WLAN_EID_PWR_CONSTRAINT) |
|
|
(1ULL << WLAN_EID_HT_CAPABILITY) |
|
|
(1ULL << WLAN_EID_HT_CAPABILITY) |
|
|
- (1ULL << WLAN_EID_HT_OPERATION);
|
|
|
|
|
|
+ (1ULL << WLAN_EID_HT_OPERATION) |
|
|
|
|
+ (1ULL << WLAN_EID_EXT_CHANSWITCH_ANN);
|
|
|
|
|
|
static void ieee80211_rx_mgmt_beacon(struct ieee80211_sub_if_data *sdata,
|
|
static void ieee80211_rx_mgmt_beacon(struct ieee80211_sub_if_data *sdata,
|
|
struct ieee80211_mgmt *mgmt, size_t len,
|
|
struct ieee80211_mgmt *mgmt, size_t len,
|