History log of /freebsd-current/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_power.c
Revision Date Author Comments
# 899d1cac 13-Feb-2015 Adrian Chadd <adrian@FreeBSD.org>

Update the AR9300 HAL to the latest public available HAL from QCA.

I've been sitting on this for a year or so now; I've finally
tested it on enough devices to be reasonably sure it won't
cause too much drama. But, if you see issues, please email me.

Tested (all STA mode):

PCIe:

* AR9380
* AR9390
* AR9580
* AR9462
* AR9485

SoC:

* QCA9550
* AR9331
* AR9342


# 823b2cc6 10-Aug-2014 Adrian Chadd <adrian@FreeBSD.org>

Add some more OS_MARK() probes to the AR9300 HAL.


# 91e198f6 29-Apr-2014 Adrian Chadd <adrian@FreeBSD.org>

Only track the power state variable if the power state is changed,
not if the self-generated frame state is changed.


# e6f27137 29-Mar-2014 Adrian Chadd <adrian@FreeBSD.org>

Fix ah_powerMode setting.

Reported by: sbruno


# bbd4b434 10-Mar-2014 Adrian Chadd <adrian@FreeBSD.org>

Also tag the current HAL power mode in ar9300_set_power_mode().


# e113789b 27-Apr-2013 Adrian Chadd <adrian@FreeBSD.org>

Bring over my FreeBSD modifications for the AR9300 HAL to make it
work in FreeBSD.

This is still heavily a work in progress but I'd rather it start
shipping in -HEAD sooner rather than later.

This doesn't (yet) link it into the build system either for a static
kernel or as a module; that will come later (after many, many make universe
tests.)