diff --git a/[refs] b/[refs] index 134929748a23..03d77296760b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9c80d3dc272ec5ce44a7564e5392f950ad38357a +refs/heads/master: 5fd12d4da198647e834f93f163e20bfcdd33bad8 diff --git a/trunk/net/mac80211/mlme.c b/trunk/net/mac80211/mlme.c index eb1832aa1fe5..2341e5b3c248 100644 --- a/trunk/net/mac80211/mlme.c +++ b/trunk/net/mac80211/mlme.c @@ -2996,7 +2996,7 @@ static void ieee80211_rx_mgmt_action(struct ieee80211_sub_if_data *sdata, case WLAN_CATEGORY_SPECTRUM_MGMT: if (local->hw.conf.channel->band != IEEE80211_BAND_5GHZ) break; - switch (mgmt->u.action.u.chan_switch.action_code) { + switch (mgmt->u.action.u.measurement.action_code) { case WLAN_ACTION_SPCT_MSR_REQ: if (len < (IEEE80211_MIN_ACTION_SIZE + sizeof(mgmt->u.action.u.measurement)))