[wireless] build fixes after merging WE-19

This commit is contained in:
Jeff Garzik
2005-09-07 00:27:54 -04:00
parent e345d5ef6d
commit bbeec90b98
4 changed files with 8 additions and 9 deletions

View File

@@ -6867,7 +6867,7 @@ static inline char *airo_translate_scan(struct net_device *dev,
} else {
iwe.u.qual.level = (bss->dBm + 321) / 2;
iwe.u.qual.qual = 0;
iwe.u.qual.updated = IW_QUAL_QUAL_INVALID;
iwe.u.qual.updated = IW_QUAL_QUAL_INVALID
| IW_QUAL_LEVEL_UPDATED
| IW_QUAL_DBM;
}