iwlwifi: 8000: fix MODULE_FIRMWARE input
authorSara Sharon <sara.sharon@intel.com>
Mon, 11 Apr 2016 12:01:46 +0000 (15:01 +0300)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Tue, 12 Apr 2016 08:52:29 +0000 (11:52 +0300)
commite1ba684f762b9a8064de2c916bb60b1694dd8a17
treeaa7e8d6ded649a6c80935d3a5e28ff2107e4b1d3
parentcd49727e1a2bccc4ff008dde24c2f8430dd9e368
iwlwifi: 8000: fix MODULE_FIRMWARE input

The firwmare name for 8000 is iwlwifi-8000C. The C is
appended based on a value read from a register. This
allows to load different firwmare versions based on
the hardware step during development. Now that the
hardware development is completed, we can hard code
the 'C' and along the way, fix the input to
MODULE_FIRMWARE.

This fixes:
https://bugzilla.kernel.org/show_bug.cgi?id=116041

Signed-off-by: Sara Sharon <sara.sharon@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/intel/iwlwifi/iwl-8000.c
drivers/net/wireless/intel/iwlwifi/iwl-drv.c
This page took 0.025052 seconds and 5 git commands to generate.