Part 2 of 8 to add wireless statistics to the bcm43xx-d80211 system. This patch
adds new variables
to struct ieee80211_local to contain the link_quality and noise. These could be
u8's for bcm43xx,
but have been left as int's in case other drivers need a larger range.
The patch is for the August 8 version of Linville's wireless-dev tree.
Signed-Off-By: Larry Finger <[EMAIL PROTECTED]>
diff --git a/net/d80211/ieee80211_i.h b/net/d80211/ieee80211_i.h
index 7e021ec..be68ebf 100644
--- a/net/d80211/ieee80211_i.h
+++ b/net/d80211/ieee80211_i.h
@@ -337,6 +337,9 @@ struct ieee80211_local {
struct net_device *apdev; /* wlan#ap - management frames (hostapd) */
int open_count;
int monitors;
+ int link_quality;
+ int noise;
+ struct iw_statistics wstats;
struct ieee80211_conf conf;
int dev_index;
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html