aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bwn
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce IEEE80211_C_RATECTL, drivers which use the ratectl frameworkBernhard Schmidt2010-08-141-0/+1
* Fixes a mistake to calculate CALC_COEFF2() value that tmp[3] isWeongyo Jeong2010-07-221-2/+2
* Fixes a bug for LP PHY that some frames have 2 padding bytes at theWeongyo Jeong2010-07-101-10/+11
* - fixes a bug that it didn't initialize the ratectl after association;Weongyo Jeong2010-05-151-3/+9
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-2/+2
* ifp->if_ipackets++ when RX packet interrupts are occurred.Weongyo Jeong2010-04-241-0/+2
* net80211 rate control framework (net80211 ratectl).Rui Paulo2010-04-072-69/+17
* enables S/W beacon miss handler.Weongyo Jeong2010-03-141-0/+2
* Fix build breakage introduced in r204922.Pyun YongHyeon2010-03-101-2/+1
* uses KOBJMETHOD_END macro to indicate the end of method table.Weongyo Jeong2010-03-091-1/+1
* o uses bus accessor macros to read values from ivar so no more valuesWeongyo Jeong2010-03-092-399/+350
* fixes an attached-at-boot issue that bwn(4) using device_identifyWeongyo Jeong2010-03-031-8/+0
* calculates the integer square root if a positive integer X is largerWeongyo Jeong2010-03-011-4/+5
* fixes a bug to load firmware images for LP PHY. For LP PHY always,Weongyo Jeong2010-02-271-2/+3
* supports the adhoc demo mode that it's tested on modified aircrack-ngWeongyo Jeong2010-02-271-1/+3
* don't need to check BWN_RX_PHYST0_SHORTPRMBL flag because it's alreadyWeongyo Jeong2010-02-271-2/+0
* o adds sysctl variables to show device statistics.Weongyo Jeong2010-02-232-10/+37
* fixes a compile error; invalid type argument of '->'.Weongyo Jeong2010-02-231-1/+1
* Fix compilation problems with INVARIANTS.Warner Losh2010-02-231-27/+20