diff options
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 95cdd2a3f809..f866af8de5ac 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -951,6 +951,13 @@ struct ieee80211_local { | |||
951 | } debugfs; | 951 | } debugfs; |
952 | #endif | 952 | #endif |
953 | 953 | ||
954 | struct ieee80211_channel *hw_roc_channel; | ||
955 | struct net_device *hw_roc_dev; | ||
956 | struct work_struct hw_roc_start, hw_roc_done; | ||
957 | enum nl80211_channel_type hw_roc_channel_type; | ||
958 | unsigned int hw_roc_duration; | ||
959 | u32 hw_roc_cookie; | ||
960 | |||
954 | /* dummy netdev for use w/ NAPI */ | 961 | /* dummy netdev for use w/ NAPI */ |
955 | struct net_device napi_dev; | 962 | struct net_device napi_dev; |
956 | 963 | ||
@@ -1142,6 +1149,7 @@ void ieee80211_offchannel_stop_beaconing(struct ieee80211_local *local); | |||
1142 | void ieee80211_offchannel_stop_station(struct ieee80211_local *local); | 1149 | void ieee80211_offchannel_stop_station(struct ieee80211_local *local); |
1143 | void ieee80211_offchannel_return(struct ieee80211_local *local, | 1150 | void ieee80211_offchannel_return(struct ieee80211_local *local, |
1144 | bool enable_beaconing); | 1151 | bool enable_beaconing); |
1152 | void ieee80211_hw_roc_setup(struct ieee80211_local *local); | ||
1145 | 1153 | ||
1146 | /* interface handling */ | 1154 | /* interface handling */ |
1147 | int ieee80211_iface_init(void); | 1155 | int ieee80211_iface_init(void); |