Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-mikrotik
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Rudolph
lede-mikrotik
Commits
80239ff7
Commit
80239ff7
authored
14 years ago
by
Felix Fietkau
Browse files
Options
Downloads
Patches
Plain Diff
ath9k: merge a pending patch for fixing a stopped queue issue (mostly for client mode)
SVN-Revision: 26280
parent
d16f80c9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
package/mac80211/patches/300-ath9k_pending_work.patch
+11
-0
11 additions, 0 deletions
package/mac80211/patches/300-ath9k_pending_work.patch
package/mac80211/patches/521-ath9k_fix_ap_ps_buffering.patch
+2
-2
2 additions, 2 deletions
package/mac80211/patches/521-ath9k_fix_ap_ps_buffering.patch
with
13 additions
and
2 deletions
package/mac80211/patches/300-ath9k_pending_work.patch
+
11
−
0
View file @
80239ff7
...
@@ -368,3 +368,14 @@
...
@@ -368,3 +368,14 @@
u64 ath9k_hw_gettsf64(struct ath_hw *ah);
u64 ath9k_hw_gettsf64(struct ath_hw *ah);
void ath9k_hw_settsf64(struct ath_hw *ah, u64 tsf64);
void ath9k_hw_settsf64(struct ath_hw *ah, u64 tsf64);
void ath9k_hw_reset_tsf(struct ath_hw *ah);
void ath9k_hw_reset_tsf(struct ath_hw *ah);
--- a/drivers/net/wireless/ath/ath9k/main.c
+++ b/drivers/net/wireless/ath/ath9k/main.c
@@ -2160,6 +2160,8 @@
static void ath9k_flush(struct ieee80211
if (!ath_drain_all_txq(sc, false))
ath_reset(sc, false);
+ ieee80211_wake_queues(hw);
+
out:
ieee80211_queue_delayed_work(hw, &sc->tx_complete_work, 0);
mutex_unlock(&sc->mutex);
This diff is collapsed.
Click to expand it.
package/mac80211/patches/521-ath9k_fix_ap_ps_buffering.patch
+
2
−
2
View file @
80239ff7
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
static int ath9k_conf_tx(struct ieee80211_hw *hw, u16 queue,
static int ath9k_conf_tx(struct ieee80211_hw *hw, u16 queue,
const struct ieee80211_tx_queue_params *params)
const struct ieee80211_tx_queue_params *params)
{
{
@@ -217
7
,6 +2
198
,7 @@
struct ieee80211_ops ath9k_ops = {
@@ -217
9
,6 +2
200
,7 @@
struct ieee80211_ops ath9k_ops = {
.configure_filter = ath9k_configure_filter,
.configure_filter = ath9k_configure_filter,
.sta_add = ath9k_sta_add,
.sta_add = ath9k_sta_add,
.sta_remove = ath9k_sta_remove,
.sta_remove = ath9k_sta_remove,
...
@@ -223,7 +223,7 @@
...
@@ -223,7 +223,7 @@
/* PHY ops */
/* PHY ops */
--- a/drivers/net/wireless/ath/ath9k/hw.h
--- a/drivers/net/wireless/ath/ath9k/hw.h
+++ b/drivers/net/wireless/ath/ath9k/hw.h
+++ b/drivers/net/wireless/ath/ath9k/hw.h
@@ -64
6
,6 +64
6
,7 @@
struct ath_hw_ops {
@@ -64
4
,6 +64
4
,7 @@
struct ath_hw_ops {
u32 burstDuration);
u32 burstDuration);
void (*set11n_virtualmorefrag)(struct ath_hw *ah, void *ds,
void (*set11n_virtualmorefrag)(struct ath_hw *ah, void *ds,
u32 vmf);
u32 vmf);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment