Here are a couple of fixes to ath5k AP mode that have been kicking around for a bit. The sleep clock is disabled by legacy HAL for AP mode and at least one person had beaconing issues as a result of our not also doing so. Although we decided 'fix setup for CAB queue' was not ideal, there's no alternative at the moment and the current setup is causing problems for people, so IMO we should just take this patch as-is for now. Bob Copeland (2): ath5k: dont use external sleep clock in AP mode ath5k: fix setup for CAB queue drivers/net/wireless/ath/ath5k/ath5k.h | 2 +- drivers/net/wireless/ath/ath5k/base.c | 22 +++++++++++++++++++--- drivers/net/wireless/ath/ath5k/qcu.c | 5 +++-- drivers/net/wireless/ath/ath5k/reset.c | 5 +++-- 4 files changed, 26 insertions(+), 8 deletions(-) -- 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