Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci-2.6.23
Commits
1b5cca3a
Commit
1b5cca3a
authored
Aug 15, 2005
by
Jeff Garzik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ieee80211: remove last uses of compat define WLAN_CAPABILITY_BSS
parent
2474385e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
include/net/ieee80211.h
include/net/ieee80211.h
+0
-1
net/ieee80211/ieee80211_wx.c
net/ieee80211/ieee80211_wx.c
+2
-2
No files found.
include/net/ieee80211.h
View file @
1b5cca3a
...
...
@@ -265,7 +265,6 @@ struct ieee80211_snap_hdr {
#define WLAN_AUTH_CHALLENGE_LEN 128
#define WLAN_CAPABILITY_ESS (1<<0)
#define WLAN_CAPABILITY_BSS WLAN_CAPABILITY_ESS
#define WLAN_CAPABILITY_IBSS (1<<1)
#define WLAN_CAPABILITY_CF_POLLABLE (1<<2)
#define WLAN_CAPABILITY_CF_POLL_REQUEST (1<<3)
...
...
net/ieee80211/ieee80211_wx.c
View file @
1b5cca3a
...
...
@@ -77,8 +77,8 @@ static inline char *ipw2100_translate_scan(struct ieee80211_device *ieee,
/* Add mode */
iwe
.
cmd
=
SIOCGIWMODE
;
if
(
network
->
capability
&
(
WLAN_CAPABILITY_
B
SS
|
WLAN_CAPABILITY_IBSS
))
{
if
(
network
->
capability
&
WLAN_CAPABILITY_
B
SS
)
(
WLAN_CAPABILITY_
E
SS
|
WLAN_CAPABILITY_IBSS
))
{
if
(
network
->
capability
&
WLAN_CAPABILITY_
E
SS
)
iwe
.
u
.
mode
=
IW_MODE_MASTER
;
else
iwe
.
u
.
mode
=
IW_MODE_ADHOC
;
...
...
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