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