| Commit message (Expand) | Author | Age | Files | Lines |
* | Complete athn(4) noisefloor calibration code and enable it. |  stsp | 2019-02-01 | 1 | -2/+5 |
* | Finish initial 11n support for athn(4). |  stsp | 2017-01-12 | 1 | -1/+2 |
* | Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n mode |  stsp | 2016-01-05 | 1 | -7/+2 |
* | You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl. |  mpi | 2015-11-24 | 1 | -2/+1 |
* | No need to include <net/if_arp.h> |  mpi | 2015-11-24 | 1 | -2/+1 |
* | The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER. |  mpi | 2015-11-24 | 1 | -2/+1 |
* | Use <sys/endian.h> instead of <machine/endian.h> |  guenther | 2014-12-19 | 1 | -2/+2 |
* | Fewer <netinet/in_systm.h> |  mpi | 2014-07-22 | 1 | -3/+1 |
* | Most network drivers include netinet/in_var.h, but apparently they |  bluhm | 2013-08-07 | 1 | -2/+1 |
* | Allow a variable number of words for the Serializer/Deserializer programming. |  kettenis | 2012-06-10 | 1 | -2/+2 |
* | "athn* at uhub? port ?" |  damien | 2011-01-06 | 1 | -2/+10 |
* | cleanup, no binary change. |  damien | 2011-01-01 | 1 | -2/+1 |
* | of course, GPIO handling on AR9271 and AR7010 had to be different |  damien | 2010-12-31 | 1 | -2/+2 |
* | Make the athn(4) back-end more bus agnostic by moving read and write |  damien | 2010-12-31 | 1 | -1/+12 |
* | fix initialization value of analog register AR_AN_TOP2 on some high |  damien | 2010-09-03 | 1 | -9/+14 |
* | For chips in open-loop power control mode, periodically (every 30 secs) |  damien | 2010-08-12 | 1 | -1/+2 |
* | Fix look-up of the power control digital-to-analog converter (PCDAC) |  damien | 2010-08-12 | 1 | -3/+6 |
* | According to Linux ath9k, the AR9280 1.0 was never sold. |  damien | 2010-07-15 | 1 | -4/+1 |
* | On AR9285, the antCtrlCommon ROM field may have the upper 16 bits set. |  damien | 2010-07-15 | 1 | -2/+2 |
* | Remove initialization values for chips that never made it into production: |  damien | 2010-07-15 | 1 | -22/+13 |
* | cleanup hardware key cache management (not used yet) |  damien | 2010-05-16 | 1 | -1/+4 |
* | put code that is meaningful only if HT is enabled under |  damien | 2010-05-11 | 1 | -2/+5 |
* | athn(4) is going to support a new family of Atheros 802.11n |  damien | 2010-05-10 | 1 | -8/+34 |
* | remove proc.h include from uvm_map.h. This has far reaching effects, as |  tedu | 2010-04-20 | 1 | -2/+1 |
* | cleanup the printf/DPRINTF mess. |  damien | 2009-11-17 | 1 | -5/+5 |
* | AR9287 uses GPIO pin 8 for LED, not 1. |  damien | 2009-11-15 | 1 | -1/+2 |
* | athn(4), a driver for Atheros 802.11a/g/n devices. |  damien | 2009-11-14 | 1 | -0/+583 |