open-ath9k-htc-firmware.git
10 years agoinit.c: do cold reboot on exception 39/head
Oleksij Rempel [Sat, 14 Dec 2013 21:02:48 +0000 (22:02 +0100)]
init.c: do cold reboot on exception

Currently, if we get exception, FW will print exception info, send crash
pattern to the host and reboot. We can reduce deadtime by doing cold reboot
instead of simple reboot. The difference is, that usb interface will be
reseted and usb subsystem will reinit driver. In this case we even do not need
to update host driver.

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agouse only one usb_defs.h
Oleksij Rempel [Mon, 30 Sep 2013 19:52:12 +0000 (21:52 +0200)]
use only one usb_defs.h

usb_defs.h for k2 and magpie are identical. So it
is better to use one.

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoadd new ZM_SOC_USB_DMA_RESET_OFFSET register
Oleksij Rempel [Mon, 30 Sep 2013 18:58:28 +0000 (20:58 +0200)]
add new ZM_SOC_USB_DMA_RESET_OFFSET register

add and use ZM_SOC_USB_DMA_RESET_OFFSET
instead if magic number 0x118

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agousb_api_k2_patch.c: use same style like usb_api_magpie_patch.c
Oleksij Rempel [Mon, 30 Sep 2013 14:54:14 +0000 (16:54 +0200)]
usb_api_k2_patch.c: use same style like usb_api_magpie_patch.c

Just other comment styles and tabs instead of spaces.
Some commented A_PRINFs was removed.

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agohif/usb_api: unify platform specific patch file names
Oleksij Rempel [Mon, 30 Sep 2013 14:10:33 +0000 (16:10 +0200)]
hif/usb_api: unify platform specific patch file names

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agohif/usb_api: remove dup code - _fw_usbfifo_recv_command
Oleksij Rempel [Mon, 30 Sep 2013 10:05:31 +0000 (12:05 +0200)]
hif/usb_api: remove dup code - _fw_usbfifo_recv_command

and _fw_usbfifo_init

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agohif/usb_api: remove dup code - bGet_descriptor_patch
Oleksij Rempel [Sat, 28 Sep 2013 21:45:48 +0000 (23:45 +0200)]
hif/usb_api: remove dup code - bGet_descriptor_patch

In this patch i also remove eeprom check. It was never
executed any way.

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agohif/usb_api: remove dup code - ep6 fix
Oleksij Rempel [Sat, 28 Sep 2013 19:46:52 +0000 (21:46 +0200)]
hif/usb_api: remove dup code - ep6 fix

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agohif/usb_api: remove dup code - usb_reg_in_patch
Oleksij Rempel [Fri, 27 Sep 2013 22:17:41 +0000 (00:17 +0200)]
hif/usb_api: remove dup code - usb_reg_in_patch

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agohif/usb_api: remove dup code - usb_reg_out_patch
Oleksij Rempel [Fri, 27 Sep 2013 21:50:17 +0000 (23:50 +0200)]
hif/usb_api: remove dup code - usb_reg_out_patch

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoMerge pull request #38 from olerem/next
Adrian Chadd [Fri, 23 Aug 2013 07:48:04 +0000 (00:48 -0700)]
Merge pull request #38 from olerem/next

Fixes for reboot issues

10 years agoremove transfer type patches for EP3 and EP4 38/head
Oleksij Rempel [Tue, 13 Aug 2013 13:53:46 +0000 (15:53 +0200)]
remove transfer type patches for EP3 and EP4

here is comment from kernel source which has enought explanation:
* Some buggy high speed devices have bulk endpoints using
* maxpacket sizes other than 512.  High speed HCDs may not
* be able to handle that particular bug, so let's warn...

in our case EP3 and EP4 have maxpacket sizes = 64!!!

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agopatch bcdDevice value for magpie to make easy firmware detection.
Oleksij Rempel [Tue, 13 Aug 2013 10:23:28 +0000 (12:23 +0200)]
patch bcdDevice value for magpie to make easy firmware detection.

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agofix u8 to u16 conversation
Oleksij Rempel [Tue, 13 Aug 2013 10:12:15 +0000 (12:12 +0200)]
fix u8 to u16 conversation

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agopatch bcdDevice value for k2 to make easy firmware detection.
Oleksij Rempel [Tue, 13 Aug 2013 09:31:04 +0000 (11:31 +0200)]
patch bcdDevice value for k2 to make easy firmware detection.

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agohelp linker to find u8UsbDeviceDescriptor on k2
Oleksij Rempel [Tue, 13 Aug 2013 09:23:14 +0000 (11:23 +0200)]
help linker to find u8UsbDeviceDescriptor on k2

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agok2_fw_usb_api: workaround for EP4 bug.
Oleksij Rempel [Wed, 24 Jul 2013 08:26:18 +0000 (10:26 +0200)]
k2_fw_usb_api: workaround for EP4 bug.

This patch is workaround for xhci related issue.
After usb port resume FIFO on EP4 can't accept Bulck stream longer then
64 Bytes.
Currently we have no better way then just completly reset chip.
Side effect of this workaround - disconnection event for this device.
It means, module will be reloaded and we will get new usb minor id.
This is why, we should not do it on each firmware restart.

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agodocs: add chip images for documentation
Oleksij Rempel [Fri, 19 Jul 2013 18:37:36 +0000 (20:37 +0200)]
docs: add chip images for documentation

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agok2_fw_usb_api: prevent buffer overflow.
Oleksij Rempel [Thu, 18 Jul 2013 14:44:46 +0000 (16:44 +0200)]
k2_fw_usb_api: prevent buffer overflow.

This was reproduced on intel USB 3.0 controller.
After getting corrupt packet we was jumping bejond allocated buffer.
Insted of oopsing we can at lest warn hier.

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agok2_fw_usb_api: add warning on oversized buffer.
Oleksij Rempel [Thu, 18 Jul 2013 13:02:52 +0000 (15:02 +0200)]
k2_fw_usb_api: add warning on oversized buffer.

Currently i do not know how to fix this bug. It is reproducable on:
Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
After module reload, first packet with data size over 64 Byte will brake EP4
buffer. Size register will show bigger value as existing size of buffer.
Last buffer part will be corrupt.

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoif_ath.c: make ath_hal_reg_write_tgt more readable
Oleksij Rempel [Sun, 7 Jul 2013 18:43:07 +0000 (20:43 +0200)]
if_ath.c: make ath_hal_reg_write_tgt more readable

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agok2_fw_usb_api: fix typo in usb reg address
Oleksij Rempel [Fri, 5 Jul 2013 19:33:31 +0000 (21:33 +0200)]
k2_fw_usb_api: fix typo in usb reg address

we was writing to wrond register.
0x100ae = ep3
0x100af = ep4

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agok2_fw_usb_api: fix typo in reg address
Oleksij Rempel [Fri, 5 Jul 2013 19:31:43 +0000 (21:31 +0200)]
k2_fw_usb_api: fix typo in reg address

this was writing defenetly to wrong address.

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agok2_fw_usb_api: add delay after mac reset
Oleksij Rempel [Wed, 3 Jul 2013 18:45:50 +0000 (20:45 +0200)]
k2_fw_usb_api: add delay after mac reset

We need some time between MAC reset and next operation. This will
avoid some freezes on module and firmware reload.

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoMerge pull request #37 from olerem/clean_2
Adrian Chadd [Fri, 5 Jul 2013 21:18:55 +0000 (14:18 -0700)]
Merge pull request #37 from olerem/clean_2

Clean work: Nuke HAL.

10 years agoMerge branch 'clean' into clean_2 37/head
Oleksij Rempel [Sun, 23 Jun 2013 20:14:36 +0000 (22:14 +0200)]
Merge branch 'clean' into clean_2

10 years agoremove unused HAL_OPMODE
Oleksij Rempel [Sun, 23 Jun 2013 20:13:23 +0000 (22:13 +0200)]
remove unused HAL_OPMODE

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoMerge pull request #34 from olerem/rc
Adrian Chadd [Thu, 30 May 2013 18:05:21 +0000 (11:05 -0700)]
Merge pull request #34 from olerem/rc

SImplefy STBC handler v4

10 years agoUpdate documentation to reflect the current reality.
Adrian Chadd [Thu, 16 May 2013 18:01:00 +0000 (11:01 -0700)]
Update documentation to reflect the current reality.

Issue: #28

10 years agoremove unused variables ah_set11nVirtualMoreFrag
Oleksij Rempel [Sat, 11 May 2013 21:07:12 +0000 (23:07 +0200)]
remove unused variables ah_set11nVirtualMoreFrag

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoremove unused variable in ah_set11nBurstDuration
Oleksij Rempel [Sat, 11 May 2013 21:03:22 +0000 (23:03 +0200)]
remove unused variable in ah_set11nBurstDuration

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoremove unused variable in ah_clr11nAggr
Oleksij Rempel [Sat, 11 May 2013 20:59:44 +0000 (22:59 +0200)]
remove unused variable in ah_clr11nAggr

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoremove unused variables ah_set11nAggrLast
Oleksij Rempel [Sat, 11 May 2013 20:57:00 +0000 (22:57 +0200)]
remove unused variables ah_set11nAggrLast

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoremove unused variable ah_set11nAggrMiddle
Oleksij Rempel [Sat, 11 May 2013 20:49:11 +0000 (22:49 +0200)]
remove unused variable ah_set11nAggrMiddle

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoremove unused variables in ah_set11nAggrFirst
Oleksij Rempel [Sat, 11 May 2013 20:45:45 +0000 (22:45 +0200)]
remove unused variables in ah_set11nAggrFirst

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agouse one ar5416Set11nAggrFirst_20 for merlin and k2
Oleksij Rempel [Sat, 11 May 2013 20:28:23 +0000 (22:28 +0200)]
use one ar5416Set11nAggrFirst_20 for merlin and k2

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoremove unused variables in ah_set11nRateScenario
Oleksij Rempel [Sat, 11 May 2013 20:12:53 +0000 (22:12 +0200)]
remove unused variables in ah_set11nRateScenario

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoremove unused variables in ah_set11nTxDesc
Oleksij Rempel [Sat, 11 May 2013 20:04:46 +0000 (22:04 +0200)]
remove unused variables in ah_set11nTxDesc

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoremove unused variables on ah_fillKeyTxDesc
Oleksij Rempel [Sat, 11 May 2013 20:01:41 +0000 (22:01 +0200)]
remove unused variables on ah_fillKeyTxDesc

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoremove unused variable in ah_fillTxDesc
Oleksij Rempel [Sat, 11 May 2013 19:58:07 +0000 (21:58 +0200)]
remove unused variable in ah_fillTxDesc

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoremove unused variable in ah_setupTxDesc
Oleksij Rempel [Sat, 11 May 2013 19:28:07 +0000 (21:28 +0200)]
remove unused variable in ah_setupTxDesc

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoremove unused variable in ah_setupRxDesc
Oleksij Rempel [Sat, 11 May 2013 18:56:20 +0000 (20:56 +0200)]
remove unused variable in ah_setupRxDesc

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoremove unused variables in ar5416Attach
Oleksij Rempel [Sat, 11 May 2013 18:47:31 +0000 (20:47 +0200)]
remove unused variables in ar5416Attach

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoremove unused variables in ath_hal_getcapability
Oleksij Rempel [Sat, 11 May 2013 16:32:12 +0000 (18:32 +0200)]
remove unused variables in ath_hal_getcapability

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoremove ieee80211_hdrsize_padding
Oleksij Rempel [Sat, 11 May 2013 16:06:21 +0000 (18:06 +0200)]
remove ieee80211_hdrsize_padding

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoremove ath_hal_vprintf
Oleksij Rempel [Sat, 11 May 2013 16:04:47 +0000 (18:04 +0200)]
remove ath_hal_vprintf

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoremove ath_rate_mcs2rate
Oleksij Rempel [Sat, 11 May 2013 16:03:04 +0000 (18:03 +0200)]
remove ath_rate_mcs2rate

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoremove ath_rate_detach
Oleksij Rempel [Sat, 11 May 2013 15:51:28 +0000 (17:51 +0200)]
remove ath_rate_detach

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoremove median function
Oleksij Rempel [Sat, 11 May 2013 15:49:46 +0000 (17:49 +0200)]
remove median function

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoremove rcIsValidTxMask
Oleksij Rempel [Sat, 11 May 2013 15:48:15 +0000 (17:48 +0200)]
remove rcIsValidTxMask

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoremove unused adf_os_cpu_to_le16
Oleksij Rempel [Sat, 11 May 2013 15:46:31 +0000 (17:46 +0200)]
remove unused adf_os_cpu_to_le16

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoremove adf_os_virt_module_name
Oleksij Rempel [Sat, 11 May 2013 15:44:50 +0000 (17:44 +0200)]
remove adf_os_virt_module_name

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoremove ath_hal_memzero
Oleksij Rempel [Sat, 11 May 2013 15:36:25 +0000 (17:36 +0200)]
remove ath_hal_memzero

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoremove ath_hal_setupratetable
Oleksij Rempel [Sat, 11 May 2013 15:00:51 +0000 (17:00 +0200)]
remove ath_hal_setupratetable

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoremove ar5416SetMulticastFilterInde
Oleksij Rempel [Sat, 11 May 2013 14:31:30 +0000 (16:31 +0200)]
remove ar5416SetMulticastFilterInde

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoremove ar5416SetMulticastFilter
Oleksij Rempel [Sat, 11 May 2013 14:29:08 +0000 (16:29 +0200)]
remove ar5416SetMulticastFilter

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoremove ar5416ClrMulticastFilterIndex
Oleksij Rempel [Sat, 11 May 2013 14:23:29 +0000 (16:23 +0200)]
remove ar5416ClrMulticastFilterIndex

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoar5416Attach: remove useless check
Oleksij Rempel [Sat, 11 May 2013 11:05:16 +0000 (13:05 +0200)]
ar5416Attach: remove useless check

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agouse ah_set11nVirtualMoreFrag directly
Oleksij Rempel [Sat, 11 May 2013 11:03:20 +0000 (13:03 +0200)]
use ah_set11nVirtualMoreFrag directly

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agouse ah_procTxDesc directly
Oleksij Rempel [Sat, 11 May 2013 11:00:50 +0000 (13:00 +0200)]
use ah_procTxDesc directly

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agouse ah_fillKeyTxDesc directly
Oleksij Rempel [Sat, 11 May 2013 10:58:12 +0000 (12:58 +0200)]
use ah_fillKeyTxDesc directly

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agouse ah_fillTxDesc directly
Oleksij Rempel [Sat, 11 May 2013 10:56:12 +0000 (12:56 +0200)]
use ah_fillTxDesc directly

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoremove ar5416IntrReqTxDesc_20
Oleksij Rempel [Sat, 11 May 2013 10:54:00 +0000 (12:54 +0200)]
remove ar5416IntrReqTxDesc_20

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agouse ah_setupTxDesc directly
Oleksij Rempel [Sat, 11 May 2013 10:51:12 +0000 (12:51 +0200)]
use ah_setupTxDesc directly

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoremove ah_updateCTSForBursting
Oleksij Rempel [Sat, 11 May 2013 10:47:58 +0000 (12:47 +0200)]
remove ah_updateCTSForBursting

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agouse ah_procRxDescFast directly
Oleksij Rempel [Sat, 11 May 2013 10:46:19 +0000 (12:46 +0200)]
use ah_procRxDescFast directly

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agouse ah_setupRxDesc directly
Oleksij Rempel [Sat, 11 May 2013 10:44:42 +0000 (12:44 +0200)]
use ah_setupRxDesc directly

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agouse ah_set11nBurstDuration directly
Oleksij Rempel [Sat, 11 May 2013 10:43:07 +0000 (12:43 +0200)]
use ah_set11nBurstDuration directly

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agouse ah_clr11nAggr directly
Oleksij Rempel [Sat, 11 May 2013 10:17:39 +0000 (12:17 +0200)]
use ah_clr11nAggr directly

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agouse ah_set11nAggrLast directly
Oleksij Rempel [Sat, 11 May 2013 10:13:49 +0000 (12:13 +0200)]
use ah_set11nAggrLast directly

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agouse ah_set11nAggrMiddle directly
Oleksij Rempel [Sat, 11 May 2013 10:12:06 +0000 (12:12 +0200)]
use ah_set11nAggrMiddle directly

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agouse ah_set11nAggrFirst directly
Oleksij Rempel [Sat, 11 May 2013 10:06:34 +0000 (12:06 +0200)]
use ah_set11nAggrFirst directly

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agouse ah_set11nRateScenario directly
Oleksij Rempel [Sat, 11 May 2013 10:03:38 +0000 (12:03 +0200)]
use ah_set11nRateScenario directly

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agouse ah_set11nTxDesc directly
Oleksij Rempel [Sat, 11 May 2013 10:00:54 +0000 (12:00 +0200)]
use ah_set11nTxDesc directly

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agouse ah_setInterrupts directly
Oleksij Rempel [Sat, 11 May 2013 09:13:57 +0000 (11:13 +0200)]
use ah_setInterrupts directly

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoremove ar5416GetInterrupts
Oleksij Rempel [Sat, 11 May 2013 09:07:35 +0000 (11:07 +0200)]
remove ar5416GetInterrupts

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agouse ah_getPendingInterrupts directly
Oleksij Rempel [Sat, 11 May 2013 09:05:53 +0000 (11:05 +0200)]
use ah_getPendingInterrupts directly

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agouse ah_isInterruptPending directly
Oleksij Rempel [Sat, 11 May 2013 09:04:24 +0000 (11:04 +0200)]
use ah_isInterruptPending directly

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agouse ah_stopPcuReceive directly
Oleksij Rempel [Sat, 11 May 2013 09:01:43 +0000 (11:01 +0200)]
use ah_stopPcuReceive directly

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoremove ar5416StartPcuReceive
Oleksij Rempel [Sat, 11 May 2013 08:59:47 +0000 (10:59 +0200)]
remove ar5416StartPcuReceive

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agouse ah_enableReceive directly
Oleksij Rempel [Sat, 11 May 2013 08:54:18 +0000 (10:54 +0200)]
use ah_enableReceive directly

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agouse ah_stopDmaReceive directly
Oleksij Rempel [Sat, 11 May 2013 08:52:30 +0000 (10:52 +0200)]
use ah_stopDmaReceive directly

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agouse ah_setRxDP directly
Oleksij Rempel [Sat, 11 May 2013 08:50:11 +0000 (10:50 +0200)]
use ah_setRxDP directly

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoremove ar5416GetRxDP
Oleksij Rempel [Sat, 11 May 2013 08:47:26 +0000 (10:47 +0200)]
remove ar5416GetRxDP

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agouse ah_setRxFilter directly
Oleksij Rempel [Sat, 11 May 2013 08:44:39 +0000 (10:44 +0200)]
use ah_setRxFilter directly

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoremove ar5416ResetTsf
Oleksij Rempel [Sat, 11 May 2013 08:42:01 +0000 (10:42 +0200)]
remove ar5416ResetTsf

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agouse ah_getTsf64 directly
Oleksij Rempel [Sat, 11 May 2013 08:39:21 +0000 (10:39 +0200)]
use ah_getTsf64 directly

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoremove ar5416GetTsf32
Oleksij Rempel [Sat, 11 May 2013 08:34:17 +0000 (10:34 +0200)]
remove ar5416GetTsf32

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agouse ah_abortTxDma directly
Oleksij Rempel [Sat, 11 May 2013 08:29:57 +0000 (10:29 +0200)]
use ah_abortTxDma directly

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoremove ah_getTxIntrQueue
Oleksij Rempel [Sat, 11 May 2013 08:27:34 +0000 (10:27 +0200)]
remove ah_getTxIntrQueue

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agouse ah_stopTxDma directly
Oleksij Rempel [Sat, 11 May 2013 08:08:17 +0000 (10:08 +0200)]
use ah_stopTxDma directly

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agouse ah_startTxDma directly
Oleksij Rempel [Sat, 11 May 2013 08:08:17 +0000 (10:08 +0200)]
use ah_startTxDma directly

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agouse ah_numTxPending directly
Oleksij Rempel [Sat, 11 May 2013 08:05:06 +0000 (10:05 +0200)]
use ah_numTxPending directly

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agouse ah_setTxDP directly
Oleksij Rempel [Sat, 11 May 2013 08:01:32 +0000 (10:01 +0200)]
use ah_setTxDP directly

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoremove ar5416GetTxDP
Oleksij Rempel [Sat, 11 May 2013 07:57:45 +0000 (09:57 +0200)]
remove ar5416GetTxDP

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agouse ah_updateTxTrigLevel directly
Oleksij Rempel [Sat, 11 May 2013 07:54:37 +0000 (09:54 +0200)]
use ah_updateTxTrigLevel directly

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agouse ah_detach directly
Oleksij Rempel [Sat, 11 May 2013 07:47:42 +0000 (09:47 +0200)]
use ah_detach directly

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agouse ah_getRateTable directly
Oleksij Rempel [Sat, 11 May 2013 07:40:29 +0000 (09:40 +0200)]
use ah_getRateTable directly

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoar5416_hw.c: remove ar5416GetCapability
Oleksij Rempel [Sat, 11 May 2013 07:10:46 +0000 (09:10 +0200)]
ar5416_hw.c: remove ar5416GetCapability

Chain call of this function looks like this:
ath_hal_getcapability(makro) -> ar5416GetCapability -> ath_hal_getcapability(funct)

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
10 years agoremove wlan/if_ethersubr.h
Oleksij Rempel [Fri, 10 May 2013 23:37:39 +0000 (01:37 +0200)]
remove wlan/if_ethersubr.h

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>