aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bwn
Commit message (Expand)AuthorAgeFilesLines
* [bhnd] Initial bhnd(4) SPROM/NVRAM support.Adrian Chadd2016-05-081-0/+10
* .. delete this; I don't know why this was here. oops!Adrian Chadd2016-05-051-6881/+0
* [bwn] fix signed-ness of the rssi parameter.Adrian Chadd2016-05-051-1/+1
* [bwn] implement firmware tx/rx versioning and fix RSSI calculation.Adrian Chadd2016-05-052-5/+112
* [bwn] [bhnd] initial support for using bhnd for if_bwn devices.Adrian Chadd2016-05-046-0/+7406
* [bwn] fix rate control feedback.Adrian Chadd2016-05-041-10/+10
* [bwn] accurately(ish) account transmit/recieve failures for rate control.Adrian Chadd2016-05-041-46/+31
* [bwn] ensure the fallback rate stays in the same PHY mode.Adrian Chadd2016-05-041-1/+9
* [bwn] update bwn_dummy_transmission().Adrian Chadd2016-05-031-4/+21
* [bwn] add PHY types for later PHYs.Adrian Chadd2016-05-031-0/+6
* [bwn] migrate bwn_dummy_transmission() back to main, as it'll be used by othe...Adrian Chadd2016-05-033-67/+68
* [bwn] break out the 'g' phy code into a separate source file.Adrian Chadd2016-05-026-3661/+3815
* [bwn] break out the LP PHY code into a separate file.Adrian Chadd2016-05-024-3648/+3822
* sys/dev: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-1/+1
* sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-191-1/+1
* [bwn] fix time_before -> ieee80211_time_before()Adrian Chadd2016-03-301-4/+4
* Remove taskqueue_enqueue_fast().John Baldwin2016-03-011-1/+1
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-011-1/+2
* net80211: remove hardcoded slot time durations from driversAndriy Voskoboinyk2015-12-131-2/+1
* net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...Adrian Chadd2015-10-121-8/+5
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-272-291/+143
* Convert more ifp->if_softc -> ic->ic_softc.Adrian Chadd2015-08-171-11/+7
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-082-149/+301
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-072-301/+149
* Fixes the RF switch state polling by comparing with the revision of theAdrian Chadd2015-07-131-1/+1
* Change three methods in struct ieee80211com, namely ic_updateslot,Gleb Smirnoff2015-05-251-10/+9
* 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-11/+11
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-2/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-2/+1
* Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.Kevin Lo2014-01-081-3/+3
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Fixing a clang warning about using uninitialized variable.Hiren Panchasara2013-05-061-1/+1
* Revert r249800 asEitan Adler2013-04-231-1/+0
* Avoid warning about uninitalized variableEitan Adler2013-04-231-0/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-4/+4
* Fix some net80211 enum nits:Bernhard Schmidt2011-12-171-6/+6
* - fix typoEitan Adler2011-12-101-1/+1
* s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mentionMarius Strobl2011-11-221-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+2
* Remove dead code, "error" doesn't change between this check and theChristian Brueffer2011-10-081-4/+0
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin2011-03-231-1/+1
* 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-3/+3
* Fix double ;;Kevin Lo2010-12-061-2/+2
* Instead of using the AMRR ratectl algo as default for drivers which haveBernhard Schmidt2010-11-061-1/+0
* Small grammar nit in a printf message.Joel Dahl2010-10-121-1/+1