projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[ar7] revert part of r16112, the setup.c part needs more testing
[openwrt.git]
/
package
/
madwifi
/
patches
/
414-txpower.patch
diff --git
a/package/madwifi/patches/414-txpower.patch
b/package/madwifi/patches/414-txpower.patch
index
5300de9
..
68e7942
100644
(file)
--- a/
package/madwifi/patches/414-txpower.patch
+++ b/
package/madwifi/patches/414-txpower.patch
@@
-165,7
+165,7
@@
static void ath_poll_disable(struct net_device *dev);
static void ath_poll_enable(struct net_device *dev);
static void ath_poll_disable(struct net_device *dev);
static void ath_poll_enable(struct net_device *dev);
-@@ -31
59,7 +3158
,7 @@ ath_tx_startraw(struct net_device *dev,
+@@ -31
67,7 +3166
,7 @@ ath_tx_startraw(struct net_device *dev,
try0 = ph->try0;
rt = sc->sc_currates;
txrate = dot11_to_ratecode(sc, rt, ph->rate0);
try0 = ph->try0;
rt = sc->sc_currates;
txrate = dot11_to_ratecode(sc, rt, ph->rate0);
@@
-174,7
+174,7
@@
hdrlen = ieee80211_anyhdrsize(wh);
pktlen = skb->len + IEEE80211_CRC_LEN;
hdrlen = ieee80211_anyhdrsize(wh);
pktlen = skb->len + IEEE80211_CRC_LEN;
-@@ -838
1,7 +8380
,7 @@ ath_tx_start(struct net_device *dev, str
+@@ -838
9,7 +8388
,7 @@ ath_tx_start(struct net_device *dev, str
pktlen, /* packet length */
hdrlen, /* header length */
atype, /* Atheros packet type */
pktlen, /* packet length */
hdrlen, /* header length */
atype, /* Atheros packet type */
@@
-183,7
+183,7
@@
txrate, try0, /* series 0 rate/tries */
keyix, /* key cache index */
antenna, /* antenna mode */
txrate, try0, /* series 0 rate/tries */
keyix, /* key cache index */
antenna, /* antenna mode */
-@@ -103
64,59 +10363
,16 @@ ath_get_clamped_maxtxpower(struct ath_so
+@@ -103
80,59 +10379
,16 @@ ath_get_clamped_maxtxpower(struct ath_so
/* XXX: this function needs some locking to avoid being called
* twice/interrupted */
/* XXX: this function needs some locking to avoid being called
* twice/interrupted */
This page took
0.022311 seconds
and
4
git commands to generate.