aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bwn
Commit message (Expand)AuthorAgeFilesLines
* 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
* o print msgs with length if the frame is too short to pass to net80211.Weongyo Jeong2010-02-191-3/+8
* adds bwn(4) driver for supporting Broadcom BCM43xx chipsets.Weongyo Jeong2010-02-163-0/+16272