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
d9468289
Commit
d9468289
authored
Jul 18, 2003
by
Arnaldo Carvalho de Melo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
o wl3501: cleanup types
parent
1cdf8ca1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
208 additions
and
207 deletions
+208
-207
drivers/net/wireless/wl3501.h
drivers/net/wireless/wl3501.h
+173
-173
drivers/net/wireless/wl3501_cs.c
drivers/net/wireless/wl3501_cs.c
+35
-34
No files found.
drivers/net/wireless/wl3501.h
View file @
d9468289
...
...
@@ -206,238 +206,238 @@ enum wl3501_status {
#define WL3501_ESSID_MAX_LEN (IW_ESSID_MAX_SIZE + 2)
struct
wl3501_tx_hdr
{
u16
tx_cnt
;
u
nsigned
char
sync
[
16
];
u16
sfd
;
u
nsigned
char
signal
;
u
nsigned
char
service
;
u16
len
;
u16
crc16
;
u16
frame_ctrl
;
u16
duration_id
;
u
nsigned
char
addr1
[
ETH_ALEN
];
u
nsigned
char
addr2
[
ETH_ALEN
];
u
nsigned
char
addr3
[
ETH_ALEN
];
u16
seq_ctrl
;
u
nsigned
char
addr4
[
ETH_ALEN
];
u16
tx_cnt
;
u
8
sync
[
16
];
u16
sfd
;
u
8
signal
;
u
8
service
;
u16
len
;
u16
crc16
;
u16
frame_ctrl
;
u16
duration_id
;
u
8
addr1
[
ETH_ALEN
];
u
8
addr2
[
ETH_ALEN
];
u
8
addr3
[
ETH_ALEN
];
u16
seq_ctrl
;
u
8
addr4
[
ETH_ALEN
];
};
struct
wl3501_rx_hdr
{
u16
rx_next_blk
;
u16
rc_next_frame_blk
;
u
nsigned
char
rx_blk_ctrl
;
u
nsigned
char
rx_next_frame
;
u
nsigned
char
rx_next_frame1
;
u
nsigned
char
rssi
;
unsigned
char
time
[
8
];
u
nsigned
char
signal
;
u
nsigned
char
service
;
u16
len
;
u16
crc16
;
u16
frame_ctrl
;
u16
duration
;
u
nsigned
char
addr1
[
ETH_ALEN
];
u
nsigned
char
addr2
[
ETH_ALEN
];
u
nsigned
char
addr3
[
ETH_ALEN
];
u16
seq
;
u
nsigned
char
addr4
[
ETH_ALEN
];
u16
rx_next_blk
;
u16
rc_next_frame_blk
;
u
8
rx_blk_ctrl
;
u
8
rx_next_frame
;
u
8
rx_next_frame1
;
u
8
rssi
;
char
time
[
8
];
u
8
signal
;
u
8
service
;
u16
len
;
u16
crc16
;
u16
frame_ctrl
;
u16
duration
;
u
8
addr1
[
ETH_ALEN
];
u
8
addr2
[
ETH_ALEN
];
u
8
addr3
[
ETH_ALEN
];
u16
seq
;
u
8
addr4
[
ETH_ALEN
];
};
struct
wl3501_start_req
{
u16
next_blk
;
u
nsigned
char
sig_id
;
u
nsigned
char
bss_type
;
u16
beacon_period
;
u16
dtim_period
;
u16
probe_delay
;
u16
cap_info
;
unsigned
char
ssid
[
WL3501_ESSID_MAX_LEN
];
u
nsigned
char
bss_basic_rate_set
[
10
];
u
nsigned
char
operational_rate_set
[
10
];
u
nsigned
char
cf_pset
[
8
];
u
nsigned
char
phy_pset
[
3
];
u
nsigned
char
ibss_pset
[
4
];
u16
next_blk
;
u
8
sig_id
;
u
8
bss_type
;
u16
beacon_period
;
u16
dtim_period
;
u16
probe_delay
;
u16
cap_info
;
char
ssid
[
WL3501_ESSID_MAX_LEN
];
u
8
bss_basic_rate_set
[
10
];
u
8
operational_rate_set
[
10
];
u
8
cf_pset
[
8
];
u
8
phy_pset
[
3
];
u
8
ibss_pset
[
4
];
};
struct
wl3501_assoc_req
{
u16
next_blk
;
u
nsigned
char
sig_id
;
u
nsigned
char
reserved
;
u16
timeout
;
u16
cap_info
;
u16
listen_interval
;
u
nsigned
char
mac_addr
[
ETH_ALEN
];
u16
next_blk
;
u
8
sig_id
;
u
8
reserved
;
u16
timeout
;
u16
cap_info
;
u16
listen_interval
;
u
8
mac_addr
[
ETH_ALEN
];
};
struct
wl3501_assoc_confirm
{
u16
next_blk
;
u
nsigned
char
sig_id
;
u
nsigned
char
reserved
;
u16
status
;
u16
next_blk
;
u
8
sig_id
;
u
8
reserved
;
u16
status
;
};
struct
wl3501_assoc_ind
{
u16
next_blk
;
u
nsigned
char
sig_id
;
u
nsigned
char
mac_addr
[
ETH_ALEN
];
u16
next_blk
;
u
8
sig_id
;
u
8
mac_addr
[
ETH_ALEN
];
};
struct
wl3501_auth_req
{
u16
next_blk
;
u
nsigned
char
sig_id
;
u
nsigned
char
reserved
;
u16
type
;
u16
timeout
;
u
nsigned
char
mac_addr
[
ETH_ALEN
];
u16
next_blk
;
u
8
sig_id
;
u
8
reserved
;
u16
type
;
u16
timeout
;
u
8
mac_addr
[
ETH_ALEN
];
};
struct
wl3501_auth_confirm
{
u16
next_blk
;
u
nsigned
char
sig_id
;
u
nsigned
char
reserved
;
u16
type
;
u16
status
;
u
nsigned
char
mac_addr
[
ETH_ALEN
];
u16
next_blk
;
u
8
sig_id
;
u
8
reserved
;
u16
type
;
u16
status
;
u
8
mac_addr
[
ETH_ALEN
];
};
struct
wl3501_get_req
{
u16
next_blk
;
u
nsigned
char
sig_id
;
u
nsigned
char
reserved
;
u16
mib_attrib
;
u16
next_blk
;
u
8
sig_id
;
u
8
reserved
;
u16
mib_attrib
;
};
struct
wl3501_get_confirm
{
u16
next_blk
;
u
nsigned
char
sig_id
;
u
nsigned
char
reserved
;
u16
mib_status
;
u16
mib_attrib
;
u
nsigned
char
mib_value
[
100
];
u16
next_blk
;
u
8
sig_id
;
u
8
reserved
;
u16
mib_status
;
u16
mib_attrib
;
u
8
mib_value
[
100
];
};
struct
wl3501_join_req
{
u16
next_blk
;
u
nsigned
char
sig_id
;
u
nsigned
char
reserved
;
u
nsigned
char
operational_rate_set
[
10
];
u16
reserved2
;
u16
timeout
;
u16
probe_delay
;
u
nsigned
char
timestamp
[
8
];
u
nsigned
char
local_time
[
8
];
u16
beacon_period
;
u16
dtim_period
;
u16
cap_info
;
u
nsigned
char
bss_type
;
u
nsigned
char
bssid
[
ETH_ALEN
];
unsigned
char
ssid
[
WL3501_ESSID_MAX_LEN
];
u
nsigned
char
phy_pset
[
3
];
u
nsigned
char
cf_pset
[
8
];
u
nsigned
char
ibss_pset
[
4
];
u
nsigned
char
bss_basic_rate_set
[
10
];
u16
next_blk
;
u
8
sig_id
;
u
8
reserved
;
u
8
operational_rate_set
[
10
];
u16
reserved2
;
u16
timeout
;
u16
probe_delay
;
u
8
timestamp
[
8
];
u
8
local_time
[
8
];
u16
beacon_period
;
u16
dtim_period
;
u16
cap_info
;
u
8
bss_type
;
u
8
bssid
[
ETH_ALEN
];
char
ssid
[
WL3501_ESSID_MAX_LEN
];
u
8
phy_pset
[
3
];
u
8
cf_pset
[
8
];
u
8
ibss_pset
[
4
];
u
8
bss_basic_rate_set
[
10
];
};
struct
wl3501_join_confirm
{
u16
next_blk
;
u
nsigned
char
sig_id
;
u
nsigned
char
reserved
;
u16
status
;
u16
next_blk
;
u
8
sig_id
;
u
8
reserved
;
u16
status
;
};
struct
wl3501_pwr_mgmt_req
{
u16
next_blk
;
u
nsigned
char
sig_id
;
u8
pwr_save
;
u8
wake_up
;
u8
receive_dtims
;
u16
next_blk
;
u
8
sig_id
;
u8
pwr_save
;
u8
wake_up
;
u8
receive_dtims
;
};
struct
wl3501_pwr_mgmt_confirm
{
u16
next_blk
;
u
nsigned
char
sig_id
;
u
nsigned
char
reserved
;
u16
status
;
u16
next_blk
;
u
8
sig_id
;
u
8
reserved
;
u16
status
;
};
struct
wl3501_scan_req
{
u16
next_blk
;
u
nsigned
char
sig_id
;
u
nsigned
char
bss_type
;
u
8
sig_id
;
u
8
bss_type
;
u16
probe_delay
;
u16
min_chan_time
;
u16
max_chan_time
;
u
nsigned
char
chan_list
[
14
];
u
nsigned
char
bssid
[
ETH_ALEN
];
unsigned
char
ssid
[
WL3501_ESSID_MAX_LEN
];
u
8
chan_list
[
14
];
u
8
bssid
[
ETH_ALEN
];
char
ssid
[
WL3501_ESSID_MAX_LEN
];
enum
wl3501_scan_type
scan_type
;
};
struct
wl3501_scan_confirm
{
u16
next_blk
;
u
nsigned
char
sig_id
;
u
nsigned
char
reserved
;
u16
status
;
unsigned
char
timestamp
[
8
];
unsigned
char
localtime
[
8
];
u16
beacon_period
;
u16
dtim_period
;
u16
cap_info
;
u
nsigned
char
bss_type
;
u
nsigned
char
bssid
[
ETH_ALEN
];
unsigned
char
ssid
[
WL3501_ESSID_MAX_LEN
];
u
nsigned
char
phy_pset
[
3
];
u
nsigned
char
cf_pset
[
8
];
u
nsigned
char
ibss_pset
[
4
];
u
nsigned
char
bss_basic_rate_set
[
10
];
u
nsigned
char
rssi
;
u16
next_blk
;
u
8
sig_id
;
u
8
reserved
;
u16
status
;
char
timestamp
[
8
];
char
localtime
[
8
];
u16
beacon_period
;
u16
dtim_period
;
u16
cap_info
;
u
8
bss_type
;
u
8
bssid
[
ETH_ALEN
];
char
ssid
[
WL3501_ESSID_MAX_LEN
];
u
8
phy_pset
[
3
];
u
8
cf_pset
[
8
];
u
8
ibss_pset
[
4
];
u
8
bss_basic_rate_set
[
10
];
u
8
rssi
;
};
struct
wl3501_start_confirm
{
u16
next_blk
;
u
nsigned
char
sig_id
;
u
nsigned
char
reserved
;
u16
status
;
u16
next_blk
;
u
8
sig_id
;
u
8
reserved
;
u16
status
;
};
struct
wl3501_md_req
{
u16
next_blk
;
u
nsigned
char
sig_id
;
u
nsigned
char
routing
;
u16
data
;
u16
size
;
u
nsigned
char
pri
;
u
nsigned
char
service_class
;
u
nsigned
char
daddr
[
ETH_ALEN
];
u
nsigned
char
saddr
[
ETH_ALEN
];
u16
next_blk
;
u
8
sig_id
;
u
8
routing
;
u16
data
;
u16
size
;
u
8
pri
;
u
8
service_class
;
u
8
daddr
[
ETH_ALEN
];
u
8
saddr
[
ETH_ALEN
];
};
struct
wl3501_md_ind
{
u16
next_blk
;
u
nsigned
char
sig_id
;
u
nsigned
char
routing
;
u16
data
;
u16
size
;
u
nsigned
char
reception
;
u
nsigned
char
pri
;
u
nsigned
char
service_class
;
u
nsigned
char
daddr
[
ETH_ALEN
];
u
nsigned
char
saddr
[
ETH_ALEN
];
u16
next_blk
;
u
8
sig_id
;
u
8
routing
;
u16
data
;
u16
size
;
u
8
reception
;
u
8
pri
;
u
8
service_class
;
u
8
daddr
[
ETH_ALEN
];
u
8
saddr
[
ETH_ALEN
];
};
struct
wl3501_md_confirm
{
u16
next_blk
;
u
nsigned
char
sig_id
;
u
nsigned
char
reserved
;
u16
data
;
u
nsigned
char
status
;
u
nsigned
char
pri
;
u
nsigned
char
service_class
;
u16
next_blk
;
u
8
sig_id
;
u
8
reserved
;
u16
data
;
u
8
status
;
u
8
pri
;
u
8
service_class
;
};
struct
wl3501_resync_req
{
u16
next_blk
;
u
nsigned
char
sig_id
;
u16
next_blk
;
u
8
sig_id
;
};
/* Definitions for supporting clone adapters. */
...
...
@@ -511,7 +511,7 @@ struct wl3501_80211_tx_hdr {
struct
wl3501_card
{
int
base_addr
;
u
nsigned
char
mac_addr
[
ETH_ALEN
];
u
8
mac_addr
[
ETH_ALEN
];
spinlock_t
lock
;
wait_queue_head_t
wait
;
struct
wl3501_get_confirm
sig_get_confirm
;
...
...
@@ -528,18 +528,18 @@ struct wl3501_card {
u16
esbq_confirm_end
;
u16
esbq_confirm
;
u8
essid
[
WL3501_ESSID_MAX_LEN
];
u
nsigned
char
bssid
[
ETH_ALEN
];
u
8
bssid
[
ETH_ALEN
];
int
net_type
;
u8
keep_essid
[
WL3501_ESSID_MAX_LEN
];
unsigned
char
nick
[
32
];
unsigned
char
card_name
[
32
];
unsigned
char
firmware_date
[
32
];
char
nick
[
32
];
char
card_name
[
32
];
char
firmware_date
[
32
];
u8
chan
;
u8
cap_info
;
u16
start_seg
;
u16
bss_cnt
;
u16
join_sta_bss
;
u
nsigned
char
rssi
;
u
8
rssi
;
u8
adhoc_times
;
u8
reg_domain
;
u8
version
[
2
];
...
...
drivers/net/wireless/wl3501_cs.c
View file @
d9468289
...
...
@@ -523,7 +523,7 @@ static int wl3501_send_pkt(struct wl3501_card *this, u8 *data, u16 len)
pdata
+=
12
;
sig
.
data
=
bf
;
if
(((
*
pdata
)
*
256
+
(
*
(
pdata
+
1
)))
>
1500
)
{
u
nsigned
char
addr4
[
ETH_ALEN
]
=
{
u
8
addr4
[
ETH_ALEN
]
=
{
[
0
]
=
0xAA
,
[
1
]
=
0xAA
,
[
2
]
=
0x03
,
[
4
]
=
0x00
,
};
...
...
@@ -956,7 +956,7 @@ static inline void wl3501_md_ind_interrupt(struct net_device *dev,
{
struct
wl3501_md_ind
sig
;
struct
sk_buff
*
skb
;
u
nsigned
char
rssi
,
addr4
[
ETH_ALEN
];
u
8
rssi
,
addr4
[
ETH_ALEN
];
u16
pkt_len
;
wl3501_get_from_wla
(
this
,
addr
,
&
sig
,
sizeof
(
sig
));
...
...
@@ -1662,8 +1662,7 @@ static int wl3501_set_wap(struct net_device *dev, struct iw_request_info *info,
union
iwreq_data
*
wrqu
,
char
*
extra
)
{
struct
wl3501_card
*
this
=
dev
->
priv
;
static
const
unsigned
char
bcast
[
ETH_ALEN
]
=
{
255
,
255
,
255
,
255
,
255
,
255
};
static
const
u8
bcast
[
ETH_ALEN
]
=
{
255
,
255
,
255
,
255
,
255
,
255
};
int
rc
=
-
EINVAL
;
/* FIXME: we support other ARPHRDs...*/
...
...
@@ -1946,29 +1945,29 @@ static dev_link_t *wl3501_attach(void)
goto
out
;
memset
(
link
,
0
,
sizeof
(
struct
dev_link_t
));
init_timer
(
&
link
->
release
);
link
->
release
.
function
=
wl3501_release
;
link
->
release
.
data
=
(
unsigned
long
)
link
;
link
->
release
.
function
=
wl3501_release
;
link
->
release
.
data
=
(
unsigned
long
)
link
;
/* The io structure describes IO port mapping */
link
->
io
.
NumPorts1
=
16
;
link
->
io
.
Attributes1
=
IO_DATA_PATH_WIDTH_8
;
link
->
io
.
IOAddrLines
=
5
;
link
->
io
.
NumPorts1
=
16
;
link
->
io
.
Attributes1
=
IO_DATA_PATH_WIDTH_8
;
link
->
io
.
IOAddrLines
=
5
;
/* Interrupt setup */
link
->
irq
.
Attributes
=
IRQ_TYPE_EXCLUSIVE
|
IRQ_HANDLE_PRESENT
;
link
->
irq
.
IRQInfo1
=
IRQ_INFO2_VALID
|
IRQ_LEVEL_ID
;
link
->
irq
.
IRQInfo2
=
wl3501_irq_mask
;
link
->
irq
.
Attributes
=
IRQ_TYPE_EXCLUSIVE
|
IRQ_HANDLE_PRESENT
;
link
->
irq
.
IRQInfo1
=
IRQ_INFO2_VALID
|
IRQ_LEVEL_ID
;
link
->
irq
.
IRQInfo2
=
wl3501_irq_mask
;
if
(
wl3501_irq_list
[
0
]
!=
-
1
)
for
(
i
=
0
;
i
<
4
;
i
++
)
link
->
irq
.
IRQInfo2
|=
1
<<
wl3501_irq_list
[
i
];
link
->
irq
.
Handler
=
wl3501_interrupt
;
/* General socket configuration */
link
->
conf
.
Attributes
=
CONF_ENABLE_IRQ
;
link
->
conf
.
Vcc
=
50
;
link
->
conf
.
IntType
=
INT_MEMORY_AND_IO
;
link
->
conf
.
ConfigIndex
=
1
;
link
->
conf
.
Present
=
PRESENT_OPTION
;
link
->
conf
.
Attributes
=
CONF_ENABLE_IRQ
;
link
->
conf
.
Vcc
=
50
;
link
->
conf
.
IntType
=
INT_MEMORY_AND_IO
;
link
->
conf
.
ConfigIndex
=
1
;
link
->
conf
.
Present
=
PRESENT_OPTION
;
dev
=
alloc_etherdev
(
sizeof
(
struct
wl3501_card
));
if
(
!
dev
)
...
...
@@ -1987,16 +1986,18 @@ static dev_link_t *wl3501_attach(void)
link
->
priv
=
link
->
irq
.
Instance
=
dev
;
/* Register with Card Services */
link
->
next
=
wl3501_dev_list
;
wl3501_dev_list
=
link
;
client_reg
.
dev_info
=
&
wl3501_dev_info
;
client_reg
.
Attributes
=
INFO_IO_CLIENT
|
INFO_CARD_SHARE
;
client_reg
.
EventMask
=
CS_EVENT_CARD_INSERTION
|
CS_EVENT_RESET_PHYSICAL
|
CS_EVENT_CARD_RESET
|
CS_EVENT_CARD_REMOVAL
|
CS_EVENT_PM_SUSPEND
|
CS_EVENT_PM_RESUME
;
link
->
next
=
wl3501_dev_list
;
wl3501_dev_list
=
link
;
client_reg
.
dev_info
=
&
wl3501_dev_info
;
client_reg
.
Attributes
=
INFO_IO_CLIENT
|
INFO_CARD_SHARE
;
client_reg
.
EventMask
=
CS_EVENT_CARD_INSERTION
|
CS_EVENT_RESET_PHYSICAL
|
CS_EVENT_CARD_RESET
|
CS_EVENT_CARD_REMOVAL
|
CS_EVENT_PM_SUSPEND
|
CS_EVENT_PM_RESUME
;
client_reg
.
event_handler
=
wl3501_event
;
client_reg
.
Version
=
0x0210
;
client_reg
.
Version
=
0x0210
;
client_reg
.
event_callback_args
.
client_data
=
link
;
ret
=
CardServices
(
RegisterClient
,
&
link
->
handle
,
&
client_reg
);
if
(
ret
)
{
...
...
@@ -2030,20 +2031,20 @@ static void wl3501_config(dev_link_t *link)
client_handle_t
handle
=
link
->
handle
;
struct
net_device
*
dev
=
link
->
priv
;
int
i
=
0
,
j
,
last_fn
,
last_ret
;
unsigned
char
b
u
f
[
64
];
unsigned
char
bf
[
64
];
struct
wl3501_card
*
this
;
/* This reads the card's CONFIG tuple to find its config registers. */
tuple
.
Attributes
=
0
;
tuple
.
DesiredTuple
=
CISTPL_CONFIG
;
tuple
.
Attributes
=
0
;
tuple
.
DesiredTuple
=
CISTPL_CONFIG
;
CS_CHECK
(
GetFirstTuple
,
handle
,
&
tuple
);
tuple
.
TupleData
=
bu
f
;
tuple
.
TupleDataMax
=
64
;
tuple
.
TupleOffset
=
0
;
tuple
.
TupleData
=
b
f
;
tuple
.
TupleDataMax
=
sizeof
(
bf
)
;
tuple
.
TupleOffset
=
0
;
CS_CHECK
(
GetTupleData
,
handle
,
&
tuple
);
CS_CHECK
(
ParseTuple
,
handle
,
&
tuple
,
&
parse
);
link
->
conf
.
ConfigBase
=
parse
.
config
.
base
;
link
->
conf
.
Present
=
parse
.
config
.
rmask
[
0
];
link
->
conf
.
ConfigBase
=
parse
.
config
.
base
;
link
->
conf
.
Present
=
parse
.
config
.
rmask
[
0
];
/* Configure card */
link
->
state
|=
DEV_CONFIG
;
...
...
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