iwlwifi: mvm: send all the NVM sections to the NIC
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Sun, 5 Jan 2014 13:09:44 +0000 (15:09 +0200)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Mon, 13 Jan 2014 20:17:15 +0000 (22:17 +0200)
commit099d8f20b65d0dac07fb6e2ca0ed19e5d36d7d2e
treeac1b1bda45486835e4b31a8df86ac48aa759adec
parentcf9d11888091920e356d085a5fa1644fc5c05429
iwlwifi: mvm: send all the NVM sections to the NIC

Some NIC comes with more than the 4 NVM (non volative
memory) sections described in the nvm_to_read array.
These NICs usually get their NVM from an external file
fetched from userland during init.
We already parsed the file, but sent to the NIC only 4 NVM
sections whereas there could be more sections in the file.
Fix this.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/iwlwifi/mvm/nvm.c