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
d1a66789
Commit
d1a66789
authored
Apr 20, 2006
by
Jeff Garzik
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'e1000-7.0.38-k2-fixes' of
git://63.64.152.142/~ahkok/git/netdev-2.6
parents
d269a69f
1cb5821f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
drivers/net/e1000/e1000_main.c
drivers/net/e1000/e1000_main.c
+2
-3
No files found.
drivers/net/e1000/e1000_main.c
View file @
d1a66789
...
@@ -3585,8 +3585,7 @@ e1000_clean_rx_irq(struct e1000_adapter *adapter,
...
@@ -3585,8 +3585,7 @@ e1000_clean_rx_irq(struct e1000_adapter *adapter,
buffer_info
->
skb
=
skb
;
buffer_info
->
skb
=
skb
;
goto
next_desc
;
goto
next_desc
;
}
}
}
else
}
skb_put
(
skb
,
length
);
/* code added for copybreak, this should improve
/* code added for copybreak, this should improve
* performance for small packets with large amounts
* performance for small packets with large amounts
...
@@ -4174,7 +4173,7 @@ e1000_mii_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd)
...
@@ -4174,7 +4173,7 @@ e1000_mii_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd)
spin_unlock_irqrestore
(
&
adapter
->
stats_lock
,
flags
);
spin_unlock_irqrestore
(
&
adapter
->
stats_lock
,
flags
);
return
-
EIO
;
return
-
EIO
;
}
}
if
(
adapter
->
hw
.
phy
_type
==
e1000_media_type_copper
)
{
if
(
adapter
->
hw
.
media
_type
==
e1000_media_type_copper
)
{
switch
(
data
->
reg_num
)
{
switch
(
data
->
reg_num
)
{
case
PHY_CTRL
:
case
PHY_CTRL
:
if
(
mii_reg
&
MII_CR_POWER_DOWN
)
if
(
mii_reg
&
MII_CR_POWER_DOWN
)
...
...
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