]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: remove unused argument to ieee80211_sta_connection_lost()
authorJohannes Berg <johannes.berg@intel.com>
Fri, 13 May 2022 15:46:23 +0000 (17:46 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 16 May 2022 07:15:04 +0000 (09:15 +0200)
commitf1698d63754a10e6e881248b74e65f5211782b0a
treec27fb4fd11bee902843e0d72e3ec97ca7c37579d
parentb94193dfb0b15a397f868d29fae8310fd0ed3595
mac80211: remove unused argument to ieee80211_sta_connection_lost()

We never use the bssid argument to ieee80211_sta_connection_lost()
so we might as well just remove it.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/ieee80211_i.h
net/mac80211/main.c
net/mac80211/mlme.c