projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
make the build system a bit more silent without V=99
[openwrt.git]
/
package
/
mac80211
/
patches
/
521-ath9k_fix_ap_ps_buffering.patch
diff --git
a/package/mac80211/patches/521-ath9k_fix_ap_ps_buffering.patch
b/package/mac80211/patches/521-ath9k_fix_ap_ps_buffering.patch
index
4799d5f
..
97aaeeb
100644
(file)
--- a/
package/mac80211/patches/521-ath9k_fix_ap_ps_buffering.patch
+++ b/
package/mac80211/patches/521-ath9k_fix_ap_ps_buffering.patch
@@
-29,7
+29,7
@@
/********/
--- a/drivers/net/wireless/ath/ath9k/main.c
+++ b/drivers/net/wireless/ath/ath9k/main.c
/********/
--- a/drivers/net/wireless/ath/ath9k/main.c
+++ b/drivers/net/wireless/ath/ath9k/main.c
-@@ -179
1,6 +1791
,27 @@ static int ath9k_sta_remove(struct ieee8
+@@ -179
5,6 +1795
,27 @@ static int ath9k_sta_remove(struct ieee8
return 0;
}
return 0;
}
@@
-57,7
+57,7
@@
static int ath9k_conf_tx(struct ieee80211_hw *hw, u16 queue,
const struct ieee80211_tx_queue_params *params)
{
static int ath9k_conf_tx(struct ieee80211_hw *hw, u16 queue,
const struct ieee80211_tx_queue_params *params)
{
-@@ -21
77,6 +219
8,7 @@ struct ieee80211_ops ath9k_ops = {
+@@ -21
97,6 +221
8,7 @@ struct ieee80211_ops ath9k_ops = {
.configure_filter = ath9k_configure_filter,
.sta_add = ath9k_sta_add,
.sta_remove = ath9k_sta_remove,
.configure_filter = ath9k_configure_filter,
.sta_add = ath9k_sta_add,
.sta_remove = ath9k_sta_remove,
@@
-223,7
+223,7
@@
/* PHY ops */
--- a/drivers/net/wireless/ath/ath9k/hw.h
+++ b/drivers/net/wireless/ath/ath9k/hw.h
/* PHY ops */
--- a/drivers/net/wireless/ath/ath9k/hw.h
+++ b/drivers/net/wireless/ath/ath9k/hw.h
-@@ -6
46,6 +646
,7 @@ struct ath_hw_ops {
+@@ -6
30,6 +630
,7 @@ struct ath_hw_ops {
u32 burstDuration);
void (*set11n_virtualmorefrag)(struct ath_hw *ah, void *ds,
u32 vmf);
u32 burstDuration);
void (*set11n_virtualmorefrag)(struct ath_hw *ah, void *ds,
u32 vmf);
This page took
0.023473 seconds
and
4
git commands to generate.