diff options
author | David S. Miller <davem@davemloft.net> | 2018-12-20 16:47:10 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-12-20 16:47:10 -0800 |
commit | e69fbf31ca2cf6d6a2afedd0f8b30dcd10e76049 (patch) | |
tree | 2e4bc36c18d11be125f6b27ddca4f31c01c63863 /include/linux | |
parent | aa9d6e0f33aea8a1879e7e53fe0e436943f9ce0c (diff) | |
parent | fbbae71d374f24887d78631e50210b7110fffb84 (diff) | |
download | linux-stable-e69fbf31ca2cf6d6a2afedd0f8b30dcd10e76049.tar.gz linux-stable-e69fbf31ca2cf6d6a2afedd0f8b30dcd10e76049.tar.bz2 linux-stable-e69fbf31ca2cf6d6a2afedd0f8b30dcd10e76049.zip |
Merge tag 'wireless-drivers-next-for-davem-2018-12-20' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next
Kalle Valo says:
====================
wireless-drivers-next patches for 4.21
Last set of patches for 4.21. mt76 is still in very active development
and having some refactoring as well as new features. But also other
drivers got few new features and fixes.
Major changes:
ath10k
* add amsdu support for QCA6174 monitor mode
* report tx rate using the new ieee80211_tx_rate_update() API
* wcn3990 support is not experimental anymore
iwlwifi
* support for FW version 43 for 9000 and 22000 series
brcmfmac
* add support for CYW43012 SDIO chipset
* add the raw 4354 PCIe device ID for unprogrammed Cypress boards
mwifiex
* add NL80211_STA_INFO_RX_BITRATE support
mt76
* use the same firmware for mt76x2e and mt76x2u
* mt76x0e survey support
* more unification between mt76x2 and mt76x0
* mt76x0e AP mode support
* mt76x0e DFS support
* rework and fix tx status handling for mt76x0 and mt76x2
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/mmc/sdio_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmc/sdio_ids.h b/include/linux/mmc/sdio_ids.h index 4224902a8e22..4332199c71c2 100644 --- a/include/linux/mmc/sdio_ids.h +++ b/include/linux/mmc/sdio_ids.h @@ -42,6 +42,7 @@ #define SDIO_DEVICE_ID_BROADCOM_4354 0x4354 #define SDIO_DEVICE_ID_BROADCOM_4356 0x4356 #define SDIO_DEVICE_ID_CYPRESS_4373 0x4373 +#define SDIO_DEVICE_ID_CYPRESS_43012 43012 #define SDIO_VENDOR_ID_INTEL 0x0089 #define SDIO_DEVICE_ID_INTEL_IWMC3200WIMAX 0x1402 |