summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* Work around some rather unfortunate race conditions inside net80211.adrian2013-01-311-5/+3
* Clean some 'svn:executable' properties in the tree.pfg2013-01-261-0/+0
* Migrate the TX sending code out from under the ath0 taskq and intoadrian2013-01-264-6/+22
* Fix this routine to acutally break out and not set clrdmask if anyadrian2013-01-211-1/+1
* Migrate CLRDMASK to be a per-node flag, rather than a per-TID flag.adrian2013-01-212-9/+33
* Fix hangs (exposed by spectral scan activity) in STA mode when theadrian2013-01-171-1/+32
* Add a quick work-around if ath_beacon_config() to not die if it's calledadrian2013-01-171-0/+10
* Implement frame (data) transmission using if_transmit(), rather thanadrian2013-01-155-103/+485
* If we're doing a kickpcu, make sure we flush the whole RX list rather thanadrian2013-01-131-1/+7
* Place-holders for enable/active parameter flags.adrian2013-01-111-0/+2
* Fix format size.adrian2013-01-081-1/+1
* Add support for triggering spectral scan upon a channel reset/change.adrian2013-01-082-2/+54
* If spectral scan is enabled, ensure radar report PHY errors are alsoadrian2013-01-081-0/+7
* For PHY error frames, populate the configured channel flags rather thanadrian2013-01-041-1/+16
* Don't call the spectral methods for NICS that don't implement them.adrian2013-01-032-2/+18
* Add a new (skeleton) spectral mode manager module.adrian2013-01-025-0/+315
* Fix the short repeat option code to not flip the option to 0 whenadrian2013-01-021-2/+2
* Add spectral HAL accessor methods.adrian2013-01-021-0/+9
* Add a method to explicitly disable radar reporting if required.adrian2013-01-022-0/+21
* Bring over the basic spectral scan framework code from Qualcomm Atheros.adrian2013-01-028-2/+286
* Add the initial HAL glue for the spectral analysis support.adrian2012-12-302-0/+28
* Add spectral scan capability.adrian2012-12-301-1/+2
* Fix typo in comment.bapt2012-12-281-1/+1
* Add the AR9280 and later spectral scan register definitions.adrian2012-12-281-0/+14
* Add radar_bin_thresh_sel (bit 24:26), which defines whenadrian2012-12-281-0/+2
* Note why fast frames is disabled for 802.11n NICs now.adrian2012-12-211-1/+7
* There's no need to use a TXQ pointer here; we specifically need theadrian2012-12-112-30/+14
* Add XC900 SKU mapping.adrian2012-12-071-0/+3
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-043-3/+3
* Methodise the BT diversity configuration function; so the AR9285adrian2012-12-043-3/+12
* Override the BT coex parameter function for the AR9285.adrian2012-12-041-2/+3
* Reformat/reindent.adrian2012-12-041-59/+70
* Add and tie in the AR5416 bluetooth coexistence methods into the HAL.adrian2012-12-032-0/+26
* Don't grab the PCU lock inside the TX lock.adrian2012-12-021-2/+2
* Delete the per-TXQ locks and replace them with a single TX lock.adrian2012-12-026-173/+128
* Add a new HAL capability - check and enforce whether the NIC supportsadrian2012-12-012-0/+18
* Call if_free() with the correct vnet context if and only if ifp_vnetadrian2012-11-281-2/+7
* Until I figure out what to do here, remind myself that this needs someadrian2012-11-281-0/+10
* Pull out the debugging code from the critical path and make sure itadrian2012-11-281-37/+37
* * Fix another culprit of my "committed from the wrong directory" nonsense;adrian2012-11-271-2/+12
* Correct some debugging output.adrian2012-11-271-1/+1
* Fix buildadrian2012-11-271-0/+2
* Improve the TDMA debugging:adrian2012-11-271-2/+123
* Add in specific TDMA logging types.adrian2012-11-271-0/+49
* Fix the TDMA nexttbtt programming for 802.11n chips.adrian2012-11-271-4/+17
* Add a note about the magic values here; don't change them.adrian2012-11-271-0/+5
* When programming the beacon timer configuration, be very explicit aboutadrian2012-11-271-4/+13
* Add a comment which covers what's going on with the 64 bit TSF write.adrian2012-11-241-0/+12
* Use a 64 bit TSF write to update the TSF adjust, rather than a 32 bitadrian2012-11-231-1/+5
* Fix up the nexttbtt -> TSF delta calculation to not wrap ridiculouslyadrian2012-11-231-1/+15
OpenPOWER on IntegriCloud