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
e755463c
Commit
e755463c
authored
Jul 13, 2011
by
Larry Finger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
staging: rtl8192e: Remove dead code from removal of ENABLE_TKIP11N
Signed-off-by:
Larry Finger
<
Larry.Finger@lwfinger.net
>
parent
0e3b1830
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
drivers/staging/rtl8192e/rtllib_softmac.c
drivers/staging/rtl8192e/rtllib_softmac.c
+0
-4
No files found.
drivers/staging/rtl8192e/rtllib_softmac.c
View file @
e755463c
...
...
@@ -1273,11 +1273,7 @@ inline struct sk_buff *rtllib_association_req(struct rtllib_network *beacon,stru
encrypt
=
0
;
}
#ifdef ENABLE_TKIP11N
if
(
ieee
->
bForcedBgMode
==
true
)
#else
if
((
ieee
->
rtllib_ap_sec_type
&&
(
ieee
->
rtllib_ap_sec_type
(
ieee
)
&
SEC_ALG_TKIP
))
||
(
ieee
->
bForcedBgMode
==
true
))
#endif
{
ieee
->
pHTInfo
->
bEnableHT
=
0
;
ieee
->
mode
=
WIRELESS_MODE_G
;
...
...
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