aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bwi
Commit message (Expand)AuthorAgeFilesLines
* WiFi: fix ieee80211_media_change() callersBjoern A. Zeeb2020-09-071-11/+2
* bwi: clean up empty lines in .c and .h filesMateusz Guzik2020-09-016-8/+5
* Widen EPOCH(9) usage in PCI WLAN drivers.Hans Petter Selasky2020-01-301-0/+3
* Fix ieee80211_radiotap(9) usage in wireless drivers:Andriy Voskoboinyk2019-03-112-11/+2
* Remove 2GHz channel list copies from wireless drivers.Andriy Voskoboinyk2019-01-261-5/+1
* Reapply, with minor tweaks, r338025, from the original commit:Warner Losh2018-09-261-1/+1
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-191-1/+1
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-191-1/+1
* bwi(4): Set ic->ic_softc before bwi_getradiocaps to avoid bad derefKyle Evans2018-08-101-1/+3
* Add PNP info to PCI attachment of bwi driverWarner Losh2018-06-131-0/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-1/+5
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-209-9/+27
* Fix drivers that assume ticks starts at zero. These drivers all have logicIan Lepore2017-07-061-0/+1
* net80211 drivers: fix rate setup for EAPOL frames, obtain Tx parametersAndriy Voskoboinyk2017-02-261-2/+1
* net80211: ieee80211_ratectl*: switch to reusable KPIAndriy Voskoboinyk2016-10-021-5/+10
* bwi: switch to ieee80211_add_channel_list_2ghz().Andriy Voskoboinyk2016-05-261-6/+45
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* net80211 + drivers: hide size of 'bands' array behind a macro.Andriy Voskoboinyk2016-04-291-1/+1
* sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-191-2/+1
* net80211 drivers: fix ieee80211_init_channels() usageAndriy Voskoboinyk2016-01-071-6/+6
* net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...Adrian Chadd2015-10-121-4/+1
* net80211 & wireless drivers: remove duplicate defines (noop)Adrian Chadd2015-09-224-36/+19
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-275-277/+202
* Convert more ifp->if_softc -> ic->ic_softc.Adrian Chadd2015-08-171-7/+6
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-085-205/+281
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-075-281/+205
* Follow-up r283636 with a fix to the other abuses of BUS_SPACE_MAXSIZE_32BIT.Scott Long2015-05-281-4/+4
* To avoid sleeping in firmware_get() with bwi mutex held, callGleb Smirnoff2015-05-273-6/+6
* In bwi_mac_fw_alloc():Gleb Smirnoff2015-05-271-30/+20
* Setup the interrupt handler after bwi_attach(). If IRQ is shared, interruptGleb Smirnoff2015-05-271-10/+10
* - Don't request BUS_DMA_ALLOCNOW for dma tags, that requires enormousGleb Smirnoff2015-05-271-6/+6
* Change three methods in struct ieee80211com, namely ic_updateslot,Gleb Smirnoff2015-05-251-5/+4
* Set ic_softc in all 802.11 drivers. Not required right now, but will beGleb Smirnoff2015-05-251-0/+1
* Make net80211 drivers supply their device name to the net80211 layer, soGleb Smirnoff2015-05-251-0/+1
* Remove MAXBSIZE use from drivers where it has nothing to do.Alexander Motin2015-03-221-1/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-8/+8
* Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.Kevin Lo2014-01-081-4/+4
* Include necessary headers that now are available due to pollutionGleb Smirnoff2013-10-281-0/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-265-0/+6
* ieee80211_rate2plcp() and ieee80211_rate2phytype() are both pre-11nAdrian Chadd2013-08-131-2/+5
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-5/+5
* Add opt_wlan.h includes, so IEEE80211_* configuration changes areAdrian Chadd2012-05-125-0/+6
* Fix some net80211 enum nits:Bernhard Schmidt2011-12-171-13/+13
* Fix an incorrect use of sizeof().Adrian Chadd2011-10-101-1/+1
* Update from OpenBSD: Include 0x4402 in the bbp id mapping table used on older...Adrian Chadd2011-10-101-1/+1
* Fix an unaligned access issue; tidy up OFDM/DS rate decoding from the PLCP.Adrian Chadd2011-10-031-20/+9
* Pull ieee80211_ratectl_node_init() calls from drivers into net80211.Bernhard Schmidt2011-01-171-6/+0
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-2/+2
* Instead of using the AMRR ratectl algo as default for drivers which haveBernhard Schmidt2010-11-061-2/+1
* Introduce IEEE80211_C_RATECTL, drivers which use the ratectl frameworkBernhard Schmidt2010-08-141-1/+2