summaryrefslogtreecommitdiffstats
path: root/sys/dev/wi/if_wi.c
Commit message (Expand)AuthorAgeFilesLines
* Use the streaming functions for reading/writing the BAP fields on wi(4). Thisjhibbits2013-07-291-10/+4
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-2/+2
* If an interrupt is received with no vap attached, just fail LINK events.adrian2012-02-251-0/+5
* Include opt_wlan.h before net80211 includes; so IEEE80211_* configurationadrian2012-01-261-0/+2
* Fix some net80211 enum nits:bschmidt2011-12-171-8/+8
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+2
* sysctl(8) should use the CTLTYPE to determine the type of data whenmdf2011-01-191-1/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-2/+2
* Revert previous commit and add myself to the list of people who shouldphk2009-09-081-1/+0
* Add necessary include.phk2009-09-081-0/+1
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* strict kobj sigs: fix assortment of device_detach and device_shutdown implsavg2009-06-111-1/+2
* force type matchsam2009-05-211-1/+1
* Revert last junk...imp2009-05-201-3/+2
* Overhaul monitor mode handling:sam2009-05-201-49/+50
* We no longer need to use d_thread_t, migrate to struct thread *.imp2009-05-201-2/+3
* Create a taskqueue for each wireless interface which provides a serialisedthompsa2009-05-021-59/+13
* Hoist 802.11 encapsulation up into net80211:sam2009-03-301-10/+26
* fake the association id so packets are not rejected in the tx pathsam2009-03-301-0/+2
* Eliminate ic_myaddr so changing the mac address of a device works correctly:sam2009-03-291-7/+6
* Report what kind of chip only under bootverbose since that's nowimp2008-08-021-1/+2
* Export the hardware type (as number and name), the secondary firmwareimp2008-07-281-19/+43
* Register the interrupt handler at the end of wi_attach rather than atimp2008-07-261-13/+11
* Minor cleanup of vap create work:sam2008-05-121-1/+2
* Only start the vaps if the init routine completed.thompsa2008-05-101-1/+2
* Unify all the wifi *_ioctl routinesthompsa2008-05-011-7/+8
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-2141/+674
* Make wi_set_channel() actually change the channel in hardware so that hostapthompsa2007-09-161-2/+15
* o add 802.11 state machine states for DFS and client-side power savesam2007-09-051-0/+2
* MFP4(123963): Fixing a possible NULL pointer dereference by makingavatar2007-08-091-1/+1
* Now that wicontrol has been removed from the base system the correspondingthompsa2007-07-111-1/+13
* Fix scanning issues since the new net80211 code went inthompsa2007-06-301-10/+27
* Change the channel number in the scan results struct to be a pointer to thethompsa2007-06-301-1/+7
* Fix the channel reporting when the card is associated. The channel array usedthompsa2007-06-301-1/+5
* Update 802.11 wireless support:sam2007-06-111-99/+271
* - Fix mbuf/node leakage in drivers' raw_xmit().sephe2007-04-191-7/+8
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* replace if_watchdog w/ a private calloutsam2006-12-111-12/+10
* drop softc lock when passing rx frames up the stacksam2006-12-111-0/+3
* split wi_start int locked+unlocked variants and use the unlockedsam2006-12-111-9/+14
* nuke compatibility cruftsam2006-12-111-26/+0
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-3/+4
* raw 802.11 packet transmit supportsam2006-08-051-30/+145
* Really fix the typo this time: it should be sc->sc_drvbpf to be verified,avatar2006-06-051-1/+1
* Fixing a typo in rev1.196.avatar2006-06-051-1/+1
* Fix the following bpf(4) race condition which can result in a panic:csjp2006-06-021-3/+3
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-5/+1
* Fixing WEP bustage in hostap mode since 5.2-RELEASE.avatar2005-10-021-15/+55
* Honouring ic->ic_dtim_period.avatar2005-10-021-1/+1
OpenPOWER on IntegriCloud