[PATCH 00/31] build fixes

Oleksij Rempel linux at rempel-privat.de
Fri Mar 29 05:01:34 EDT 2013


here are some build fixes and probably fixes for some nasty bugs.

Oleksij Rempel (31):
  build fix: Magpie_Sys_Commands_Tbl used only if MAGPIE_ENABLE_WLAN ==
    0
  build fix: remove unused *ahp
  build fix: src on memcpy is allways const
  build fix: remove byte order/swapping support
  build fix: fix array size
  build fix: magpie..init.c remove unused variables
  build fix: ar5416_hw.c remove unused variables
  build fix: adf_os_export_symbol is undefined
  build fix: if_llc.h: __packed__ is ignored if not after "}"
  build fix: predefine struct ath_tx_desc
  build fix: remove firts definition of ATH_NODE_TARGET
  build fix: ds_link should be compared with 0, not NULL
  build fix: remove unused variables from if_ath.c
  build fix: change return type of ath_detach_tgt
  build fix: remove unused dev_info in if_ath_pci.c
  build fix: remove unused variables from if_owl.c
  build fix: make use of ath_hal_getrtsaggrlimit
  build fix: replace struct with static
  build fix: use our internal memcpy, for now.
  build fix: change HAL_TXKEYIX_INVALID size
  build fix: use arch safe uint32_t instead of unsigned long
  build fix: use struct ath_tx_buf for ath_dma_map and ath_dma_unmap
  build fix: sc_rxdesc_held should be ath_rx_desc
  build fix: ah_setupRxDesc should use ath_rx_desc
  build fix: ah_procRxDescFast should use ath_rx_desc
  build fix: add type conversation for asf_tailq_next
  build fix: wmi_event and wmi_cmd_rsp should use void *buffer
  build fix: ath_beacon_setup works only with ath_tx_buf
  build fix: fix wrong conversation of ath_vap_target to
    ieee80211vap_target
  build fix: ath_tgt_tx_prepare should return ath_tx_buf
  buid fix: probably typo, ieee80211_node instead of
    ieee80211_node_target

 .../magpie_fw_dev/build/utility/bin2hex/bin2hex.c  | 15 +++---
 .../magpie_fw_dev/target/adf/adf_os_mem_pvt.h      |  2 +-
 .../magpie_fw_dev/target/inc/adf_os_mem.h          |  2 +-
 target_firmware/magpie_fw_dev/target/init/init.c   |  3 +-
 target_firmware/magpie_fw_dev/target/init/magpie.c |  2 +
 target_firmware/wlan/ah.h                          | 12 ++---
 target_firmware/wlan/ah_desc.h                     |  2 +-
 target_firmware/wlan/ah_osdep.c                    |  2 +-
 target_firmware/wlan/ah_osdep.h                    | 31 +------------
 target_firmware/wlan/ar5416_hw.c                   |  6 ---
 target_firmware/wlan/ar5416_phy.c                  |  2 -
 target_firmware/wlan/ieee80211.h                   |  2 +-
 target_firmware/wlan/if_ath.c                      | 26 ++++-------
 target_firmware/wlan/if_ath_pci.c                  |  2 -
 target_firmware/wlan/if_athrate.h                  |  1 +
 target_firmware/wlan/if_athvar.h                   |  4 +-
 target_firmware/wlan/if_llc.h                      | 12 ++---
 target_firmware/wlan/if_owl.c                      | 54 ++++++----------------
 18 files changed, 54 insertions(+), 126 deletions(-)

-- 
1.8.1.2




More information about the Ath9k_htc_fw mailing list