Closed olerem closed 11 years ago
Hi,
I'm going to cut the final 1.3 test images this weekend and if everything is ok, I'll cut 1.4 early next week.
Once I've branched for 1.4, I'll merge this into master.
Ok, I've bumped the firmware version in master to 1.4. TIme to merge this!
Merged, thanks!
Adrian
On 30 March 2013 09:35, Oleksij Rempel notifications@github.com wrote:
Here are some build fixes. Have fun :)
You can merge this Pull Request by running
git pull https://github.com/olerem/open-ath9k-htc-firmware master
Or view, comment on, or merge it at:
https://github.com/qca/open-ath9k-htc-firmware/pull/4
Commit Summary
build fix: Magpie_Sys_Commands_Tbl used only if MAGPIE_ENABLE_WLAN == 0 build fix: src on memcpy is allways const build fix: remove unused ahp build fix: remove byte order/swapping support build fix: magpie..init.c remove unused variables build fix: fix array size 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: remove unused dev_info in if_ath_pci.c 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: change HAL_TXKEYIX_INVALID size build fix: replace struct with static build fix: use our internal memcpy, for now. build fix: remove unused variables from if_owl.c 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: ath_hal_getrtsaggrlimit can be removed here 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
File Changes
M target_firmware/magpie_fw_dev/build/utility/bin2hex/bin2hex.c (15) M target_firmware/magpie_fw_dev/target/adf/adf_os_mem_pvt.h (2) M target_firmware/magpie_fw_dev/target/inc/adf_os_mem.h (2) M target_firmware/magpie_fw_dev/target/init/init.c (3) M target_firmware/magpie_fw_dev/target/init/magpie.c (2) M target_firmware/wlan/ah.h (13) M target_firmware/wlan/ah_desc.h (2) M target_firmware/wlan/ah_osdep.c (2) M target_firmware/wlan/ah_osdep.h (31) M target_firmware/wlan/ar5416_hw.c (6) M target_firmware/wlan/ar5416_phy.c (2) M target_firmware/wlan/ieee80211.h (2) M target_firmware/wlan/if_ath.c (26) M target_firmware/wlan/if_ath_pci.c (2) M target_firmware/wlan/if_athrate.h (1) M target_firmware/wlan/if_athvar.h (4) M target_firmware/wlan/if_llc.h (12) M target_firmware/wlan/if_owl.c (58)
Patch Links:
https://github.com/qca/open-ath9k-htc-firmware/pull/4.patch https://github.com/qca/open-ath9k-htc-firmware/pull/4.diff
Here are some build fixes. Have fun :)