diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-09-07 00:27:54 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-09-07 00:27:54 -0400 |
commit | bbeec90b98a3066f6f2b8d41c80561f5665e4631 (patch) | |
tree | 9e7e1d62f5a4b1f0322c8f4bd7e6132aa761c8cc /drivers/net/wireless/airo.c | |
parent | e345d5ef6d476cc236f64d90d9528143a70745c8 (diff) |
[wireless] build fixes after merging WE-19
Diffstat (limited to 'drivers/net/wireless/airo.c')
-rw-r--r-- | drivers/net/wireless/airo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/airo.c b/drivers/net/wireless/airo.c index 89c2ff9570d5..2be65d308fbe 100644 --- a/drivers/net/wireless/airo.c +++ b/drivers/net/wireless/airo.c | |||
@@ -6867,7 +6867,7 @@ static inline char *airo_translate_scan(struct net_device *dev, | |||
6867 | } else { | 6867 | } else { |
6868 | iwe.u.qual.level = (bss->dBm + 321) / 2; | 6868 | iwe.u.qual.level = (bss->dBm + 321) / 2; |
6869 | iwe.u.qual.qual = 0; | 6869 | iwe.u.qual.qual = 0; |
6870 | iwe.u.qual.updated = IW_QUAL_QUAL_INVALID; | 6870 | iwe.u.qual.updated = IW_QUAL_QUAL_INVALID |
6871 | | IW_QUAL_LEVEL_UPDATED | 6871 | | IW_QUAL_LEVEL_UPDATED |
6872 | | IW_QUAL_DBM; | 6872 | | IW_QUAL_DBM; |
6873 | } | 6873 | } |