From: Sujith Manoharan <Sujith.Manoharan@xxxxxxxxxxx> Here are some cleanups/fixes. These add some preliminary code needed to enable AP mode. AP mode is not enabled in this series, it would be done later when proper TX status reporting and TX filtering is added to the firmware. These patches don't require a firmware update and the internal patch queue was growing long and unwieldy, so it would be good to have these merged. Sujith Sujith Manoharan (23): ath9k_htc: Handle storage devices ath9k_htc: Allow upto two simultaneous interfaces ath9k_htc: Unify target capability updating ath9k_htc: Fix error handling in add_interface ath9k_htc: Remove OP_PREAMBLE_SHORT ath9k_htc: Remove OP_PROTECT_ENABLE ath9k_htc: Remove OP_ASSOCIATED variable ath9k_htc: Set the BSSID mask for multiple interfaces ath9k_htc: Make sequence number calculation per-VIF ath9k_htc: Use VIF from the packet's control data ath9k_htc: Protect ampdu_action with a mutex ath9k_htc: Maintain individual counters for interfaces ath9k_htc: Allow AP interface to be created ath9k_htc: Calculate and set the HW opmode ath9k_htc: Add ANI for AP mode ath9k_htc: Disable powersave if an AP interface is present ath9k_htc: Configure beacon timers in AP mode ath9k_htc: Fix TBTT calculation for IBSS mode ath9k_htc: Handle BSSID/AID for multiple interfaces ath9k_htc: Fix host RX initialization ath9k_htc: Fix RX filters ath9k_htc: Add debug code to print endpoint mapping ath9k_htc: Fix error path in URB allocation drivers/net/wireless/ath/ath9k/hif_usb.c | 78 ++++- drivers/net/wireless/ath/ath9k/htc.h | 76 ++++- drivers/net/wireless/ath/ath9k/htc_drv_beacon.c | 137 +++++++- drivers/net/wireless/ath/ath9k/htc_drv_init.c | 19 +- drivers/net/wireless/ath/ath9k/htc_drv_main.c | 448 ++++++++++++++++------- drivers/net/wireless/ath/ath9k/htc_drv_txrx.c | 82 +++-- drivers/net/wireless/ath/ath9k/reg.h | 1 + drivers/net/wireless/ath/ath9k/wmi.c | 4 - 8 files changed, 643 insertions(+), 202 deletions(-) -- 1.7.4.1 -- 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