diff options
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 953b9e294547..3701930c6649 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -1800,6 +1800,8 @@ ieee80211_cs_get(struct ieee80211_local *local, u32 cipher, | |||
1800 | int ieee80211_cs_headroom(struct ieee80211_local *local, | 1800 | int ieee80211_cs_headroom(struct ieee80211_local *local, |
1801 | struct cfg80211_crypto_settings *crypto, | 1801 | struct cfg80211_crypto_settings *crypto, |
1802 | enum nl80211_iftype iftype); | 1802 | enum nl80211_iftype iftype); |
1803 | void ieee80211_recalc_dtim(struct ieee80211_local *local, | ||
1804 | struct ieee80211_sub_if_data *sdata); | ||
1803 | 1805 | ||
1804 | #ifdef CONFIG_MAC80211_NOINLINE | 1806 | #ifdef CONFIG_MAC80211_NOINLINE |
1805 | #define debug_noinline noinline | 1807 | #define debug_noinline noinline |