diff options
author | Felix Fietkau <nbd@nbd.name> | 2024-10-09 10:25:47 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2024-10-23 16:45:35 +0200 |
commit | 9c4f830927750a2bf9fd9426a5257f0fdce3b662 (patch) | |
tree | d9955a7b956ae15bc8fe68ed9ccbdd4936290cc8 /include/net/cfg80211.h | |
parent | wifi: mac80211: remove status->ampdu_delimiter_crc (diff) | |
download | linux-9c4f830927750a2bf9fd9426a5257f0fdce3b662.tar.xz linux-9c4f830927750a2bf9fd9426a5257f0fdce3b662.zip |
wifi: cfg80211: pass net_device to .set_monitor_channel
Preparation for allowing multiple monitor interfaces with different channels
on a multi-radio wiphy.
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Link: https://patch.msgid.link/35fa652dbfebf93343f8b9a08fdef0467a2a02dc.1728462320.git-series.nbd@nbd.name
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r-- | include/net/cfg80211.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 3100733f3e23..5feb93ba0400 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -4694,6 +4694,7 @@ struct cfg80211_ops { struct ieee80211_channel *chan); int (*set_monitor_channel)(struct wiphy *wiphy, + struct net_device *dev, struct cfg80211_chan_def *chandef); int (*scan)(struct wiphy *wiphy, |