diff options
author | Arik Nemtsov <arik@wizery.com> | 2014-05-01 10:17:28 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2014-05-05 15:56:15 +0200 |
commit | 95224fe83e5e78e042c96f2c43fa9092a3bc10ef (patch) | |
tree | c42b846315dfc54d893655984d6066c58c4bdbdb /net/mac80211/ieee80211_i.h | |
parent | 0c4972ccaa27620fe4281ac5c8c536978a563345 (diff) | |
download | linux-stable-95224fe83e5e78e042c96f2c43fa9092a3bc10ef.tar.gz linux-stable-95224fe83e5e78e042c96f2c43fa9092a3bc10ef.tar.bz2 linux-stable-95224fe83e5e78e042c96f2c43fa9092a3bc10ef.zip |
mac80211: move TDLS code to another file
With new additions planned, this code is getting too big for cfg.c.
Signed-off-by: Arik Nemtsov <arikx.nemtsov@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index b455f62d357a..f86d06aaf54b 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h @@ -1833,6 +1833,15 @@ int ieee80211_check_combinations(struct ieee80211_sub_if_data *sdata, u8 radar_detect); int ieee80211_max_num_channels(struct ieee80211_local *local); +/* TDLS */ +int ieee80211_tdls_mgmt(struct wiphy *wiphy, struct net_device *dev, + u8 *peer, u8 action_code, u8 dialog_token, + u16 status_code, u32 peer_capability, + const u8 *extra_ies, size_t extra_ies_len); +int ieee80211_tdls_oper(struct wiphy *wiphy, struct net_device *dev, + u8 *peer, enum nl80211_tdls_operation oper); + + #ifdef CONFIG_MAC80211_NOINLINE #define debug_noinline noinline #else |