I'm resending the Antenna API series with the one fix which was requested last time. No we disallow antenna configuration if the wifi is running, to make life easier for 802.11n devices, which might have to recalculate chainmasks and HT settings based on the available antennas. I hope this makes it acceptable for merging now. bruno --- Bruno Randolf (3): cfg80211: Add nl80211 antenna configuration mac80211: Add antenna configuration ath5k: Add support for antenna configuration drivers/net/wireless/ath/ath5k/base.c | 32 +++++++++++++++++++++ include/linux/nl80211.h | 25 +++++++++++++++++ include/net/cfg80211.h | 3 ++ include/net/mac80211.h | 2 + net/mac80211/cfg.c | 19 +++++++++++++ net/mac80211/driver-ops.h | 23 +++++++++++++++ net/mac80211/driver-trace.h | 50 +++++++++++++++++++++++++++++++++ net/wireless/nl80211.c | 31 ++++++++++++++++++++ 8 files changed, 184 insertions(+), 1 deletions(-) -- Signature -- 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