aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/wi
Commit message (Expand)AuthorAgeFilesLines
* wi: clean up empty lines in .c and .h filesMateusz Guzik2020-09-015-13/+2
* Warn for the non pccard attachmentsWarner Losh2020-08-313-1/+5
* Tag pccard drivers with gone in 13.Warner Losh2020-08-201-0/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-2/+2
* Widen EPOCH(9) usage in PCI WLAN drivers.Hans Petter Selasky2020-01-301-0/+4
* Regularize my copyright noticeWarner Losh2019-12-041-1/+1
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-23/+27
* Fix ieee80211_radiotap(9) usage in wireless drivers:Andriy Voskoboinyk2019-03-111-2/+2
* Remove All Rights ReservedWarner Losh2019-02-051-2/+1
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-186-0/+12
* Fix unreachable code in wi_pci_resume().Kevin Lo2017-03-151-1/+1
* wi: fix a typo.Andriy Voskoboinyk2016-05-201-1/+1
* wi: switch to ieee80211_add_channel()Andriy Voskoboinyk2016-05-192-17/+44
* wi: fix a comment (0x1fff has 13 bits set).Andriy Voskoboinyk2016-05-041-1/+1
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-033-4/+4
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-271-2/+2
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-012-0/+2
* Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingWarner Losh2015-12-111-0/+1
* net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...Adrian Chadd2015-10-121-1/+1
* net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vapAdrian Chadd2015-09-221-1/+0
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-275-234/+154
* Convert more ifp->if_softc -> ic->ic_softc.Adrian Chadd2015-08-171-13/+8
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-084-161/+247
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-074-247/+161
* Enable the wireless on attach.Justin Hibbits2015-07-071-0/+3
* Change three methods in struct ieee80211com, namely ic_updateslot,Gleb Smirnoff2015-05-251-8/+8
* Set ic_softc in all 802.11 drivers. Not required right now, but will beGleb Smirnoff2015-05-251-0/+1
* Begin plumbing ieee80211_rx_stats through the receive path.Adrian Chadd2015-05-252-4/+5
* Make net80211 drivers supply their device name to the net80211 layer, soGleb Smirnoff2015-05-251-0/+1
* Retire old, transition code for managing the FreeBSD 5 -> 6 migration.Warner Losh2014-11-221-1/+0
* - Provide wi_get_counter() to return counters that are not collected,Gleb Smirnoff2014-09-241-16/+29
* Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.Kevin Lo2014-01-081-2/+2
* 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