Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
373426ca
Commit
373426ca
authored
Oct 06, 2010
by
John W. Linville
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
parents
46bf6958
44271488
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
drivers/net/wireless/ath/ath9k/ani.c
drivers/net/wireless/ath/ath9k/ani.c
+1
-1
net/mac80211/agg-tx.c
net/mac80211/agg-tx.c
+2
-0
No files found.
drivers/net/wireless/ath/ath9k/ani.c
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
)
...
...
net/mac80211/agg-tx.c
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,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment