aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/debugfs_netdev.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2007-07-14 18:58:49 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-07-14 18:58:49 -0700
commitcf3842ec5015c862f4869e3641a8549393bb958e (patch)
tree6c2f0158504f3463fcca1359de90b699cb636e97 /net/mac80211/debugfs_netdev.c
parent[TCP]: tcp probe add back ssthresh field (diff)
parent[PATCH] mac80211: improved 802.11g CTS protection (diff)
downloadlinux-dev-cf3842ec5015c862f4869e3641a8549393bb958e.tar.xz
linux-dev-cf3842ec5015c862f4869e3641a8549393bb958e.zip
Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6
Diffstat (limited to '')
-rw-r--r--net/mac80211/debugfs_netdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/debugfs_netdev.c b/net/mac80211/debugfs_netdev.c
index 9e3964638bad..a3e01d76d503 100644
--- a/net/mac80211/debugfs_netdev.c
+++ b/net/mac80211/debugfs_netdev.c
@@ -118,7 +118,7 @@ static ssize_t ieee80211_if_fmt_flags(
sdata->u.sta.authenticated ? "AUTH\n" : "",
sdata->u.sta.associated ? "ASSOC\n" : "",
sdata->u.sta.probereq_poll ? "PROBEREQ POLL\n" : "",
- sdata->u.sta.use_protection ? "CTS prot\n" : "");
+ sdata->use_protection ? "CTS prot\n" : "");
}
__IEEE80211_IF_FILE(flags);