On Wed, 2012-04-04 at 11:56 -0700, Thomas Pedersen wrote: > If an ath6kl AP vif is beaconing on one channel, and a STA vif > associates on a different channel, a WMI_DISCONNECT event will be sent > to the AP vif. Make the AP vif follow the STA interface, and notify > userspace. trivia: > diff --git a/drivers/net/wireless/ath/ath6kl/cfg80211.c b/drivers/net/wireless/ath/ath6kl/cfg80211.c [] > @@ -1015,6 +1015,19 @@ out: > vif->scan_req = NULL; > } > > +void ath6kl_cfg80211_ch_switch_notify(struct ath6kl_vif *vif, int channel, > + enum wmi_phy_mode mode) > +{ > + enum nl80211_channel_type type; > + > + ath6kl_dbg(ATH6KL_DBG_WLAN_CFG, "channel switch notify nw_type %d" > + "freq %d mode %d", vif->nw_type, channel, mode); Please coalesce formats. If you had, you'd've seen a problem with this format. Add a newline "\n" terminator to it too. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html