summaryrefslogtreecommitdiff
path: root/sys/dev/ic/awi.c
AgeCommit message (Expand)Author
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-11-02Fix some typos. From Tom Cosgrove via jmc@openbsd.wiz
2003-11-02Use ieee80211_find_rxnode to attribute Rx packets to the writedyoung
2003-10-30Remove some assigned-to but otherwise unused variables.simonb
2003-10-15Re-order a little so that there's no unreachable code in this block.simonb
2003-10-13Adapt awi(4) to the new 802.11 layer.dyoung
2003-07-06Still more consolidation of 802.11 media-handling, moving movingdyoung
2003-02-25Add support for Prism monitor mode. From Kevin Laheydyoung
2003-01-18Merge the nathanw_sa branch.thorpej
2002-10-01Allow SIOCSIFADDR with AF_LINK and WI_RID_MAC_NODE (wiconfig -m)onoe
2002-09-30old lucent adhoc-demo mode (adhoc,flag0 or wiconfig -p 3) wasn't handledonoe
2002-09-30re-enable IBSS creation.onoe
2002-09-27Add support for SIOC[SG]80211BSSID, SIOC[SG]80211CHANNEL.onoe
2002-09-03Several fixes hostap for awi driver:onoe
2002-09-02Add experimental support of Host-AP mode for awi driver.onoe
2002-08-28Attach another DLTs for bpf: DLT_IEEE802_11 to capture raw 802.11 frame.onoe
2002-08-05Fix IBSS for awi driver.onoe
2002-07-25Set desired ESSID for probe request.onoe
2001-11-13add/cleanup RCSIDlukem
2001-09-20Move IBSS creation stuff from awi to ieee80211.onoe
2001-09-19Fix for FH infrastructure mode.onoe
2001-09-18Fix register offset of SYNC_SET for FH phy.onoe
2001-09-18Move IEEE 802.11 MAC management functions from awi driver toonoe
2001-07-26issueing -> issuingwiz
2001-06-28Do not re-enable the driver after resume if the interface is marked down.onoe
2001-06-26restore awi_power() to reenable awi after resume.onoe
2001-06-25AWI_DEBUG only:onoe
2001-06-25Fix capability information in association request to reflect ESS/IBSS mode.onoe
2001-06-25cleanup unnecessary include files.onoe
2000-12-18Remove an IF_PREPEND() that slipped through.thorpej
2000-12-14ALTQ'ify.thorpej
2000-11-26Add new powerhook argument values, PWR_SOFTSUSPEND, PWR_SOFTSTANDBY andtakemura
2000-11-15Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach().thorpej
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