X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=package%2Fmadwifi%2Fpatches%2F424-timing.patch;h=8369db6185e4300f779067561b86a93813d896ec;hp=a8b82fa10421b4abb207d4e7015df6324135c287;hb=c013c3c2b2000e08e865212c7f70a22a90912fb1;hpb=975e962a6ca9657ccc8e0f7155d3b986b8256cba diff --git a/package/madwifi/patches/424-timing.patch b/package/madwifi/patches/424-timing.patch index a8b82fa104..8369db6185 100644 --- a/package/madwifi/patches/424-timing.patch +++ b/package/madwifi/patches/424-timing.patch @@ -196,10 +196,12 @@ static inline void ath_hal_beaconinit(struct ath_hal *ah, u_int32_t nexttbtt, u_int32_t intval) { -@@ -841,6 +852,17 @@ static inline HAL_BOOL ath_hal_setslotti +@@ -839,6 +850,17 @@ static inline HAL_BOOL ath_hal_setslotti + ath_hal_set_function(NULL); + ATH_HAL_UNLOCK_IRQ(ah->ah_sc); return ret; - } - ++} ++ +static inline HAL_BOOL ath_hal_seteifstime(struct ath_hal *ah, u_int a1) +{ + HAL_BOOL ret; @@ -209,11 +211,9 @@ + ath_hal_set_function(NULL); + ATH_HAL_UNLOCK_IRQ(ah->ah_sc); + return ret; -+} -+ + } + static inline void ath_hal_setledstate(struct ath_hal *ah, HAL_LED_STATE a1) - { - ATH_HAL_LOCK_IRQ(ah->ah_sc); --- a/ath/if_athvar.h +++ b/ath/if_athvar.h @@ -613,6 +613,15 @@ struct ath_rp { @@ -446,7 +446,7 @@ { --- a/ath_rate/sample/sample.c +++ b/ath_rate/sample/sample.c -@@ -137,92 +137,6 @@ rate_to_ndx(struct sample_node *sn, int +@@ -137,92 +137,6 @@ rate_to_ndx(struct sample_node *sn, int return -1; }