projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[ar71xx] generate firmware image for the TL-WR941ND device
[openwrt.git]
/
package
/
madwifi
/
patches
/
450-new_hal.patch
diff --git
a/package/madwifi/patches/450-new_hal.patch
b/package/madwifi/patches/450-new_hal.patch
index
8b6094e
..
0243b80
100644
(file)
--- a/
package/madwifi/patches/450-new_hal.patch
+++ b/
package/madwifi/patches/450-new_hal.patch
@@
-93,7
+93,7
@@
* The functions in this section are not intended to be invoked by MadWifi
--- a/ath/if_ath.c
+++ b/ath/if_ath.c
* The functions in this section are not intended to be invoked by MadWifi
--- a/ath/if_ath.c
+++ b/ath/if_ath.c
-@@ -60
5,6 +605
,14 @@ ath_attach(u_int16_t devid, struct net_d
+@@ -60
6,6 +606
,14 @@ ath_attach(u_int16_t devid, struct net_d
}
sc->sc_ah = ah;
}
sc->sc_ah = ah;
@@
-108,7
+108,7
@@
/*
* Check if the MAC has multi-rate retry support.
* We do this by trying to setup a fake extended
/*
* Check if the MAC has multi-rate retry support.
* We do this by trying to setup a fake extended
-@@ -7
488,7 +7496
,7 @@ ath_txq_setup(struct ath_softc *sc, int
+@@ -7
555,7 +7563
,7 @@ ath_txq_setup(struct ath_softc *sc, int
if (qtype == HAL_TX_QUEUE_UAPSD)
qi.tqi_qflags = HAL_TXQ_TXDESCINT_ENABLE;
else
if (qtype == HAL_TX_QUEUE_UAPSD)
qi.tqi_qflags = HAL_TXQ_TXDESCINT_ENABLE;
else
This page took
0.038914 seconds
and
4
git commands to generate.