This is the 2nd version of the ath10k USB RFC. There are only minor updates since last version. The main difference when compared to the previous RFC is that the high latency stuff that is common between USB and SDIO has been moved out of this patchset and into another (separate) patchset. I was actually thinking about squashing all the patches into one, but decided not to do so since I wanted usb.h, usb.c and the update Kconfig + Makefile in one separate patch. Perhaps patch 1 and 2 should be squashed? Erik Stromdahl (3): ath10k: various usb related definitions ath10k: different fw file names for usb ath10k: add initial USB support drivers/net/wireless/ath/ath10k/Kconfig | 7 + drivers/net/wireless/ath/ath10k/Makefile | 3 + drivers/net/wireless/ath/ath10k/core.c | 1 + drivers/net/wireless/ath/ath10k/core.h | 3 + drivers/net/wireless/ath/ath10k/debug.h | 2 + drivers/net/wireless/ath/ath10k/usb.c | 1128 ++++++++++++++++++++++++++++++ drivers/net/wireless/ath/ath10k/usb.h | 128 ++++ 7 files changed, 1272 insertions(+) create mode 100644 drivers/net/wireless/ath/ath10k/usb.c create mode 100644 drivers/net/wireless/ath/ath10k/usb.h -- 2.7.4