Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
linux-seco-intel
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
Nicola Sparnacci
linux-seco-intel
Commits
373426ca
Commit
373426ca
authored
14 years ago
by
John W. Linville
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
parents
46bf6958
44271488
No related branches found
Branches containing commit
Tags
v3.16-rc1
Tags containing commit
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
drivers/net/wireless/ath/ath9k/ani.c
+1
-1
1 addition, 1 deletion
drivers/net/wireless/ath/ath9k/ani.c
net/mac80211/agg-tx.c
+2
-0
2 additions, 0 deletions
net/mac80211/agg-tx.c
with
3 additions
and
1 deletion
drivers/net/wireless/ath/ath9k/ani.c
+
1
−
1
View file @
373426ca
...
@@ -544,7 +544,7 @@ static u8 ath9k_hw_chan_2_clockrate_mhz(struct ath_hw *ah)
...
@@ -544,7 +544,7 @@ static u8 ath9k_hw_chan_2_clockrate_mhz(struct ath_hw *ah)
if
(
conf_is_ht40
(
conf
))
if
(
conf_is_ht40
(
conf
))
return
clockrate
*
2
;
return
clockrate
*
2
;
return
clockrate
*
2
;
return
clockrate
;
}
}
static
int32_t
ath9k_hw_ani_get_listen_time
(
struct
ath_hw
*
ah
)
static
int32_t
ath9k_hw_ani_get_listen_time
(
struct
ath_hw
*
ah
)
...
...
This diff is collapsed.
Click to expand it.
net/mac80211/agg-tx.c
+
2
−
0
View file @
373426ca
...
@@ -175,6 +175,8 @@ int ___ieee80211_stop_tx_ba_session(struct sta_info *sta, u16 tid,
...
@@ -175,6 +175,8 @@ int ___ieee80211_stop_tx_ba_session(struct sta_info *sta, u16 tid,
set_bit
(
HT_AGG_STATE_STOPPING
,
&
tid_tx
->
state
);
set_bit
(
HT_AGG_STATE_STOPPING
,
&
tid_tx
->
state
);
del_timer_sync
(
&
tid_tx
->
addba_resp_timer
);
/*
/*
* After this packets are no longer handed right through
* After this packets are no longer handed right through
* to the driver but are put onto tid_tx->pending instead,
* to the driver but are put onto tid_tx->pending instead,
...
...
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