summaryrefslogtreecommitdiffstats
path: root/net/mac80211/cfg.c
diff options
context:
space:
mode:
authorDenis Kenzior2018-03-26 19:52:50 +0200
committerJohannes Berg2018-03-29 14:01:27 +0200
commit911806491425d79107cadddbde11b42bbdfe38c8 (patch)
tree830a7b76b3cd1962e87a5d4aaa27554d0b640b28 /net/mac80211/cfg.c
parentnl80211: Add control_port_over_nl80211 to mesh_setup (diff)
downloadkernel-qcow2-linux-911806491425d79107cadddbde11b42bbdfe38c8.tar.gz
kernel-qcow2-linux-911806491425d79107cadddbde11b42bbdfe38c8.tar.xz
kernel-qcow2-linux-911806491425d79107cadddbde11b42bbdfe38c8.zip
mac80211: Add support for tx_control_port
Signed-off-by: Denis Kenzior <denkenz@gmail.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/cfg.c')
-rw-r--r--net/mac80211/cfg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/cfg.c b/net/mac80211/cfg.c
index 36d128ebbac8..f6b8d59a7ee8 100644
--- a/net/mac80211/cfg.c
+++ b/net/mac80211/cfg.c
@@ -3791,4 +3791,5 @@ const struct cfg80211_ops mac80211_config_ops = {
.add_nan_func = ieee80211_add_nan_func,
.del_nan_func = ieee80211_del_nan_func,
.set_multicast_to_unicast = ieee80211_set_multicast_to_unicast,
+ .tx_control_port = ieee80211_tx_control_port,
};