diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2015-04-30 09:29:06 +0300 |
---|---|---|
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2015-05-15 10:34:15 +0300 |
commit | ed65918735a50e1002d856749d3f1f5072f92cfa (patch) | |
tree | 4fc8c8494be0270ce03db55998facfdb1691dfd3 /drivers/net/wireless/iwlwifi/Kconfig | |
parent | 5f0d98f278f943cb6115b6fe4441f11a7015bb50 (diff) | |
download | linux-ed65918735a50e1002d856749d3f1f5072f92cfa.tar.bz2 |
iwlwifi: 7000: modify the firmware name for 3165
3165 really needs to load iwlwifi-7265D-13.ucode. This
device is supported starting from -13.ucode, update the
MIN and OK defines accordingly. While at it, add 3165 to
the device list in the Kconfig file.
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/Kconfig')
-rw-r--r-- | drivers/net/wireless/iwlwifi/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/Kconfig b/drivers/net/wireless/iwlwifi/Kconfig index ab019b45551b..f89f446e5c8a 100644 --- a/drivers/net/wireless/iwlwifi/Kconfig +++ b/drivers/net/wireless/iwlwifi/Kconfig @@ -21,6 +21,7 @@ config IWLWIFI Intel 7260 Wi-Fi Adapter Intel 3160 Wi-Fi Adapter Intel 7265 Wi-Fi Adapter + Intel 3165 Wi-Fi Adapter This driver uses the kernel's mac80211 subsystem. |