aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/urtwn
Commit message (Expand)AuthorAgeFilesLines
* net80211 + drivers: hide size of 'bands' array behind a macro.Andriy Voskoboinyk2016-04-291-1/+1
* urtwn: optimize rate lookup in the urtwn_ra_init()Andriy Voskoboinyk2016-04-212-43/+41
* net80211: replace internal LE_READ_*/LE_WRITE_* macro with systemAndriy Voskoboinyk2016-04-201-6/+5
* [urtwn] default to announcing RX 64K aggregates.Adrian Chadd2016-04-181-0/+1
* [urtwn] set the A-MPDU density to 16.Adrian Chadd2016-04-171-0/+4
* [urtwn] use/track the last good RSSI for a given node, rather than no RSSI.Adrian Chadd2016-04-132-13/+32
* [urtwn] disable doing AMPDU TX.Adrian Chadd2016-04-061-0/+2
* [urtwn] first cut of getting the fast-frames / amsdu support in shape.Adrian Chadd2016-04-052-5/+81
* [urtwn] welcome basic 11n support to urtwn.Adrian Chadd2016-03-221-6/+127
* [urtwn] migrate urtwn out into sys/dev/urtwn/ .Adrian Chadd2016-03-203-0/+7693