summaryrefslogtreecommitdiffstats
path: root/sys/dev/wi
Commit message (Expand)AuthorAgeFilesLines
* These files were getting sys/malloc.h and vm/uma.h with header pollutionglebius2016-02-012-0/+2
* Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingimp2015-12-111-0/+1
* net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...adrian2015-10-121-1/+1
* net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vapadrian2015-09-221-1/+0
* Replay r286410. Change KPI of how device drivers that provide wirelessglebius2015-08-275-234/+154
* Convert more ifp->if_softc -> ic->ic_softc.adrian2015-08-171-13/+8
* Revert the wifi ifnet changes until things are more baked and tested.adrian2015-08-084-161/+247
* Change KPI of how device drivers that provide wireless connectivity interactglebius2015-08-074-247/+161
* Enable the wireless on attach.jhibbits2015-07-071-0/+3
* Change three methods in struct ieee80211com, namely ic_updateslot,glebius2015-05-251-8/+8
* Set ic_softc in all 802.11 drivers. Not required right now, but will beglebius2015-05-251-0/+1
* Begin plumbing ieee80211_rx_stats through the receive path.adrian2015-05-252-4/+5
* Make net80211 drivers supply their device name to the net80211 layer, soglebius2015-05-251-0/+1
* Retire old, transition code for managing the FreeBSD 5 -> 6 migration.imp2014-11-221-1/+0
* - Provide wi_get_counter() to return counters that are not collected,glebius2014-09-241-16/+29
* Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.kevlo2014-01-081-2/+2
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-263-0/+3
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-11/+1
* Add the macio attachment for wi(4). Partially obtained from NetBSD.jhibbits2013-07-311-0/+141
* 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-112-2/+3
* force type matchsam2009-05-211-1/+1
* Revert last junk...imp2009-05-203-6/+5
* Overhaul monitor mode handling:sam2009-05-203-54/+55
* We no longer need to use d_thread_t, migrate to struct thread *.imp2009-05-203-5/+6
* Create a taskqueue for each wireless interface which provides a serialisedthompsa2009-05-022-63/+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
* Remove opt_wi.himp2008-08-271-2/+0
* The APDL-325 is a Wireless LAN pcmcia adapter that sits inside someimp2008-08-271-0/+1
* Add an altnerative Siemens SpeedStream ID. This one is for a Prism 3imp2008-08-021-0/+1
* Report what kind of chip only under bootverbose since that's nowimp2008-08-021-1/+2
* Minor tweaks to names and comments now that I understand what's goingimp2008-08-022-7/+12
* Export the hardware type (as number and name), the secondary firmwareimp2008-07-282-19/+45
* 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-206-6597/+720
OpenPOWER on IntegriCloud