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
0edea0f5
Commit
0edea0f5
authored
Oct 17, 2006
by
Stephen Hemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sky2: advertising register 16 bits
The advertising bits (from ethtool.h) fit in 16 bits.
parent
709c6e7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/net/sky2.h
drivers/net/sky2.h
+1
-1
No files found.
drivers/net/sky2.h
View file @
0edea0f5
...
...
@@ -1860,7 +1860,7 @@ struct sky2_port {
dma_addr_t
rx_le_map
;
dma_addr_t
tx_le_map
;
u
32
advertising
;
/* ADVERTISED_ bits */
u
16
advertising
;
/* ADVERTISED_ bits */
u16
speed
;
/* SPEED_1000, SPEED_100, ... */
u8
autoneg
;
/* AUTONEG_ENABLE, AUTONEG_DISABLE */
u8
duplex
;
/* DUPLEX_HALF, DUPLEX_FULL */
...
...
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