diff options
author | Roland McGrath <roland@gnu.org> | 2000-02-05 12:16:04 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-02-05 12:16:04 +0000 |
commit | a60df9686250648ac13f559e98ebdc1422146494 (patch) | |
tree | d103d988f5b82927ec66d3546ce81d262a3b2ffd /pfinet/linux-src/net/core | |
parent | 1a7ccb577c414677f9e763036d6ccce3a298f16d (diff) |
Merge Linux_2_2_12 -> Linux_2_2_13 changes
Diffstat (limited to 'pfinet/linux-src/net/core')
-rw-r--r-- | pfinet/linux-src/net/core/dev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pfinet/linux-src/net/core/dev.c b/pfinet/linux-src/net/core/dev.c index 1dba3926..b945acc7 100644 --- a/pfinet/linux-src/net/core/dev.c +++ b/pfinet/linux-src/net/core/dev.c @@ -1284,7 +1284,7 @@ static int sprintf_wireless_stats(char *buffer, struct device *dev) stats->qual.level, stats->qual.updated & 2 ? '.' : ' ', stats->qual.noise, - stats->qual.updated & 3 ? '.' : ' ', + stats->qual.updated & 4 ? '.' : ' ', stats->discard.nwid, stats->discard.code, stats->discard.misc); |