aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bwi
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+2
* Instead of using the AMRR ratectl algo as default for drivers which haveBernhard Schmidt2010-11-061-2/+1
* Introduce IEEE80211_C_RATECTL, drivers which use the ratectl frameworkBernhard Schmidt2010-08-141-1/+2
* Fixes a page fault in bwi_pci_probe() because the array isn't terminatedWeongyo Jeong2010-07-101-1/+2
* Initializes the ratectl for a node when the state is changed to RUN.Weongyo Jeong2010-06-291-0/+6
* Fixes NULL pointer reference that it's occurred when the state isWeongyo Jeong2010-06-291-5/+0
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-2/+2
* Avoid NULL deref.Rui Paulo2010-04-071-1/+1
* net80211 rate control framework (net80211 ratectl).Rui Paulo2010-04-072-41/+10
* More consistent whitespace.John Baldwin2009-11-111-1/+1
* Use a dedicated callout to drive the transmit watchdog timer instead ofJohn Baldwin2009-11-112-12/+18
* In bwi_newstate, only zero the bssid when we stop a STA. And onlyWarner Losh2009-06-021-6/+20
* Move the unlock to after the ifdef (maybe the right fix is to removeWarner Losh2009-06-011-1/+1
* Make sure that we drain the LED blinking callout on detach.Warner Losh2009-06-011-0/+1
* Add a comment about what may be happening when we get certainWarner Losh2009-06-011-0/+17
* fix typoSam Leffler2009-05-301-2/+2
* validate tx rate(s) in the raw xmit pathSam Leffler2009-05-291-2/+15
* Overhaul monitor mode handling:Sam Leffler2009-05-202-29/+16
* Remove unnecessary comments. 11A read/write is the same: its just theWarner Losh2009-05-181-2/+0
* Fix a typo from the original driver. We need to write ctrl2 into RFWarner Losh2009-05-181-1/+1
* Correct types of PHY, per http://bcm-specs.sipsolutions.net/PHYVersioningWarner Losh2009-05-181-1/+2
* Turns out that my BCM4318 has a PCI ID of 0x4319, which lead me toWarner Losh2009-05-181-10/+12
* Cleanup module declarations:Warner Losh2009-05-151-6/+4
* Add a comment to motivate my last change.Nathan Whitehorn2009-05-131-0/+2
* Add a short delay after programming PHY registers to give some time forNathan Whitehorn2009-05-131-0/+1
* Update a few XXX commentsWarner Losh2009-05-111-4/+4
* Bring in Andrew Thompson's port of Sepherosa Ziehau's bwi driver forWarner Losh2009-05-0311-0/+11773