Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7582
b: refs/heads/master
c: bbeec90
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Garzik committed Sep 7, 2005
1 parent 45babb3 commit e401ca9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e345d5ef6d476cc236f64d90d9528143a70745c8
refs/heads/master: bbeec90b98a3066f6f2b8d41c80561f5665e4631
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/airo.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/ray_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
#include <pcmcia/ds.h>
#include <pcmcia/mem_op.h>

#include <net/ieee80211.h>
#include <linux/wireless.h>

#include <asm/io.h>
Expand Down
9 changes: 3 additions & 6 deletions trunk/include/linux/wireless.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,9 @@

/***************************** INCLUDES *****************************/

/* Do not put any header in this file, this creates a mess when
* exported to user space. Most users have included all the
* relevant headers anyway... Jean II */
/*#include <linux/types.h>*/ /* for "caddr_t" et al */
/*#include <linux/socket.h>*/ /* for "struct sockaddr" et al */
/*#include <linux/if.h>*/ /* for IFNAMSIZ and co... */
#include <linux/types.h> /* for "caddr_t" et al */
#include <linux/socket.h> /* for "struct sockaddr" et al */
#include <linux/if.h> /* for IFNAMSIZ and co... */

/***************************** VERSION *****************************/
/*
Expand Down
5 changes: 3 additions & 2 deletions trunk/net/ieee80211/ieee80211_wx.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@
Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
******************************************************************************/
#include <linux/wireless.h>
#include <linux/version.h>

#include <linux/kmod.h>
#include <linux/module.h>

#include <net/ieee80211.h>
#include <linux/wireless.h>

static const char *ieee80211_modes[] = {
"?", "a", "b", "ab", "g", "ag", "bg", "abg"
};
Expand Down

0 comments on commit e401ca9

Please sign in to comment.