On Wed, 2011-01-26 at 10:29 +0200, juuso.oikarinen@xxxxxxxxx wrote: > From: Juuso Oikarinen <juuso.oikarinen@xxxxxxxxx> > > It's mandatory to support this along with 11a. > > Signed-off-by: Juuso Oikarinen <juuso.oikarinen@xxxxxxxxx> > --- > drivers/net/wireless/wl12xx/main.c | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/drivers/net/wireless/wl12xx/main.c b/drivers/net/wireless/wl12xx/main.c > index dfab21e..bc09812 100644 > --- a/drivers/net/wireless/wl12xx/main.c > +++ b/drivers/net/wireless/wl12xx/main.c > @@ -3215,7 +3215,8 @@ int wl1271_init_ieee80211(struct wl1271 *wl) > IEEE80211_HW_SUPPORTS_UAPSD | > IEEE80211_HW_HAS_RATE_CONTROL | > IEEE80211_HW_CONNECTION_MONITOR | > - IEEE80211_HW_SUPPORTS_CQM_RSSI; > + IEEE80211_HW_SUPPORTS_CQM_RSSI | > + IEEE80211_HW_SPECTRUM_MGMT; I once had a patch to remove this flag completely since it has very little effect at all on mac80211. Can I convince you to review the flag use in mac80211 and tell me why you think it is, or not, present? johannes -- 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