diff options
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r-- | include/net/mac80211.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index fb9e62211c34..f504e3eca7d3 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -833,6 +833,8 @@ struct ieee80211_hw { | |||
833 | s8 max_signal; | 833 | s8 max_signal; |
834 | }; | 834 | }; |
835 | 835 | ||
836 | struct ieee80211_hw *wiphy_to_hw(struct wiphy *wiphy); | ||
837 | |||
836 | /** | 838 | /** |
837 | * SET_IEEE80211_DEV - set device for 802.11 hardware | 839 | * SET_IEEE80211_DEV - set device for 802.11 hardware |
838 | * | 840 | * |