summaryrefslogtreecommitdiffstats
path: root/sys/dev/bwn
Commit message (Expand)AuthorAgeFilesLines
* MFC r280347: Remove MAXBSIZE use from drivers where it has nothing to do.mav2015-04-211-1/+1
* MFC r260444:kevlo2014-02-171-3/+3
* Fixing a clang warning about using uninitialized variable.hiren2013-05-061-1/+1
* Revert r249800 aseadler2013-04-231-1/+0
* Avoid warning about uninitalized variableeadler2013-04-231-0/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-4/+4
* Fix some net80211 enum nits:bschmidt2011-12-171-6/+6
* - fix typoeadler2011-12-101-1/+1
* s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mentionmarius2011-11-221-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+2
* Remove dead code, "error" doesn't change between this check and thebrueffer2011-10-081-4/+0
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls tojhb2011-03-231-1/+1
* Pull ieee80211_ratectl_node_init() calls from drivers into net80211.bschmidt2011-01-171-6/+0
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-3/+3
* Fix double ;;kevlo2010-12-061-2/+2
* Instead of using the AMRR ratectl algo as default for drivers which havebschmidt2010-11-061-1/+0
* Small grammar nit in a printf message.joel2010-10-121-1/+1
* Introduce IEEE80211_C_RATECTL, drivers which use the ratectl frameworkbschmidt2010-08-141-0/+1
* Fixes a mistake to calculate CALC_COEFF2() value that tmp[3] isweongyo2010-07-221-2/+2
* Fixes a bug for LP PHY that some frames have 2 padding bytes at theweongyo2010-07-101-10/+11
* - fixes a bug that it didn't initialize the ratectl after association;weongyo2010-05-151-3/+9
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-2/+2
* ifp->if_ipackets++ when RX packet interrupts are occurred.weongyo2010-04-241-0/+2
* net80211 rate control framework (net80211 ratectl).rpaulo2010-04-072-69/+17
* enables S/W beacon miss handler.weongyo2010-03-141-0/+2
* Fix build breakage introduced in r204922.yongari2010-03-101-2/+1
* uses KOBJMETHOD_END macro to indicate the end of method table.weongyo2010-03-091-1/+1
* o uses bus accessor macros to read values from ivar so no more valuesweongyo2010-03-092-399/+350
* fixes an attached-at-boot issue that bwn(4) using device_identifyweongyo2010-03-031-8/+0
* calculates the integer square root if a positive integer X is largerweongyo2010-03-011-4/+5
* fixes a bug to load firmware images for LP PHY. For LP PHY always,weongyo2010-02-271-2/+3
* supports the adhoc demo mode that it's tested on modified aircrack-ngweongyo2010-02-271-1/+3
* don't need to check BWN_RX_PHYST0_SHORTPRMBL flag because it's alreadyweongyo2010-02-271-2/+0
* o adds sysctl variables to show device statistics.weongyo2010-02-232-10/+37
* fixes a compile error; invalid type argument of '->'.weongyo2010-02-231-1/+1
* Fix compilation problems with INVARIANTS.imp2010-02-231-27/+20
* o print msgs with length if the frame is too short to pass to net80211.weongyo2010-02-191-3/+8
* adds bwn(4) driver for supporting Broadcom BCM43xx chipsets.weongyo2010-02-163-0/+16272
OpenPOWER on IntegriCloud