aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211')
-rw-r--r--net/mac80211/ieee80211_i.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index 156e42a003ae..f49cb9e8bb42 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -869,11 +869,6 @@ static inline struct ieee80211_hw *local_to_hw(
869 return &local->hw; 869 return &local->hw;
870} 870}
871 871
872struct sta_attribute {
873 struct attribute attr;
874 ssize_t (*show)(const struct sta_info *, char *buf);
875 ssize_t (*store)(struct sta_info *, const char *buf, size_t count);
876};
877 872
878static inline int ieee80211_bssid_match(const u8 *raddr, const u8 *addr) 873static inline int ieee80211_bssid_match(const u8 *raddr, const u8 *addr)
879{ 874{