diff options
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 4 |
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 */ | ||
1010 | int __ieee80211_suspend(struct ieee80211_hw *hw); | ||
1011 | int __ieee80211_resume(struct ieee80211_hw *hw); | ||
1012 | |||
1009 | /* utility functions/constants */ | 1013 | /* utility functions/constants */ |
1010 | extern void *mac80211_wiphy_privid; /* for wiphy privid */ | 1014 | extern void *mac80211_wiphy_privid; /* for wiphy privid */ |
1011 | extern const unsigned char rfc1042_header[6]; | 1015 | extern const unsigned char rfc1042_header[6]; |