aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* - Updated firmware which improves small packet performance.David Christensen2011-02-111-10855/+11115
* - Added error checking to nvram read functions.David Christensen2011-02-102-43/+49
* Use the preload_fetch_addr() and preload_fetch_size() convenienceMarcel Moolenaar2011-02-091-10/+9
* Rework beacon handling re-enable run_updateslot().Bernhard Schmidt2011-02-092-9/+78
* Expose the 4k transaction workaround hooks to the driver, but don't (yet)Adrian Chadd2011-02-093-0/+5
* Add in the (very!) optional glue to flip the 11n bits for if_ath.Adrian Chadd2011-02-091-0/+50
* Fix the keycache behaviour for multicast keycache search.Adrian Chadd2011-02-092-3/+20
* Correct signedness and off-by-one issues in parameters used for DMA tagMarius Strobl2011-02-092-2/+2
* Minor cleanup:Hans Petter Selasky2011-02-093-5/+7
* Improve the error interrupt handler. In particular, read theMarcel Moolenaar2011-02-081-9/+14
* net80211 really doesn't want A_MPDU to appear on non-11n station node mbufs.Adrian Chadd2011-02-081-0/+9
* Commit some missing bits to the sample rate module to (more) correctly calcul...Adrian Chadd2011-02-081-6/+14
* I missed this commit - enable 4k transaction support for the ar5416+ar9160.Adrian Chadd2011-02-081-0/+1
* There's apparently a bug with Merlin (AR9280) and later chipsets whereAdrian Chadd2011-02-086-5/+8
* Based on discussions on the svn-src mailing list, rework r218195:Matthew D Fleming2011-02-081-1/+0
* - Added systcls for header splitting, RX/TX buffer count, interruptDavid Christensen2011-02-072-703/+1112
* Curitel UM150 needs a quirk to stop it from detaching straight afterNick Hibma2011-02-072-0/+2
* Add in some AR9280 specific board configuration options.Adrian Chadd2011-02-073-39/+119
* Bring over some AR9280-specific v14 additions that exist in ath9k.Adrian Chadd2011-02-072-3/+6
* Use analog delay macro for modifying an analog register.Adrian Chadd2011-02-071-1/+1
* Add a new RMW macro for analog register writes which implements the neededAdrian Chadd2011-02-071-0/+4
* Fix typo in SIFS setupAdrian Chadd2011-02-071-1/+1
* Add in a per phy error sysctl.Adrian Chadd2011-02-071-0/+20
* Just tag all RX packets as needing reorder processing for now.Adrian Chadd2011-02-061-5/+12
* Only tag packets with the A-MPDU bit if they were part of an A-MPDU RX.Adrian Chadd2011-02-062-11/+9
* Add a temporary workaround so the 11n rate scenario setup code sets a usefulAdrian Chadd2011-02-051-1/+14
* Disable TX IP checksum offloading for RTL8168C controllers. ThePyun YongHyeon2011-02-041-4/+19
* We can pass a format string and args to panic(), so instead of usingEd Maste2011-02-041-14/+8
* Oops, fix newbie mistake that breaks the normal build.Adrian Chadd2011-02-041-1/+1
* Modify the TX path to set and use the 11n rate scenario bits.Adrian Chadd2011-02-031-25/+75
* Disable the code I previously added from Rui's 802.11n branch.Adrian Chadd2011-02-031-0/+6
* Fix for detection of MTK 3329 GPS USB devices.Hans Petter Selasky2011-02-032-5/+58
* Include driver name in panic string, to make it easier to find these shouldEd Maste2011-02-031-4/+4
* Revert part of r173264. Both aac_ioctl_sendfib and aac_ioctl_send_raw_srbEd Maste2011-02-031-5/+1
* Call the correct ANI Attach routine.Adrian Chadd2011-02-023-3/+3
* New ID for the Novatel MC547Nick Hibma2011-02-012-0/+2
* Just to be sure, make sure the MCS rates are allowed for TX.Adrian Chadd2011-02-011-2/+4
* Use correct kernel types for all fields in USB PF code and headers.Hans Petter Selasky2011-02-012-15/+15
* Add a new method to the rate control modules which extract out theAdrian Chadd2011-02-014-0/+77
* Include some preliminary TX HT rate scenario setup code.Adrian Chadd2011-02-012-0/+243
* Refator the common code which calculates the 802.11g protection duration.Adrian Chadd2011-02-011-51/+51
* * Add a rather hacky "does this speak the 11n TX descriptor format"Adrian Chadd2011-02-011-94/+86
* Add TX/RX chainmask info to if_ath - this is needed for the 11n TX rate series.Adrian Chadd2011-02-011-0/+6
* Add a new capability which reports the number of spatial streams a device sup...Adrian Chadd2011-02-017-0/+29
* Support for the new Patsburg PCH chipset:Jack F Vogel2011-02-017-3/+29
* Remove the now unneeded XXX.Adrian Chadd2011-01-311-1/+0
* Enable AMPDU reorder processing and receiving BAR frames when doing 802.11n.Adrian Chadd2011-01-311-0/+6
* alc_rev was used without initialization such that it failed toPyun YongHyeon2011-01-311-1/+1
* Support for the new DH89xxCC PCH chipset including:Jack F Vogel2011-01-316-0/+9
* Don't incorrectly set the burst duration setting in the TX descriptor.Adrian Chadd2011-01-311-2/+0