]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/ath
Import LDNS and build it as an internal library.
[FreeBSD/FreeBSD.git] / sys / dev / ath /
2013-02-15 desImport LDNS and build it as an internal library.
2013-02-13 jkimMerge OpenSSL 1.0.1e.
2013-02-13 adrianPull out the if_transmit() work and revert back to...
2013-02-11 adrianPut this back into the ath taskqueue rather than the...
2013-02-11 adrianGo back to direct-dispatch of the software queue and...
2013-02-11 adrianExtend the timestamp to be a timeval, rather than ticks.
2013-02-09 delphijMFV r245512:
2013-02-09 adrianThe encryption type field needs to be preserved for...
2013-02-08 adrianFix a corner case that I noticed with the AR5416 (and...
2013-02-07 adrianCreate a new TX lock specifically for queuing frames.
2013-02-07 adrianMethodize the process of adding the software TX queue...
2013-02-01 sjgMerge bmake-20130123
2013-01-31 adrianWork around some rather unfortunate race conditions...
2013-01-26 pfgClean some 'svn:executable' properties in the tree.
2013-01-26 adrianMigrate the TX sending code out from under the ath0...
2013-01-21 adrianFix this routine to acutally break out and not set...
2013-01-21 adrianMigrate CLRDMASK to be a per-node flag, rather than...
2013-01-19 neelMerge projects/bhyve to head.
2013-01-17 jkimMerge ACPICA 20130117.
2013-01-17 adrianFix hangs (exposed by spectral scan activity) in STA...
2013-01-17 adrianAdd a quick work-around if ath_beacon_config() to not...
2013-01-17 neelIFC @ r245509
2013-01-15 adrianImplement frame (data) transmission using if_transmit...
2013-01-13 adrianIf we're doing a kickpcu, make sure we flush the whole...
2013-01-11 theravenMerge new version of libcxxrt. This brings in three...
2013-01-11 adrianPlace-holders for enable/active parameter flags.
2013-01-09 neelIFC @ r245205
2013-01-09 neelIFC @ r245178
2013-01-08 adrianFix format size.
2013-01-08 adrianAdd support for triggering spectral scan upon a channel...
2013-01-08 adrianIf spectral scan is enabled, ensure radar report PHY...
2013-01-04 neelIFC @ r244983.
2013-01-04 adrianFor PHY error frames, populate the configured channel...
2013-01-03 adrianDon't call the spectral methods for NICS that don't...
2013-01-02 adrianAdd a new (skeleton) spectral mode manager module.
2013-01-02 adrianFix the short repeat option code to not flip the option...
2013-01-02 adrianAdd spectral HAL accessor methods.
2013-01-02 adrianAdd a method to explicitly disable radar reporting...
2013-01-02 adrianBring over the basic spectral scan framework code from...
2012-12-30 adrianAdd the initial HAL glue for the spectral analysis...
2012-12-30 adrianAdd spectral scan capability.
2012-12-28 baptFix typo in comment.
2012-12-28 adrianAdd the AR9280 and later spectral scan register definit...
2012-12-28 adrianAdd radar_bin_thresh_sel (bit 24:26), which defines...
2012-12-21 brooksAdd NetBSD's mtree to the tree and install it as nmtree...
2012-12-21 adrianNote why fast frames is disabled for 802.11n NICs now.
2012-12-18 brooksReplace our implementation of the vis(3) and unvis...
2012-12-11 adrianThere's no need to use a TXQ pointer here; we specifica...
2012-12-07 erwinUpdate to 9.8.4-P1.
2012-12-07 adrianAdd XC900 SKU mapping.
2012-12-04 glebiusMechanically substitute flags from historic mbuf alloca...
2012-12-04 neelIFC @r243836
2012-12-04 adrianMethodise the BT diversity configuration function;...
2012-12-04 adrianOverride the BT coex parameter function for the AR9285.
2012-12-04 adrianReformat/reindent.
2012-12-03 adrianAdd and tie in the AR5416 bluetooth coexistence methods...
2012-12-03 dimUpgrade our copy of llvm/clang to r168974, from upstrea...
2012-12-02 adrianDon't grab the PCU lock inside the TX lock.
2012-12-02 adrianDelete the per-TXQ locks and replace them with a single...
2012-12-01 rwatsonMerge OpenBSM 1.2-alpha2 from vendor branch to FreeBSD...
2012-12-01 adrianAdd a new HAL capability - check and enforce whether...
2012-11-28 adrianCall if_free() with the correct vnet context if and...
2012-11-28 adrianUntil I figure out what to do here, remind myself that...
2012-11-28 adrianPull out the debugging code from the critical path...
2012-11-27 adrian* Fix another culprit of my "committed from the wrong...
2012-11-27 adrianCorrect some debugging output.
2012-11-27 adrianFix build
2012-11-27 adrianImprove the TDMA debugging:
2012-11-27 adrianAdd in specific TDMA logging types.
2012-11-27 adrianFix the TDMA nexttbtt programming for 802.11n chips.
2012-11-27 adrianAdd a note about the magic values here; don't change...
2012-11-27 adrianWhen programming the beacon timer configuration, be...
2012-11-24 adrianAdd a comment which covers what's going on with the...
2012-11-23 adrianUse a 64 bit TSF write to update the TSF adjust, rather...
2012-11-23 adrianFix up the nexttbtt -> TSF delta calculation to not...
2012-11-23 adrianAdd the HAL wrapper for settsf64.
2012-11-23 adrianImplement a HAL method to set a 64 bit TSF value.
2012-11-20 jkimMerge ACPICA 20121114.
2012-11-19 adrianDon't allocate or program a key for the AR5210.
2012-11-19 adrianDisable WEP hardware encryption on the AR5210, in order...
2012-11-18 adrianRemove this include, it isn't needed.
2012-11-17 neelIFC @ r243164
2012-11-17 adrianCorrectly populate the RTS field.
2012-11-17 adrian* Remove ah_desc.h, it's not needed
2012-11-17 adrian.. include ah_desc.h here now.
2012-11-17 adrianRemove the ah_desc.h reference; it's not needed.
2012-11-16 adrianI'm not sure why ah_desc.h was required here, but it...
2012-11-16 adrian* Remove a duplicate TX ALQ post routine!
2012-11-16 adrianALQ logging enhancements:
2012-11-16 adrianath(4) ALQ logging improvements.
2012-11-16 sjgMerge bmake-20121111
2012-11-15 adrianMake sure the final descriptor in an aggregate has...
2012-11-13 adrianPlace 'dev.ath.X.debug' back under ATH_DEBUG, rather...
2012-11-13 neelIFC @ r242940
2012-11-13 adrianAdd some debugging to try and catch an invalid TX rate...
2012-11-11 adrianCorrectly fix the 'scan during STA mode' crash.
2012-11-11 adrianRemove this; i incorrectly committed the wrong (debug...
2012-11-11 neelIFC @ r242684
2012-11-11 adrianDon't call av_set_tim() if it's NULL.
2012-11-10 adrianCorrect some rather weird and broken behaviour observed...
next