Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
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
Commits
b2b9b651
Commit
b2b9b651
authored
Jan 11, 2006
by
Johannes Berg
Committed by
John W. Linville
Mar 22, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] softmac: some comment stuff
Signed-off-by:
John W. Linville
<
linville@tuxdriver.com
>
parent
bba52d5e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
net/ieee80211/softmac/ieee80211softmac_module.c
net/ieee80211/softmac/ieee80211softmac_module.c
+1
-1
net/ieee80211/softmac/ieee80211softmac_scan.c
net/ieee80211/softmac/ieee80211softmac_scan.c
+0
-1
No files found.
net/ieee80211/softmac/ieee80211softmac_module.c
View file @
b2b9b651
...
...
@@ -77,7 +77,7 @@ ieee80211softmac_clear_pending_work(struct ieee80211softmac_device *sm)
spin_unlock_irqrestore
(
&
sm
->
lock
,
flags
);
flush_scheduled_work
();
/
/ now we should be save and no longer need locking...
/
* now we should be save and no longer need locking... */
spin_lock_irqsave
(
&
sm
->
lock
,
flags
);
/* Free all pending auth work items */
list_for_each_entry_safe
(
authptr
,
authtmp
,
&
sm
->
auth_queue
,
list
)
{
...
...
net/ieee80211/softmac/ieee80211softmac_scan.c
View file @
b2b9b651
...
...
@@ -84,7 +84,6 @@ void ieee80211softmac_scan(void *d)
if
(
!
invalid_channel
)
{
sm
->
set_channel
(
sm
->
dev
,
si
->
channels
[
current_channel_idx
].
channel
);
//TODO: Probe the channel
// FIXME make this user configurable (active/passive)
if
(
ieee80211softmac_send_mgt_frame
(
sm
,
NULL
,
IEEE80211_STYPE_PROBE_REQ
,
0
))
printkl
(
KERN_DEBUG
PFX
"Sending Probe Request Failed
\n
"
);
...
...
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