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
nexedi
linux
Commits
0e3b1830
Commit
0e3b1830
authored
Jul 12, 2011
by
Larry Finger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
staging: rtl8192e: Remove dead code associated with PF_SYNCTHREAD
Signed-off-by:
Larry Finger
<
Larry.Finger@lwfinger.net
>
parent
4ebba6d6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
drivers/staging/rtl8192e/rtl_core.c
drivers/staging/rtl8192e/rtl_core.c
+0
-4
drivers/staging/rtl8192e/rtllib_softmac.c
drivers/staging/rtl8192e/rtllib_softmac.c
+0
-4
No files found.
drivers/staging/rtl8192e/rtl_core.c
View file @
0e3b1830
...
...
@@ -1324,11 +1324,7 @@ static void rtl8192_init_priv_task(struct net_device* dev)
{
struct
r8192_priv
*
priv
=
rtllib_priv
(
dev
);
#ifdef PF_SYNCTHREAD
priv
->
priv_wq
=
create_workqueue
(
DRV_NAME
,
0
);
#else
priv
->
priv_wq
=
create_workqueue
(
DRV_NAME
);
#endif
INIT_WORK_RSL
(
&
priv
->
reset_wq
,
(
void
*
)
rtl8192_restart
,
dev
);
INIT_WORK_RSL
(
&
priv
->
rtllib
->
ips_leave_wq
,
(
void
*
)
IPSLeave_wq
,
dev
);
INIT_DELAYED_WORK_RSL
(
&
priv
->
watch_dog_wq
,
(
void
*
)
rtl819x_watchdog_wqcallback
,
dev
);
...
...
drivers/staging/rtl8192e/rtllib_softmac.c
View file @
0e3b1830
...
...
@@ -3262,11 +3262,7 @@ void rtllib_softmac_init(struct rtllib_device *ieee)
(
unsigned
long
)
ieee
);
#ifdef PF_SYNCTHREAD
ieee
->
wq
=
create_workqueue
(
DRV_NAME
,
0
);
#else
ieee
->
wq
=
create_workqueue
(
DRV_NAME
);
#endif
INIT_DELAYED_WORK_RSL
(
&
ieee
->
link_change_wq
,(
void
*
)
rtllib_link_change_wq
,
ieee
);
INIT_DELAYED_WORK_RSL
(
&
ieee
->
start_ibss_wq
,(
void
*
)
rtllib_start_ibss_wq
,
ieee
);
...
...
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