mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
wifi: iwlwifi: remove mvm prefix from iwl_mvm_d3_end_notif
This is not op mode specific. Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com> Link: https://patch.msgid.link/20250212073923.c99748f63511.I5c8dcc46e992e76c82fdf7dbee65957cbdca1b43@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
d645fbb47d
commit
048a3d94b0
|
|
@ -1006,7 +1006,7 @@ struct iwl_wowlan_wake_pkt_notif {
|
|||
* struct iwl_mvm_d3_end_notif - d3 end notification
|
||||
* @flags: See &enum iwl_d0i3_flags
|
||||
*/
|
||||
struct iwl_mvm_d3_end_notif {
|
||||
struct iwl_d3_end_notif {
|
||||
__le32 flags;
|
||||
} __packed;
|
||||
|
||||
|
|
|
|||
|
|
@ -3376,7 +3376,7 @@ static bool iwl_mvm_wait_d3_notif(struct iwl_notif_wait_data *notif_wait,
|
|||
break;
|
||||
}
|
||||
case WIDE_ID(PROT_OFFLOAD_GROUP, D3_END_NOTIFICATION): {
|
||||
struct iwl_mvm_d3_end_notif *notif = (void *)pkt->data;
|
||||
struct iwl_d3_end_notif *notif = (void *)pkt->data;
|
||||
|
||||
d3_data->d3_end_flags = __le32_to_cpu(notif->flags);
|
||||
d3_data->notif_received |= IWL_D3_NOTIF_D3_END_NOTIF;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user