carl9170fw.git
13 years agocarl9170 firmware: drop noise reading from channel switch response
Christian Lamparter [Mon, 26 Jul 2010 21:23:31 +0000 (23:23 +0200)]
carl9170 firmware: drop noise reading from channel switch response

The driver manually queries the noise values anyway.

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
13 years agocarl9170 firmware: update API to 1.7.2 1.7.2
Christian Lamparter [Fri, 23 Jul 2010 00:11:07 +0000 (02:11 +0200)]
carl9170 firmware: update API to 1.7.2

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
13 years agocarl9170 firmware: use sudo to install firmware
Christian Lamparter [Fri, 23 Jul 2010 00:05:21 +0000 (02:05 +0200)]
carl9170 firmware: use sudo to install firmware

Only a root-user can modify the files under /lib/firmware.

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
13 years agocarl9170 firmware: streamline dma_put hot-path
Christian Lamparter [Thu, 22 Jul 2010 23:51:35 +0000 (01:51 +0200)]
carl9170 firmware: streamline dma_put hot-path

This patch restores the original code-path in dma_put.
It no longer tries to correct the control flags for
all dma transfers.

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
13 years agocarl9170 firmware: rename ^CARL*_MASK$ to ^CARL*$
Christian Lamparter [Thu, 22 Jul 2010 18:23:59 +0000 (20:23 +0200)]
carl9170 firmware: rename ^CARL*_MASK$ to ^CARL*$

This synchronizes the usage of _MASK in HW defintions
with ath9k and other Atheros' drivers.

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
13 years agocarl9170 firmware: introduce per-rate ER Protection setting
Christian Lamparter [Thu, 22 Jul 2010 18:07:37 +0000 (20:07 +0200)]
carl9170 firmware: introduce per-rate ER Protection setting

Previously, the firmware has applied (or rather has stuck)
with the ERP settings of the first rate for all retry rates.
This is now history and the driver can choose between
different ERP settings for each individual retry rate.

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
13 years agocarl9170 firmware: update README 1.7.1
Christian Lamparter [Wed, 21 Jul 2010 19:24:29 +0000 (21:24 +0200)]
carl9170 firmware: update README

the README should include a list of all necessary
tools and libraries to build the firmware.

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
13 years agocarl9170 firmware: checkpatch fixes
Christian Lamparter [Wed, 21 Jul 2010 19:21:34 +0000 (21:21 +0200)]
carl9170 firmware: checkpatch fixes

Since the shared headers are meant to be included
into the kernel, they should pass checkpatch.pl
without generating hundreds of WARNINGS.

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
13 years agocarl9170 firmware: import 1.7.0 1.7.0
Christian Lamparter [Mon, 19 Jul 2010 23:16:34 +0000 (01:16 +0200)]
carl9170 firmware: import 1.7.0

The carl9170 project aims to provide more than just a
working substitute firmware+driver for Atheros' AR9170
USB solutions.

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>