projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ath9k: fix 5/10 mhz channel bandwidth issues
[openwrt.git]
/
package
/
mac80211
/
patches
/
541-ath9k_sw_retry_reduce.patch
diff --git
a/package/mac80211/patches/541-ath9k_sw_retry_reduce.patch
b/package/mac80211/patches/541-ath9k_sw_retry_reduce.patch
index
79f138d
..
d83b663
100644
(file)
--- a/
package/mac80211/patches/541-ath9k_sw_retry_reduce.patch
+++ b/
package/mac80211/patches/541-ath9k_sw_retry_reduce.patch
@@
-1,6
+1,6
@@
--- a/drivers/net/wireless/ath/ath9k/xmit.c
+++ b/drivers/net/wireless/ath/ath9k/xmit.c
--- a/drivers/net/wireless/ath/ath9k/xmit.c
+++ b/drivers/net/wireless/ath/ath9k/xmit.c
-@@ -2
59,14 +259
,17 @@ static void ath_tid_drain(struct ath_sof
+@@ -2
64,14 +264
,17 @@ static void ath_tid_drain(struct ath_sof
}
static void ath_tx_set_retry(struct ath_softc *sc, struct ath_txq *txq,
}
static void ath_tx_set_retry(struct ath_softc *sc, struct ath_txq *txq,
@@
-20,7
+20,7
@@
return;
hdr = (struct ieee80211_hdr *)skb->data;
return;
hdr = (struct ieee80211_hdr *)skb->data;
-@@ -38
2,6 +385
,7 @@ static void ath_tx_complete_aggr(struct
+@@ -38
7,6 +390
,7 @@ static void ath_tx_complete_aggr(struct
int nframes;
u8 tidno;
bool flush = !!(ts->ts_status & ATH9K_TX_FLUSH);
int nframes;
u8 tidno;
bool flush = !!(ts->ts_status & ATH9K_TX_FLUSH);
@@
-28,7
+28,7
@@
skb = bf->bf_mpdu;
hdr = (struct ieee80211_hdr *)skb->data;
skb = bf->bf_mpdu;
hdr = (struct ieee80211_hdr *)skb->data;
-@@ -39
0,6 +394
,10 @@ static void ath_tx_complete_aggr(struct
+@@ -39
5,6 +399
,10 @@ static void ath_tx_complete_aggr(struct
memcpy(rates, tx_info->control.rates, sizeof(rates));
memcpy(rates, tx_info->control.rates, sizeof(rates));
@@
-39,7
+39,7
@@
rcu_read_lock();
sta = ieee80211_find_sta_by_ifaddr(hw, hdr->addr1, hdr->addr2);
rcu_read_lock();
sta = ieee80211_find_sta_by_ifaddr(hw, hdr->addr1, hdr->addr2);
-@@ -4
76,7 +484
,8 @@ static void ath_tx_complete_aggr(struct
+@@ -4
81,7 +489
,8 @@ static void ath_tx_complete_aggr(struct
txpending = 1;
} else if (fi->retries < ATH_MAX_SW_RETRIES) {
if (txok || !an->sleeping)
txpending = 1;
} else if (fi->retries < ATH_MAX_SW_RETRIES) {
if (txok || !an->sleeping)
This page took
0.022642 seconds
and
4
git commands to generate.