repo.or.cz
/
islsm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial import from the website's tarball, on the 18th of october 2004
[islsm.git]
/
p54u_ioctl.c
blob
46ef723a65437aa198ec0a335a2513644028da73
1
#include <linux/wireless.h>
2
3
#include
"p54u_ioctl.h"
4
struct
iw_statistics
*
5
p54u_wireless_stats
(
struct
net_device
*
ndev
)
6
{
7
islpci_private
*
priv
=
netdev_priv
(
ndev
);
8
9
return
&
priv
->
iwstatistics
;
10
}