index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ic
/
awi.c
Age
Commit message (
Expand
)
Author
2000-07-21
add support for SIOCS80211NWKEY and SIOCG80211NWKEY.
onoe
2000-07-19
moved the check priviledge for SIOCS80211NWID from each driver to ifioctl().
onoe
2000-07-11
Indicate WEP capability to association request when WEP is enabled.
onoe
2000-07-10
do not allow non-priviledged user to change nwid via ifconfig.
onoe
2000-07-10
move associated/synced/no-recent-beacons messages to IFF_DEBUG.
onoe
2000-07-05
change the argument of SIOCS80211NWID and SIOCG80211NWID ioctls from
onoe
2000-07-04
Support WEP functions for awi driver.
onoe
2000-06-09
Restore the original copyright notice by Bill Sommerfeld
onoe
2000-06-09
cleanup haeders.
onoe
2000-05-29
For all network drivers that call ether_ifattach(), and also
jhawk
2000-03-27
Fix multicast filter to set IFF_ALLMULTI flag properly. Also clear
onoe
2000-03-27
Do not try to lock out MAC until the firmware correctly start up, to avoid
onoe
2000-03-27
backout changes between 1.10 and 1.12 to re-enable awictl stuff.
onoe
2000-03-26
don't call if_deactivate with NULL ifp.
itojun
2000-03-23
GC unused variable.
mycroft
2000-03-23
Remove AWICTL stuff that is obsoleted by SIOC[SG]IFMEDIA and SIOC[SG]80211NWID.
mycroft
2000-03-22
Update awi driver, which now supports AMD 79c930 based 802.11 DS cards
onoe
2000-02-17
Add detach support.
sommerfeld
1999-11-09
Completely rewrite receive processing to avoid sleep-deprivation-induced
sommerfeld
1999-11-08
avoid touching freed mbuf after allocation failure.
sommerfeld
1999-11-08
add a bunch of debug printfs under IFF_DEBUG and IFF_LINK2;
sommerfeld
1999-11-08
misc cleanups; seems to work a little better in a dense-AP environment now.
sommerfeld
1999-11-06
Extract MAC address from CIS data in pcmcia front end.
sommerfeld
1999-11-05
Add rcsid's
sommerfeld
1999-11-04
Conditionalize so this builds on 1.4.x..
sommerfeld
1999-11-04
Minimally functional driver for the am79c930 802.11 controller chip).
sommerfeld