|
@@ -680,6 +680,7 @@ ieee80211_mesh_build_beacon(struct ieee80211_if_mesh *ifmsh)
|
|
|
*pos++ = 0x0;
|
|
*pos++ = 0x0;
|
|
|
*pos++ = ieee80211_frequency_to_channel(
|
|
*pos++ = ieee80211_frequency_to_channel(
|
|
|
csa->settings.chandef.chan->center_freq);
|
|
csa->settings.chandef.chan->center_freq);
|
|
|
|
|
+ bcn->csa_current_counter = csa->settings.count;
|
|
|
bcn->csa_counter_offsets[0] = hdr_len + 6;
|
|
bcn->csa_counter_offsets[0] = hdr_len + 6;
|
|
|
*pos++ = csa->settings.count;
|
|
*pos++ = csa->settings.count;
|
|
|
*pos++ = WLAN_EID_CHAN_SWITCH_PARAM;
|
|
*pos++ = WLAN_EID_CHAN_SWITCH_PARAM;
|