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
af9288a7
Commit
af9288a7
authored
Sep 22, 2005
by
James Ketrenos
Committed by
Jeff Garzik
Sep 22, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ieee80211: update orinoco, wl3501 drivers for latest struct naming
parent
6eb6edf0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
drivers/net/wireless/orinoco.c
drivers/net/wireless/orinoco.c
+1
-1
drivers/net/wireless/wl3501.h
drivers/net/wireless/wl3501.h
+1
-1
No files found.
drivers/net/wireless/orinoco.c
View file @
af9288a7
...
...
@@ -636,7 +636,7 @@ static void __orinoco_ev_txexc(struct net_device *dev, hermes_t *hw)
/* Read the frame header */
err
=
hermes_bap_pread
(
hw
,
IRQ_BAP
,
&
hdr
,
sizeof
(
struct
hermes_tx_descriptor
)
+
sizeof
(
struct
ieee80211_hdr
),
sizeof
(
struct
ieee80211_hdr
_4addr
),
fid
,
0
);
hermes_write_regn
(
hw
,
TXCOMPLFID
,
DUMMY_FID
);
...
...
drivers/net/wireless/wl3501.h
View file @
af9288a7
...
...
@@ -548,7 +548,7 @@ struct wl3501_80211_tx_plcp_hdr {
struct
wl3501_80211_tx_hdr
{
struct
wl3501_80211_tx_plcp_hdr
pclp_hdr
;
struct
ieee80211_hdr
mac_hdr
;
struct
ieee80211_hdr
_4addr
mac_hdr
;
}
__attribute__
((
packed
));
/*
...
...
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