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
32f66615
Commit
32f66615
authored
Jul 06, 2003
by
Arnaldo Carvalho de Melo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
o wl3501: remove more unused code in wl3501.h
will be back in some way with iwpriv support.
parent
186b6a6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
33 deletions
+0
-33
drivers/net/wireless/wl3501.h
drivers/net/wireless/wl3501.h
+0
-33
No files found.
drivers/net/wireless/wl3501.h
View file @
32f66615
...
...
@@ -475,7 +475,6 @@ struct wl3501_80211_tx_plcp_hdr {
/*
* Data Frame MAC Header (IEEE 802.11)
* FIXME: try to use ieee_802_11_header (see linux/802_11.h)
*/
struct
wl3501_80211_data_mac_hdr
{
u16
frame_ctrl
;
...
...
@@ -555,36 +554,4 @@ struct wl3501_card {
struct
iw_spy_data
spy_data
;
struct
dev_node_t
node
;
};
/**
* struct wl3501_ioctl_blk - ioctl block
* @cmd - Command to run
* @len - Length of the data buffer
* @data - Pointer to the data buffer
*
* wl3501_ioctl_blk is put into ifreq.ifr_data which is a union (16 bytes)
* sizeof(wl3501_ioctl_blk) must be less than 16 bytes.
*/
struct
wl3501_ioctl_blk
{
u16
cmd
;
u16
len
;
unsigned
char
*
data
;
};
struct
wl3501_ioctl_parm
{
u8
def_chan
;
u8
chan
;
enum
wl3501_net_type
net_type
;
u8
essid
[
WL3501_ESSID_MAX_LEN
];
u8
keep_essid
[
WL3501_ESSID_MAX_LEN
];
u8
version
[
2
];
u8
freq_domain
;
};
enum
wl3501_ioctl_cmd
{
WL3501_IOCTL_CMD_GET_PARAMETER
=
SIOCIWFIRSTPRIV
,
WL3501_IOCTL_CMD_SET_PARAMETER
,
WL3501_IOCTL_CMD_WRITE_FLASH
,
WL3501_IOCTL_CMD_SET_RESET
,
};
#endif
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