iwlwifi: move firmware file format definitions to correct header
authorJohannes Berg <johannes.berg@intel.com>
Wed, 19 Nov 2014 09:09:00 +0000 (10:09 +0100)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Mon, 1 Dec 2014 10:04:32 +0000 (12:04 +0200)
commita52703b2020f46d95e9f8e837615b5754c06a0ea
treec71b7f608e0ef3a96009aa299fc1834eb54e6855
parente7331845df48cd7905d0ac4452a9244446583e41
iwlwifi: move firmware file format definitions to correct header

The firmware file-format is described in iwl-fw-file.h, while the
internal handling structures and functions are in iwl-fw.h.

Fix the separation between the files by moving file format
definitions to iwl-fw-file.h.

Also add a missing description for a kernel-doc member, and it's
not needed to include iwl-fw-file.h again from the code (thanks
to Liad Kaufman).

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Reviewed-by: Liad Kaufman <liad.kaufman@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/iwlwifi/iwl-drv.c
drivers/net/wireless/iwlwifi/iwl-fw-file.h
drivers/net/wireless/iwlwifi/iwl-fw.h