Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
e8556c4b
Commit
e8556c4b
authored
Jul 07, 2003
by
Arnaldo Carvalho de Melo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
o wl3501: kill wl3501_80211_data_mac_hdr, we already have ieee802_11_hdr
parent
274b7d8a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
16 deletions
+4
-16
drivers/net/wireless/wl3501.h
drivers/net/wireless/wl3501.h
+3
-15
drivers/net/wireless/wl3501_cs.c
drivers/net/wireless/wl3501_cs.c
+1
-1
No files found.
drivers/net/wireless/wl3501.h
View file @
e8556c4b
...
...
@@ -2,6 +2,7 @@
#define __WL3501_H__
#include <linux/spinlock.h>
#include "ieee802_11.h"
/* define for WLA 2.0 */
#define WL3501_BLKSZ 256
...
...
@@ -476,22 +477,9 @@ struct wl3501_80211_tx_plcp_hdr {
u16
crc16
;
}
__attribute__
((
packed
));
/*
* Data Frame MAC Header (IEEE 802.11)
*/
struct
wl3501_80211_data_mac_hdr
{
u16
frame_ctrl
;
u16
duration_id
;
struct
wl3501_mac_addr
addr1
;
struct
wl3501_mac_addr
addr2
;
struct
wl3501_mac_addr
addr3
;
u16
seq_ctrl
;
struct
wl3501_mac_addr
addr4
;
}
__attribute__
((
packed
));
struct
wl3501_80211_tx_hdr
{
struct
wl3501_80211_tx_plcp_hdr
pclp_hdr
;
struct
wl3501_80211_data_mac_hdr
mac_hdr
;
struct
wl3501_80211_tx_plcp_hdr
pclp_hdr
;
struct
ieee802_11_hdr
mac_hdr
;
}
__attribute__
((
packed
));
/*
...
...
drivers/net/wireless/wl3501_cs.c
View file @
e8556c4b
...
...
@@ -241,7 +241,7 @@ void wl3501_get_from_wla(struct wl3501_card *this, u16 src, void *dest,
* | PLCP | MAC Header | DST SRC Data ... |
* | (24 bytes) | (30 bytes) | (6) (6) (Ethernet Row Data) |
* *--------------*-----------------*----------------------------------*
* \ \- IEEE 802.11 -/ \------------
uDataLen
-----------/
* \ \- IEEE 802.11 -/ \------------
-- len ---
-----------/
* \-struct wl3501_80211_tx_hdr--/ \-------- Ethernet Frame -------/
*
* Return = Postion in Card
...
...
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