diff options
author | Rami Rosen <ramirose@gmail.com> | 2008-10-07 16:29:11 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-10-31 19:00:02 -0400 |
commit | 1397dcebd8f1d66528e8f86b0dfb603281558f79 (patch) | |
tree | bd7ff631678907cb24e19f150714c64210159333 /net/mac80211 | |
parent | 7a5158ef8da70fdedeb0530faaa8128aa645be3c (diff) | |
download | blackbird-op-linux-1397dcebd8f1d66528e8f86b0dfb603281558f79.tar.gz blackbird-op-linux-1397dcebd8f1d66528e8f86b0dfb603281558f79.zip |
mac80211: remove unused declaration of struct sta_attribute.
This patch removes unused definition of struct sta_attribute
in net/mac80211/ieee80211_i.h.
Signed-off-by: Rami Rosen <ramirose@gmail.com>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 5 |
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( return &local->hw; } -struct sta_attribute { - struct attribute attr; - ssize_t (*show)(const struct sta_info *, char *buf); - ssize_t (*store)(struct sta_info *, const char *buf, size_t count); -}; static inline int ieee80211_bssid_match(const u8 *raddr, const u8 *addr) { |