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
55135791
Commit
55135791
authored
Aug 25, 2005
by
Zhu Yi
Committed by
James Ketrenos
Nov 07, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Bug 760] Fix setting WEP key in monitor mode causes IV lost.
Signed-off-by:
Zhu Yi
<
yi.zhu@intel.com
>
parent
7b99659f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/net/wireless/ipw2200.c
drivers/net/wireless/ipw2200.c
+1
-1
No files found.
drivers/net/wireless/ipw2200.c
View file @
55135791
...
...
@@ -7907,7 +7907,7 @@ static void ipw_handle_data_packet(struct ipw_priv *priv,
IPW_DEBUG_RX
(
"Rx packet of %d bytes.
\n
"
,
rxb
->
skb
->
len
);
/* HW decrypt will not clear the WEP bit, MIC, PN, etc. */
if
(
!
priv
->
ieee
->
host_decrypt
)
if
(
!
priv
->
ieee
->
host_decrypt
&&
priv
->
ieee
->
iw_mode
!=
IW_MODE_MONITOR
)
ipw_rebuild_decrypted_skb
(
priv
,
rxb
->
skb
);
if
(
!
ieee80211_rx
(
priv
->
ieee
,
rxb
->
skb
,
stats
))
...
...
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