]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/ath/if_ath.c
When punting frames to the RX tap, free the mbufs since we've tampered with
[FreeBSD/FreeBSD.git] / sys / dev / ath / if_ath.c
2011-10-28 adrianWhen punting frames to the RX tap, free the mbufs since...
2011-10-22 dimUpgrade our copy of llvm/clang to r142614, from upstrea...
2011-10-18 adrianInclude opt_ah.h when compiling the driver.
2011-10-17 adrianDon't enable the PHY radar errors in calcrxfilter.
2011-10-05 desUpgrade to OpenSSH 5.9p1.
2011-09-29 dimRevive the LLVM and Clang license files, which were...
2011-09-28 adrianDon't bother triggering the cabq queue if it's empty.
2011-09-28 adrianFix lock order to be correcter.
2011-09-08 adrianUpdate the TSF and next-TBTT methods to work for the...
2011-09-03 dougbUpgrade to BIND version 9.8.1. Release notes at:
2011-08-24 adrianFix a missing initialisation of bt_flags when setting...
2011-08-09 adrianRemove this call, now that I've solved the radar module...
2011-08-08 adrianIntroduce some more DFS related hooks, inspired both...
2011-08-02 adrianFix a corner case in RXEOL handling which was likely...
2011-07-31 adrianDisable the RXORN/RXEOL interrupts if RXEOL occurs...
2011-07-31 adrianRemove two debugging printf()s which snuck in during...
2011-07-31 adrianImplement the 4KB split transaction workaround for...
2011-07-21 adrianThis links in the ath dfs ioctl into the driver and...
2011-07-17 dimUpgrade our copy of llvm/clang to r135360, from upstrea...
2011-07-17 hrs- Improve interface list handling. The rtadvd(8) now...
2011-07-16 dougbUpgrade to version 9.8.0-P4
2011-07-14 nwhitehornUpdate dialog to 1.1-20110707.
2011-07-11 mmUpdate xz to git snapshot of v5.0 branch as of 20110711...
2011-06-29 adrianFix a corner case in STA beacon processing when a CSA...
2011-06-26 adrianFix beacon transmission after a channel set.
2011-06-26 adrianAdd ATH_ENABLE_DFS which enables the DFS flag so the...
2011-06-23 adrianBreak out most of the HAL related tweaks into a per...
2011-06-20 gavinMerge tnftp-20100108 from the vendor branch into head.
2011-06-14 gshapiroMerge sendmail 8.14.5 to HEAD
2011-06-12 dimUpgrade our copy of llvm/clang to r132879, from upstrea...
2011-06-06 attilioMFC
2011-06-05 hrsMerge from HEAD@222712.
2011-06-05 adrianAdd a missing call to sync the DMAed buffer before...
2011-06-04 attilioMFC
2011-06-04 adrianA few changes to make radar detection implementable...
2011-06-03 edUpgrade libcompiler_rt from revision 117047 to 132478.
2011-06-02 attilioMFC
2011-06-01 adrianFlesh out the radar detection related operations for...
2011-05-31 attilioMFC
2011-05-30 adrianSet default A-MPDU density/size.
2011-05-29 hrsMerge from head@222434.
2011-05-29 attilioMFC
2011-05-29 adrianTeach if_ath about devices which have short-GI in 20MHz...
2011-05-16 attilioMFC
2011-05-15 adrian* Add some more TX descriptor error counters; this...
2011-05-13 attilioMFC
2011-05-12 adrianNow that the devices with functioning ps-poll hardware...
2011-05-04 netchildCopy the v4l2 header unchanged from the vendor branch.
2011-05-04 desUpgrade to OpenSSH 5.8p2.
2011-05-02 dimUpgrade our copy of llvm/clang to r130700, from upstrea...
2011-04-29 adrianCosmetic changes to fit 80 character screen width.
2011-04-23 adrianFix a corner-case of interrupt handling which resulted...
2011-04-18 adrianFor now, only enable GTT. CST is firing very frequently...
2011-04-18 adrianAdd TX carrier sense timeout statistics.
2011-04-18 adrianRework the Global TX timeout handling to look more...
2011-04-18 adrianAdd global TX timeout handling.
2011-04-17 nwhitehornUpdate dialog to version 1.1-20110302.
2011-04-15 jkimMerge ACPICA 20110413.
2011-04-13 adrianAdd in the AR9285 (Kite) diversity to if_ath, enabling...
2011-04-05 obrien* Add the readline(3) API to libedit. The libedit...
2011-04-04 adrianAdd a HAL capability bit for supporting self-linked...
2011-03-31 adrianBreak out the ath PCI logic into a separate device...
2011-03-29 adrianAccording to ath9k recv.c, one shouldn't be doing self...
2011-03-27 adrianFix typo.
2011-03-27 adrianRename AH_ENABLE_11N to ATH_ENABLE_11 - the HAL support...
2011-03-26 adrianAdd in the hardware PS-POLL frame reception setting...
2011-03-22 adrianEnable setting the MCS rate bit for ast_tx_rate.
2011-03-22 adrianFlip this over to be a configurable option for people...
2011-03-22 adrianThis isn't actually needed any longer, A-MPDU frames...
2011-03-18 umeImport openresolv from vendor branch, actually.
2011-03-12 dasMerge gdtoa-20110304.
2011-03-02 adrianBreak the keycache management functions out into if_ath...
2011-03-02 adrianMigrate the sysctl related routines (statistics, debugg...
2011-02-27 dimUpdate llvm/clang to trunk r126547.
2011-02-21 adrianFix formatting of new stat sysctls; add descriptions
2011-02-21 adrianAdd a new counter which tracks frames TX'ed with HT...
2011-02-20 dimUpgrade our copy of llvm/clang to r126079, from upstrea...
2011-02-18 dimMerge binutils 2.17.50 to head. This brings a number...
2011-02-17 adrianDisable short-GI in 20mhz mode - the hardware doesn...
2011-02-14 adrianSome statistics additions - prepare for error codes...
2011-02-12 jkimMerge ACPICA 20110211.
2011-02-09 adrianAdd in the (very!) optional glue to flip the 11n bits...
2011-02-09 adrianFix the keycache behaviour for multicast keycache search.
2011-02-08 adriannet80211 really doesn't want A_MPDU to appear on non...
2011-02-07 adrianAdd in a per phy error sysctl.
2011-02-06 dougbUpdate to BIND 9.6.3, the latest from ISC on the 9...
2011-02-06 adrianJust tag all RX packets as needing reorder processing...
2011-02-06 adrianOnly tag packets with the A-MPDU bit if they were part...
2011-02-04 adrianOops, fix newbie mistake that breaks the normal build.
2011-02-03 adrianDisable the code I previously added from Rui's 802...
2011-01-31 adrianRemove the now unneeded XXX.
2011-01-31 adrianEnable AMPDU reorder processing and receiving BAR frame...
2011-01-29 adrianMigrate the TX path code out of if_ath and into a separ...
2011-01-29 adrianBreak out the debug macros from if_ath.c into if_ath_de...
2011-01-21 adrianANI changes #1 - split out the ANI polling from the...
2011-01-20 adrianInclude the initial support for external EEPROMs.
2011-01-20 adrianUse the now-exposed diag code, rather than a hard-coded...
2011-01-20 adrianBreak out the diagnostic codes from ah_internal.h and...
2011-01-13 mdfFix up a few more sysctl(9) mis-typing found in various...
2011-01-13 jkimMerge ACPICA 20110112. Switch to BSD/GPLv2 dual licens...
next