From: Emmanuel Grumbach Date: Sun, 5 Jan 2014 13:09:44 +0000 (+0200) Subject: iwlwifi: mvm: send all the NVM sections to the NIC X-Git-Tag: v3.14-rc1~94^2~113^2^2~18^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=099d8f20b65d0dac07fb6e2ca0ed19e5d36d7d2e;p=pandora-kernel.git 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 --- Reading git-diff-tree failed