Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
bf761611
Commit
bf761611
authored
Aug 07, 2003
by
Javier Achirica
Committed by
Jeff Garzik
Aug 07, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[netdrvr airo] MAC type changed to unsigned
parent
d7057338
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drivers/net/wireless/airo.c
drivers/net/wireless/airo.c
+2
-2
No files found.
drivers/net/wireless/airo.c
View file @
bf761611
...
@@ -635,7 +635,7 @@ typedef struct {
...
@@ -635,7 +635,7 @@ typedef struct {
u16
SSIDlen
;
u16
SSIDlen
;
char
SSID
[
32
];
char
SSID
[
32
];
char
apName
[
16
];
char
apName
[
16
];
char
bssid
[
4
][
ETH_ALEN
];
u8
bssid
[
4
][
ETH_ALEN
];
u16
beaconPeriod
;
u16
beaconPeriod
;
u16
dimPeriod
;
u16
dimPeriod
;
u16
atimDuration
;
u16
atimDuration
;
...
@@ -5192,7 +5192,7 @@ static int airo_get_aplist(struct net_device *dev,
...
@@ -5192,7 +5192,7 @@ static int airo_get_aplist(struct net_device *dev,
&
status_rid
.
bssid
[
i
][
2
]
&
status_rid
.
bssid
[
i
][
2
]
&
status_rid
.
bssid
[
i
][
3
]
&
status_rid
.
bssid
[
i
][
3
]
&
status_rid
.
bssid
[
i
][
4
]
&
status_rid
.
bssid
[
i
][
4
]
&
status_rid
.
bssid
[
i
][
5
])
!=
-
1
&&
&
status_rid
.
bssid
[
i
][
5
])
!=
0xff
&&
(
status_rid
.
bssid
[
i
][
0
]
(
status_rid
.
bssid
[
i
][
0
]
|
status_rid
.
bssid
[
i
][
1
]
|
status_rid
.
bssid
[
i
][
1
]
|
status_rid
.
bssid
[
i
][
2
]
|
status_rid
.
bssid
[
i
][
2
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment