Loading include/net/mac80211.h +0 −2 Original line number Diff line number Diff line Loading @@ -868,8 +868,6 @@ struct ieee80211_hw { u8 max_altrate_tries; }; struct ieee80211_hw *wiphy_to_hw(struct wiphy *wiphy); /** * SET_IEEE80211_DEV - set device for 802.11 hardware * Loading net/mac80211/cfg.c +0 −7 Original line number Diff line number Diff line Loading @@ -17,13 +17,6 @@ #include "rate.h" #include "mesh.h" struct ieee80211_hw *wiphy_to_hw(struct wiphy *wiphy) { struct ieee80211_local *local = wiphy_priv(wiphy); return &local->hw; } EXPORT_SYMBOL(wiphy_to_hw); static bool nl80211_type_check(enum nl80211_iftype type) { switch (type) { Loading Loading
include/net/mac80211.h +0 −2 Original line number Diff line number Diff line Loading @@ -868,8 +868,6 @@ struct ieee80211_hw { u8 max_altrate_tries; }; struct ieee80211_hw *wiphy_to_hw(struct wiphy *wiphy); /** * SET_IEEE80211_DEV - set device for 802.11 hardware * Loading
net/mac80211/cfg.c +0 −7 Original line number Diff line number Diff line Loading @@ -17,13 +17,6 @@ #include "rate.h" #include "mesh.h" struct ieee80211_hw *wiphy_to_hw(struct wiphy *wiphy) { struct ieee80211_local *local = wiphy_priv(wiphy); return &local->hw; } EXPORT_SYMBOL(wiphy_to_hw); static bool nl80211_type_check(enum nl80211_iftype type) { switch (type) { Loading