summaryrefslogtreecommitdiffstats
path: root/sys/dev/bwn
Commit message (Expand)AuthorAgeFilesLines
* - 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