]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: mac80211: pass proper link id for channel switch started notification
authorAditya Kumar Singh <quic_adisi@quicinc.com>
Thu, 9 May 2024 03:25:55 +0000 (08:55 +0530)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 29 May 2024 13:25:36 +0000 (15:25 +0200)
commit8ecc4d7a7cd3e9704b63b8e4f6cd8b6b7314210f
tree67784d26e220484d05247247a910e482ba6ede1a
parentf7a8b10bfd614d7a9a16fbe80d28ead4f063cb00
wifi: mac80211: pass proper link id for channel switch started notification

Original changes[1] posted is having proper changes. However, at the same
time, there was chandef puncturing changes which had a conflict with this.
While applying, two errors crept in -
   a) Whitespace error.
   b) Link ID being passed to channel switch started notifier function is
      0. However proper link ID is present in the function.

Fix these now.

[1] https://lore.kernel.org/all/20240130140918.1172387-5-quic_adisi@quicinc.com/

Fixes: 1a96bb4e8a79 ("wifi: mac80211: start and finalize channel switch on link basis")
Signed-off-by: Aditya Kumar Singh <quic_adisi@quicinc.com>
Link: https://msgid.link/20240509032555.263933-1-quic_adisi@quicinc.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/cfg.c