Searched hist:e9b63341dc15d8ee20b04e174f41873a44ca3f34 (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-nvm-parse.h | diff e9b63341dc15d8ee20b04e174f41873a44ca3f34 Mon Jun 12 10:51:06 CDT 2023 Abhishek Naik <abhishek.naik@intel.com> wifi: iwlwifi: update response for mcc_update command
Add support for the MCC update response version 8. Versions 5-6 are already covered by the existing flags conversion, and 7 isn't used.
The capabilities field in iwl_mcc_update_resp is 32 bits wide now, and the flags moved, so some more changes are needed.
While at it, convert the flags to bool (to avoid having to deal with BIT(16) specially etc.) and use the struct_size() macro for the memory allocation.
Signed-off-by: Abhishek Naik <abhishek.naik@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Gregory Greenman <gregory.greenman@intel.com> Link: https://lore.kernel.org/r/20230612184434.71a7070aecd7.Ibddcb9fbfa74895f742c0ac20968720691c94853@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
|
H A D | iwl-nvm-parse.c | diff e9b63341dc15d8ee20b04e174f41873a44ca3f34 Mon Jun 12 10:51:06 CDT 2023 Abhishek Naik <abhishek.naik@intel.com> wifi: iwlwifi: update response for mcc_update command
Add support for the MCC update response version 8. Versions 5-6 are already covered by the existing flags conversion, and 7 isn't used.
The capabilities field in iwl_mcc_update_resp is 32 bits wide now, and the flags moved, so some more changes are needed.
While at it, convert the flags to bool (to avoid having to deal with BIT(16) specially etc.) and use the struct_size() macro for the memory allocation.
Signed-off-by: Abhishek Naik <abhishek.naik@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Gregory Greenman <gregory.greenman@intel.com> Link: https://lore.kernel.org/r/20230612184434.71a7070aecd7.Ibddcb9fbfa74895f742c0ac20968720691c94853@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | nvm-reg.h | diff e9b63341dc15d8ee20b04e174f41873a44ca3f34 Mon Jun 12 10:51:06 CDT 2023 Abhishek Naik <abhishek.naik@intel.com> wifi: iwlwifi: update response for mcc_update command
Add support for the MCC update response version 8. Versions 5-6 are already covered by the existing flags conversion, and 7 isn't used.
The capabilities field in iwl_mcc_update_resp is 32 bits wide now, and the flags moved, so some more changes are needed.
While at it, convert the flags to bool (to avoid having to deal with BIT(16) specially etc.) and use the struct_size() macro for the memory allocation.
Signed-off-by: Abhishek Naik <abhishek.naik@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Gregory Greenman <gregory.greenman@intel.com> Link: https://lore.kernel.org/r/20230612184434.71a7070aecd7.Ibddcb9fbfa74895f742c0ac20968720691c94853@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | nvm.c | diff e9b63341dc15d8ee20b04e174f41873a44ca3f34 Mon Jun 12 10:51:06 CDT 2023 Abhishek Naik <abhishek.naik@intel.com> wifi: iwlwifi: update response for mcc_update command
Add support for the MCC update response version 8. Versions 5-6 are already covered by the existing flags conversion, and 7 isn't used.
The capabilities field in iwl_mcc_update_resp is 32 bits wide now, and the flags moved, so some more changes are needed.
While at it, convert the flags to bool (to avoid having to deal with BIT(16) specially etc.) and use the struct_size() macro for the memory allocation.
Signed-off-by: Abhishek Naik <abhishek.naik@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Gregory Greenman <gregory.greenman@intel.com> Link: https://lore.kernel.org/r/20230612184434.71a7070aecd7.Ibddcb9fbfa74895f742c0ac20968720691c94853@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
|
H A D | mvm.h | diff e9b63341dc15d8ee20b04e174f41873a44ca3f34 Mon Jun 12 10:51:06 CDT 2023 Abhishek Naik <abhishek.naik@intel.com> wifi: iwlwifi: update response for mcc_update command
Add support for the MCC update response version 8. Versions 5-6 are already covered by the existing flags conversion, and 7 isn't used.
The capabilities field in iwl_mcc_update_resp is 32 bits wide now, and the flags moved, so some more changes are needed.
While at it, convert the flags to bool (to avoid having to deal with BIT(16) specially etc.) and use the struct_size() macro for the memory allocation.
Signed-off-by: Abhishek Naik <abhishek.naik@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Gregory Greenman <gregory.greenman@intel.com> Link: https://lore.kernel.org/r/20230612184434.71a7070aecd7.Ibddcb9fbfa74895f742c0ac20968720691c94853@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
|
H A D | mac80211.c | diff e9b63341dc15d8ee20b04e174f41873a44ca3f34 Mon Jun 12 10:51:06 CDT 2023 Abhishek Naik <abhishek.naik@intel.com> wifi: iwlwifi: update response for mcc_update command
Add support for the MCC update response version 8. Versions 5-6 are already covered by the existing flags conversion, and 7 isn't used.
The capabilities field in iwl_mcc_update_resp is 32 bits wide now, and the flags moved, so some more changes are needed.
While at it, convert the flags to bool (to avoid having to deal with BIT(16) specially etc.) and use the struct_size() macro for the memory allocation.
Signed-off-by: Abhishek Naik <abhishek.naik@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Gregory Greenman <gregory.greenman@intel.com> Link: https://lore.kernel.org/r/20230612184434.71a7070aecd7.Ibddcb9fbfa74895f742c0ac20968720691c94853@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
|