summaryrefslogtreecommitdiff
path: root/sys/dev/wi
AgeCommit message (Expand)Author
2021-01-07pccard: Remove wi(4) driverWarner Losh
2020-09-01wi: clean up empty lines in .c and .h filesMateusz Guzik
2020-08-31Warn for the non pccard attachmentsWarner Losh
2020-08-20Tag pccard drivers with gone in 13.Warner Losh
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2020-01-30Widen EPOCH(9) usage in PCI WLAN drivers.Hans Petter Selasky
2019-12-04Regularize my copyright noticeWarner Losh
2019-10-21Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff
2019-03-11Fix ieee80211_radiotap(9) usage in wireless drivers:Andriy Voskoboinyk
2019-02-05Remove All Rights ReservedWarner Losh
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2017-03-15Fix unreachable code in wi_pci_resume().Kevin Lo
2016-05-20wi: fix a typo.Andriy Voskoboinyk
2016-05-19wi: switch to ieee80211_add_channel()Andriy Voskoboinyk
2016-05-04wi: fix a comment (0x1fff has 13 bits set).Andriy Voskoboinyk
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-02-27Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits
2016-02-01These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff
2015-12-11Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingWarner Losh
2015-10-12net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...Adrian Chadd
2015-09-22net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vapAdrian Chadd
2015-08-27Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff
2015-08-17Convert more ifp->if_softc -> ic->ic_softc.Adrian Chadd
2015-08-08Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd
2015-08-07Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff
2015-07-07Enable the wireless on attach.Justin Hibbits
2015-05-25Change three methods in struct ieee80211com, namely ic_updateslot,Gleb Smirnoff
2015-05-25Set ic_softc in all 802.11 drivers. Not required right now, but will beGleb Smirnoff
2015-05-25Begin plumbing ieee80211_rx_stats through the receive path.Adrian Chadd
2015-05-25Make net80211 drivers supply their device name to the net80211 layer, soGleb Smirnoff
2014-11-22Retire old, transition code for managing the FreeBSD 5 -> 6 migration.Warner Losh
2014-09-24- Provide wi_get_counter() to return counters that are not collected,Gleb Smirnoff
2014-01-08Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.Kevin Lo
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2013-08-12Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long
2013-07-31Add the macio attachment for wi(4). Partially obtained from NetBSD.Justin Hibbits
2013-07-29Use the streaming functions for reading/writing the BAP fields on wi(4). ThisJustin Hibbits
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2012-02-25If an interrupt is received with no vap attached, just fail LINK events.Adrian Chadd
2012-01-26Include opt_wlan.h before net80211 includes; so IEEE80211_* configurationAdrian Chadd
2011-12-17Fix some net80211 enum nits:Bernhard Schmidt
2011-11-07Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten
2011-01-19sysctl(8) should use the CTLTYPE to determine the type of data whenMatthew D Fleming
2010-05-03Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev
2009-09-08Revert previous commit and add myself to the list of people who shouldPoul-Henning Kamp
2009-09-08Add necessary include.Poul-Henning Kamp
2009-06-26Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson
2009-06-11strict kobj sigs: fix assortment of device_detach and device_shutdown implsAndriy Gapon
2009-05-21force type matchSam Leffler