]> git.ipfire.org Git - thirdparty/linux.git/commit
wifi: mac80211: remove unneeded parameters
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Mon, 7 Oct 2024 12:00:49 +0000 (15:00 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 23 Oct 2024 14:43:15 +0000 (16:43 +0200)
commiteea3323c43540f5d21668704946ea13ef0e9b574
treea8d4bfc0fef335dab19c84c0342f7f58d5541112
parente21dd758cf4c51d508e6665b653c5836103d1027
wifi: mac80211: remove unneeded parameters

ieee80211_find_80211h_pwr_constr and ieee80211_find_cisco_dtpc don't
need the pointer to struct ieee80211_sub_if_data *sdata. Remove it and
it'll be one step closer to handle the power constraints per-link.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20241007144851.3ea505cd74e7.Id416127544afd80e4fe7b275b612aef511fc64ed@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mlme.c