]> asedeno.scripts.mit.edu Git - linux.git/commit
iwlwifi: do not fail on large amount of channels
authorShaul Triebitz <shaul.triebitz@intel.com>
Sun, 23 Dec 2018 11:09:50 +0000 (13:09 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Thu, 14 Feb 2019 09:29:45 +0000 (11:29 +0200)
commit4c816b2132aa287a1940125e7c33139710d9cf17
tree35c7884d3e81e1a0c91b8a75aca0b26331724752
parentf130bb75d8817c560b48c4d1a0e5279968a0859d
iwlwifi: do not fail on large amount of channels

Until supporting UHB (ultra high band) channels for
devices AX210, do not fail if number of channels reported
by firmware is greater than NL80211_MAX_SUPP_REG_RULES.
The Driver in that case will use only the non-UHB channels.

Signed-off-by: Shaul Triebitz <shaul.triebitz@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.c