Hi, This series fixes a few issues with BSSID handling and removes unused stuff in both the firmware and the host driver. The required firmware version is now 1.3 and the new firmware will be uploaded to http://wireless.kernel.org/download/htc_fw/ once Luis comes out of his slumber. For the record, the FW Changelog for v1.3 is: * Remove unused PHY modes (TURBO etc.) * Remove unused MIMO PS code. * Cleanup node flags. * Remove FastFrame code. * Fix various bugs in management frame transmission. * Fix duration calculation. * Fix packet type calculation. * Enable CAB queue for UB94/95. * Fix sequence number assignment. * Remove vendor-specific hacks. * Add TX completion for multicast packets. * Various code cleanups. * Reduce credit size for UB94/95 to 45. Sujith Sujith Manoharan (8): ath9k_htc: Fix mode selection ath9k_htc: Fix station flags ath9k_htc: Recalculate the BSSID mask on interface removal ath9k_htc: Fix RX filter calculation ath9k_htc: Fix BSSID calculation ath9k_htc: Fix max subframe handling ath9k_htc: Change credit limit for UB94/95 ath9k_htc: Fix packet timeout drivers/net/wireless/ath/ath9k/hif_usb.h | 2 +- drivers/net/wireless/ath/ath9k/htc.h | 23 ++------ drivers/net/wireless/ath/ath9k/htc_drv_init.c | 7 +-- drivers/net/wireless/ath/ath9k/htc_drv_main.c | 77 ++++++++++++++++--------- drivers/net/wireless/ath/ath9k/htc_drv_txrx.c | 4 + 5 files changed, 61 insertions(+), 52 deletions(-) -- 1.7.5.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