[PATCH 00/42] build fixes part 2

Oleksij Rempel linux at rempel-privat.de
Mon Apr 1 02:50:52 EDT 2013


Here is next batch of patches with build fixes.
This serie is a work on type warnings, since i do not like
type conversations i prefered to make deeper fix. Hope
all decisions was correct.

Oleksij Rempel (42):
  build fix: use ath_rx_desc for ah_setupRxDesc and ah_procRxDescFast,
    part 2
  build fix: add ath_rx_bufhead and ath_tx_bufhead
  build fix: PHY_ADDR should be uint32
  build fix: sc_txbuf_held is ath_tx_buf
  build fix: ath_flushrecv_tgt uses ath_rx_buffer
  build fix: remove unused variable HAL_BUS_HANDLE sh
  build fix: remove unused variable mem_start from ath_tgt_attach
  build fix: remove non existing struct ath_softc
  build fix: ath_buf_toggle should return ath_tx_buf
  build fix: move some parts away from ATH_GENERIC_BUF
  build fix: ath_hal_filltxdesc should use ath_tx_desc
  build fix: ath_tx_desc
  build fix: ath_beacon_setup should use ath_tx_desc
  build fix: use ath_tx_desc in ar5416SetupTxDesc_20
  build fix: use ath_tx_desc in ar5416Set11nRateScenario_20
  build fix: use ath_tx_decs in ar5416Set11nTxDesc_20
  build fix: ath_txq->axq_q is ath_tx_buf
  build fix: use ath_tx_desc in ar5416ProcTxDesc_20
  build fix: ath_txq_add_fn_t and ath_tx_comp_fn_t use ath_tx_buf
  build fix: buf_q is ath_tx_buf
  build fix: fix retrun type for ath_buf_alloc
  build fix: remove type reconversation
  build fix: ath_get_pktlen is tx specific, so use ath_tx_buf
  build fix: use ath_tx_buf in ar5416Clr11nAggr_20
  build fix: use ath_tx_buf in ath_update_stats
  build fix: use ath_tx_desc in ar5416Set11nBurstDuration_20
  build fix: use ath_tx_Desc in ar5416Set11nVirtualMoreFrag_20
  build fix: sue ath_tx_desc in ar5416FillKeyTxDesc_20
  build fix: use ath_tx_desc in ar5416Set11nAggrFirst_20
  build fix: use ath_tx_buf in ath_tgt_txqaddbuf
  build fix: remove unused variables
  build fix: use ATH_NODE_TARGET for type conversation
  build fix: use ath_tx_bufhead
  build fix: use ath_tx_desc in ar5416Set11nAggrLast_20 and
    ar5416Set11nAggrMiddle_20
  build fix: use ath_tx_* in ath_tx_retry_subframe
  build fix: use ath_tx_* ath_tgt_tx_form_aggr
  build fix: lots of ath_tx_desc fixes
  build fix: axq_linkbuf is ath_tx_buf
  build fix: av_bcbuf is ath_tx_buf
  build fix: sc_bbuf is ath_tx_bufhead
  build fix: remove unused variables in ratectrl_11n_ln.c
  build fix: add type convert ath_desc ath_rx_desc

 target_firmware/wlan/ah.c              |  6 +--
 target_firmware/wlan/ah.h              | 29 ++++++------
 target_firmware/wlan/ah_osdep.c        |  4 +-
 target_firmware/wlan/ah_osdep.h        |  2 +-
 target_firmware/wlan/ar5416_hw.c       | 35 +++++++-------
 target_firmware/wlan/ar5416desc.h      | 30 ++++++------
 target_firmware/wlan/if_ath.c          | 29 ++++++------
 target_firmware/wlan/if_ath_pci.c      | 12 +----
 target_firmware/wlan/if_athrate.h      |  1 -
 target_firmware/wlan/if_athvar.h       | 48 ++++++++++++-------
 target_firmware/wlan/if_owl.c          | 84 ++++++++++++++++------------------
 target_firmware/wlan/ratectrl_11n_ln.c | 19 --------
 12 files changed, 139 insertions(+), 160 deletions(-)

-- 
1.8.1.2




More information about the Ath9k_htc_fw mailing list