diff options
author | Gregory Greenman <gregory.greenman@intel.com> | 2022-07-04 00:38:22 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2022-07-15 11:43:20 +0200 |
commit | 7840bd468a99edac26492afa828b8fcbbbb2384e (patch) | |
tree | 695696e43e3bdd87973c648968060d6a069f6623 /include/net/mac80211.h | |
parent | 727eff4dd198d79f9e81d3aafbab741a8374b5d0 (diff) | |
download | lwn-7840bd468a99edac26492afa828b8fcbbbb2384e.tar.gz lwn-7840bd468a99edac26492afa828b8fcbbbb2384e.zip |
wifi: mac80211: remove link_id parameter from link_info_changed()
Since struct ieee80211_bss_conf already contains link_id,
passing link_id is not necessary.
Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r-- | include/net/mac80211.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index e4ead73c5c43..6fc4253b5644 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h @@ -4088,7 +4088,6 @@ struct ieee80211_ops { void (*link_info_changed)(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_bss_conf *info, - unsigned int link_id, u64 changed); int (*start_ap)(struct ieee80211_hw *hw, struct ieee80211_vif *vif, |