aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/424-timing.patch
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-11-12 15:14:27 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-11-12 15:14:27 +0000
commit5eef1e4f29c24803294fbbdd38bb528baab970d6 (patch)
tree6c0651131917d0afcb6fc9272e3a2f1a83860323 /package/madwifi/patches/424-timing.patch
parent79a27bd7b23df6d31ee3ac57529ea981452343a1 (diff)
downloadupstream-5eef1e4f29c24803294fbbdd38bb528baab970d6.tar.gz
upstream-5eef1e4f29c24803294fbbdd38bb528baab970d6.tar.bz2
upstream-5eef1e4f29c24803294fbbdd38bb528baab970d6.zip
package/madwifi: refresh madwifi patches
SVN-Revision: 23971
Diffstat (limited to 'package/madwifi/patches/424-timing.patch')
-rw-r--r--package/madwifi/patches/424-timing.patch16
1 files changed, 8 insertions, 8 deletions
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;
}