Skip to content

Commit

Permalink
mac80211: remove unused declaration of struct sta_attribute.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rami Rosen authored and John W. Linville committed Oct 31, 2008
1 parent 7a5158e commit 1397dce
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions net/mac80211/ieee80211_i.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 1397dce

Please sign in to comment.