On 11/18/2011 04:33 PM, Johannes Berg wrote: > From: Johannes Berg <johannes.berg@xxxxxxxxx> > > Currently mac80211 implements these for all devices, > but given restrictions of some devices that isn't > really true, so prepare for being able to remove the > capability for some mac80211 devices. > > Signed-off-by: Johannes Berg <johannes.berg@xxxxxxxxx> [...] > --- a/drivers/net/wireless/ath/ath6kl/init.c 2011-11-18 09:47:37.000000000 +0100 > +++ b/drivers/net/wireless/ath/ath6kl/init.c 2011-11-18 09:47:38.000000000 +0100 > @@ -1603,7 +1603,8 @@ int ath6kl_core_init(struct ath6kl *ar) > ar->conf_flags |= ATH6KL_CONF_SUSPEND_CUTPOWER; > > ar->wiphy->flags |= WIPHY_FLAG_SUPPORTS_FW_ROAM | > - WIPHY_FLAG_HAVE_AP_SME; > + WIPHY_FLAG_HAVE_AP_SME | > + WIPHY_FLAG_HAS_REMAIN_ON_CHANNEL; For the ath6kl part: Acked-by: Kalle Valo <kvalo@xxxxxxxxxxxxxxxx> 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