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
1a3c4bc6
Commit
1a3c4bc6
authored
Aug 07, 2008
by
roel kluin
Committed by
Jeff Garzik
Aug 14, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
atl1e: WAKE_MCAST 2x. 1st WAKE_UCAST?
Signed-off-by:
Jeff Garzik
<
jgarzik@redhat.com
>
parent
c7e65c17
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/net/atl1e/atl1e_ethtool.c
drivers/net/atl1e/atl1e_ethtool.c
+1
-1
No files found.
drivers/net/atl1e/atl1e_ethtool.c
View file @
1a3c4bc6
...
@@ -355,7 +355,7 @@ static int atl1e_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol)
...
@@ -355,7 +355,7 @@ static int atl1e_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol)
struct
atl1e_adapter
*
adapter
=
netdev_priv
(
netdev
);
struct
atl1e_adapter
*
adapter
=
netdev_priv
(
netdev
);
if
(
wol
->
wolopts
&
(
WAKE_ARP
|
WAKE_MAGICSECURE
|
if
(
wol
->
wolopts
&
(
WAKE_ARP
|
WAKE_MAGICSECURE
|
WAKE_
MCAST
|
WAKE_BCAST
|
WAKE_M
CAST
))
WAKE_
UCAST
|
WAKE_MCAST
|
WAKE_B
CAST
))
return
-
EOPNOTSUPP
;
return
-
EOPNOTSUPP
;
/* these settings will always override what we currently have */
/* these settings will always override what we currently have */
adapter
->
wol
=
0
;
adapter
->
wol
=
0
;
...
...
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