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
5e5eab5d
Commit
5e5eab5d
authored
Oct 06, 2009
by
John W. Linville
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ipw2200: support ETHTOOL_GPERMADDR
Signed-off-by:
John W. Linville
<
linville@tuxdriver.com
>
parent
5b367378
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
drivers/net/wireless/ipw2x00/ipw2200.c
drivers/net/wireless/ipw2x00/ipw2200.c
+1
-0
No files found.
drivers/net/wireless/ipw2x00/ipw2200.c
View file @
5e5eab5d
...
...
@@ -11275,6 +11275,7 @@ static int ipw_up(struct ipw_priv *priv)
if
(
!
(
priv
->
config
&
CFG_CUSTOM_MAC
))
eeprom_parse_mac
(
priv
,
priv
->
mac_addr
);
memcpy
(
priv
->
net_dev
->
dev_addr
,
priv
->
mac_addr
,
ETH_ALEN
);
memcpy
(
priv
->
net_dev
->
perm_addr
,
priv
->
mac_addr
,
ETH_ALEN
);
for
(
j
=
0
;
j
<
ARRAY_SIZE
(
ipw_geos
);
j
++
)
{
if
(
!
memcmp
(
&
priv
->
eeprom
[
EEPROM_COUNTRY_CODE
],
...
...
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