On 04/06/2012 11:35 PM, 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. > > Signed-off-by: Thomas Pedersen <c_tpeder@xxxxxxxxxxxxxxxx> Thanks, applied. But there was a sparse warning: drivers/net/wireless/ath/ath6kl/main.c:599:24: warning: incorrect type in assignment (different base types) drivers/net/wireless/ath/ath6kl/main.c:599:24: expected unsigned short [unsigned] [usertype] next_chan drivers/net/wireless/ath/ath6kl/main.c:599:24: got restricted __le16 [usertype] <noident> I fixed it like this: vif->next_chan = channel; vif->profile.ch = cpu_to_le16(channel); Please check my changes. Kalle -- 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