* [PATCH ] mac80211: remove unused declaration of struct sta_attribute.
@ 2008-10-07 14:29 Rami Rosen
2008-10-07 17:44 ` Johannes Berg
0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2008-10-07 14:29 UTC (permalink / raw)
To: linville; +Cc: linux-wireless, Johannes Berg
[-- Attachment #1: Type: text/plain, Size: 174 bytes --]
This patch removes unused definition of struct sta_attribute
in net/mac80211/ieee80211_i.h. (for the wireless-next-2.6 tree).
Signed-off-by: Rami Rosen <ramirose@gmail.com>
[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 517 bytes --]
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index 8025b29..d817725 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -871,11 +871,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)
{
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-10-07 17:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-07 14:29 [PATCH ] mac80211: remove unused declaration of struct sta_attribute Rami Rosen
2008-10-07 17:44 ` Johannes Berg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox