This series contains the rebased patches for 5/10 MHz and channel switch announcement for ath5k/ath9k as sent in their respective series earlier. No modification was made. Since Johannes picked the nl/cfg/mac80211 parts only, these patches are still missing in the tree. John reported some trouble building with these patches, but I couldn't see any problems here. The series is based on wireless-testing of todays master. Please tell me if there are any problems (including compiler errors and kernel config) so I can rework if neccesary. Thanks! Simon Simon Wunderlich (9): ath9k: always use SIFS times from OFDM for 5/10 MHz ath9k: use chandef instead of channel_type ath9k: report 5/10 MHz channels ath9k: set 5/10 MHz supported channels and fix bitrate ath9k: announce that ath9k supports 5/10 MHz ath5k: report 5/10 MHz channels ath5k: set 5/10 MHz supported channels and fix duration ath5k: enable support for 5 MHz and 10 MHz channels ath9k: enable CSA functionality in ath9k drivers/net/wireless/ath/ath5k/ath5k.h | 1 + drivers/net/wireless/ath/ath5k/base.c | 59 ++++++++++++++++++---- drivers/net/wireless/ath/ath5k/base.h | 2 +- drivers/net/wireless/ath/ath5k/mac80211-ops.c | 2 +- drivers/net/wireless/ath/ath5k/pcu.c | 2 + drivers/net/wireless/ath/ath5k/qcu.c | 25 ++++++++- drivers/net/wireless/ath/ath9k/ath9k.h | 2 + drivers/net/wireless/ath/ath9k/beacon.c | 21 ++++++++ drivers/net/wireless/ath/ath9k/common.c | 67 +++++++++++++++---------- drivers/net/wireless/ath/ath9k/common.h | 3 +- drivers/net/wireless/ath/ath9k/htc_drv_main.c | 5 +- drivers/net/wireless/ath/ath9k/hw.c | 5 +- drivers/net/wireless/ath/ath9k/init.c | 30 +++++++---- drivers/net/wireless/ath/ath9k/main.c | 25 +++++++-- drivers/net/wireless/ath/ath9k/rc.c | 9 +++- drivers/net/wireless/ath/ath9k/recv.c | 11 ++++ drivers/net/wireless/ath/ath9k/xmit.c | 2 + 17 files changed, 206 insertions(+), 65 deletions(-) -- 1.7.10.4 -- 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