aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r--net/mac80211/ieee80211_i.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index 5eafd3affe27..faa2476a2451 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -1006,6 +1006,10 @@ void ieee80211_handle_pwr_constr(struct ieee80211_sub_if_data *sdata,
1006 u16 capab_info, u8 *pwr_constr_elem, 1006 u16 capab_info, u8 *pwr_constr_elem,
1007 u8 pwr_constr_elem_len); 1007 u8 pwr_constr_elem_len);
1008 1008
1009/* Suspend/resume */
1010int __ieee80211_suspend(struct ieee80211_hw *hw);
1011int __ieee80211_resume(struct ieee80211_hw *hw);
1012
1009/* utility functions/constants */ 1013/* utility functions/constants */
1010extern void *mac80211_wiphy_privid; /* for wiphy privid */ 1014extern void *mac80211_wiphy_privid; /* for wiphy privid */
1011extern const unsigned char rfc1042_header[6]; 1015extern const unsigned char rfc1042_header[6];