From: Oleksij Rempel Date: Sun, 23 Jun 2013 20:14:36 +0000 (+0200) Subject: Merge branch 'clean' into clean_2 X-Git-Tag: 1.4.0~12^2 X-Git-Url: https://jxself.org/git/?p=open-ath9k-htc-firmware.git;a=commitdiff_plain;h=8e43241eb3301d14b3bae25b580fb32c156dfbae;hp=40d4865c8791184b3b30f62be5fe606e55e1c246 Merge branch 'clean' into clean_2 --- diff --git a/README b/README index 15c003c..1a75c4d 100644 --- a/README +++ b/README @@ -61,17 +61,25 @@ You're in for a treat. * Linux: - $ make firmware + $ make -C target_firmware * FreeBSD: - edit the build script, change make to gmake, and then - - $ ./build + $ gmake -C target_firmware You will end up with two .fw files - one for the AR7010 and one for the AR9271 in the target_firmware directory. +You can clean the firmware build (when you wish to force a rebuild) +by doing: + + * Linux: + + $ make -C target_firmware clean + + * FreeBSD: + + $ gmake -C target_firmware clean Then what? ---------- diff --git a/target_firmware/wlan/ah.h b/target_firmware/wlan/ah.h index b11d058..5bdc818 100755 --- a/target_firmware/wlan/ah.h +++ b/target_firmware/wlan/ah.h @@ -79,13 +79,6 @@ typedef enum { HAL_CAP_RTS_AGGR_LIMIT = 6, } HAL_CAPABILITY_TYPE; -typedef enum { - HAL_M_STA = 1, - HAL_M_IBSS = 0, - HAL_M_HOSTAP = 6, - HAL_M_MONITOR = 8, -} HAL_OPMODE; - typedef enum { HAL_TX_QUEUE_INACTIVE = 0, HAL_TX_QUEUE_DATA = 1,