diff options
author | Johannes Berg <johannes.berg@intel.com> | 2014-07-25 17:01:59 +0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2014-08-26 13:15:35 +0400 |
commit | 649b2a4da5d8a39c4d7be2fd228cf797819656f9 (patch) | |
tree | 5c051ac462a2ae57f0fc2cae06e6b480a6818adb /net/mac80211/ieee80211_i.h | |
parent | f8134fed8346c05007ca23e22e1504097afcd7c9 (diff) | |
download | linux-649b2a4da5d8a39c4d7be2fd228cf797819656f9.tar.xz |
mac80211: make ieee80211_vif_use_reserved_switch static
Reorder some code to make ieee80211_vif_use_reserved_switch()
static, no other changes.
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index ef7a089ac546..ffb20e5e6cf3 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h @@ -1869,7 +1869,6 @@ ieee80211_vif_reserve_chanctx(struct ieee80211_sub_if_data *sdata, int __must_check ieee80211_vif_use_reserved_context(struct ieee80211_sub_if_data *sdata); int ieee80211_vif_unreserve_chanctx(struct ieee80211_sub_if_data *sdata); -int ieee80211_vif_use_reserved_switch(struct ieee80211_local *local); int __must_check ieee80211_vif_change_bandwidth(struct ieee80211_sub_if_data *sdata, |