aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/wi
Commit message (Expand)AuthorAgeFilesLines
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-263-0/+3
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-11/+1
* Add the macio attachment for wi(4). Partially obtained from NetBSD.Justin Hibbits2013-07-311-0/+141
* Use the streaming functions for reading/writing the BAP fields on wi(4). ThisJustin Hibbits2013-07-291-10/+4
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-2/+2
* If an interrupt is received with no vap attached, just fail LINK events.Adrian Chadd2012-02-251-0/+5
* Include opt_wlan.h before net80211 includes; so IEEE80211_* configurationAdrian Chadd2012-01-261-0/+2
* Fix some net80211 enum nits:Bernhard Schmidt2011-12-171-8/+8
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+2
* sysctl(8) should use the CTLTYPE to determine the type of data whenMatthew D Fleming2011-01-191-1/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-2/+2
* Revert previous commit and add myself to the list of people who shouldPoul-Henning Kamp2009-09-081-1/+0
* Add necessary include.Poul-Henning Kamp2009-09-081-0/+1
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* strict kobj sigs: fix assortment of device_detach and device_shutdown implsAndriy Gapon2009-06-112-2/+3
* force type matchSam Leffler2009-05-211-1/+1
* Revert last junk...Warner Losh2009-05-203-6/+5
* Overhaul monitor mode handling:Sam Leffler2009-05-203-54/+55
* We no longer need to use d_thread_t, migrate to struct thread *.Warner Losh2009-05-203-5/+6
* Create a taskqueue for each wireless interface which provides a serialisedAndrew Thompson2009-05-022-63/+13
* Hoist 802.11 encapsulation up into net80211:Sam Leffler2009-03-301-10/+26
* fake the association id so packets are not rejected in the tx pathSam Leffler2009-03-301-0/+2
* Eliminate ic_myaddr so changing the mac address of a device works correctly:Sam Leffler2009-03-291-7/+6
* Remove opt_wi.hWarner Losh2008-08-271-2/+0
* The APDL-325 is a Wireless LAN pcmcia adapter that sits inside someWarner Losh2008-08-271-0/+1
* Add an altnerative Siemens SpeedStream ID. This one is for a Prism 3Warner Losh2008-08-021-0/+1
* Report what kind of chip only under bootverbose since that's nowWarner Losh2008-08-021-1/+2
* Minor tweaks to names and comments now that I understand what's goingWarner Losh2008-08-022-7/+12
* Export the hardware type (as number and name), the secondary firmwareWarner Losh2008-07-282-19/+45
* Register the interrupt handler at the end of wi_attach rather than atWarner Losh2008-07-261-13/+11
* Minor cleanup of vap create work:Sam Leffler2008-05-121-1/+2
* Only start the vaps if the init routine completed.Andrew Thompson2008-05-101-1/+2
* Unify all the wifi *_ioctl routinesAndrew Thompson2008-05-011-7/+8
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-206-6597/+720
* Make wi_set_channel() actually change the channel in hardware so that hostapAndrew Thompson2007-09-161-2/+15
* o add 802.11 state machine states for DFS and client-side power saveSam Leffler2007-09-051-0/+2
* MFP4(123963): Fixing a possible NULL pointer dereference by makingTai-hwa Liang2007-08-091-1/+1
* Now that wicontrol has been removed from the base system the correspondingAndrew Thompson2007-07-112-1/+15
* Fix scanning issues since the new net80211 code went inAndrew Thompson2007-06-301-10/+27
* Change the channel number in the scan results struct to be a pointer to theAndrew Thompson2007-06-301-1/+7
* Fix the channel reporting when the card is associated. The channel array usedAndrew Thompson2007-06-301-1/+5
* Update 802.11 wireless support:Sam Leffler2007-06-112-100/+280
* - Fix mbuf/node leakage in drivers' raw_xmit().Sepherosa Ziehau2007-04-191-7/+8
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* replace if_watchdog w/ a private calloutSam Leffler2006-12-112-12/+11
* drop softc lock when passing rx frames up the stackSam Leffler2006-12-111-0/+3
* split wi_start int locked+unlocked variants and use the unlockedSam Leffler2006-12-112-9/+15
* nuke compatibility cruftSam Leffler2006-12-112-41/+0
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-3/+4
* raw 802.11 packet transmit supportSam Leffler2006-08-053-31/+148