iwlwifi: convert flat GEO profile table to a struct version
The GEO profiles have been stored in single-dimension arrays and the access has been done via a single index. We will soon need to support different revisions of this table, which will make the flat array even harder to handle. To prepare for that, convert the single-dimension array to a struct with substructures. Signed-off-by:Luca Coelho <luciano.coelho@intel.com> Link: https://lore.kernel.org/r/iwlwifi.20210805141826.56f3506411a2.I600ed3708d19f2263a5a8d143f6711d08499bbb0@changeid Signed-off-by:
Luca Coelho <luciano.coelho@intel.com>
Showing
- drivers/net/wireless/intel/iwlwifi/fw/acpi.c 27 additions, 21 deletionsdrivers/net/wireless/intel/iwlwifi/fw/acpi.c
- drivers/net/wireless/intel/iwlwifi/fw/acpi.h 12 additions, 2 deletionsdrivers/net/wireless/intel/iwlwifi/fw/acpi.h
- drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c 6 additions, 5 deletionsdrivers/net/wireless/intel/iwlwifi/mvm/debugfs.c
Please register or sign in to comment