projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ath9k: fix endian issues on AR9003
[openwrt.git]
/
package
/
mac80211
/
patches
/
201-ath5k-WAR-for-AR71xx-PCI-bug.patch
diff --git
a/package/mac80211/patches/201-ath5k-WAR-for-AR71xx-PCI-bug.patch
b/package/mac80211/patches/201-ath5k-WAR-for-AR71xx-PCI-bug.patch
index
90fba05
..
38f56ed
100644
(file)
--- a/
package/mac80211/patches/201-ath5k-WAR-for-AR71xx-PCI-bug.patch
+++ b/
package/mac80211/patches/201-ath5k-WAR-for-AR71xx-PCI-bug.patch
@@
-1,6
+1,6
@@
--- a/drivers/net/wireless/ath/ath5k/reset.c
+++ b/drivers/net/wireless/ath/ath5k/reset.c
--- a/drivers/net/wireless/ath/ath5k/reset.c
+++ b/drivers/net/wireless/ath/ath5k/reset.c
-@@ -13
72,10 +1372
,18 @@ int ath5k_hw_reset(struct ath5k_hw *ah,
+@@ -13
34,10 +1334
,18 @@ int ath5k_hw_reset(struct ath5k_hw *ah,
* guess we can tweak it and see how it goes ;-)
*/
if (ah->ah_version != AR5K_AR5210) {
* guess we can tweak it and see how it goes ;-)
*/
if (ah->ah_version != AR5K_AR5210) {
This page took
0.023823 seconds
and
4
git commands to generate.