Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linux-seco-imx
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Jira
Code
Merge requests
13
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
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
Clea OS
bsp
nxp
linux-seco-imx
Commits
94b10572
Commit
94b10572
authored
14 years ago
by
David S. Miller
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
parents
b530fb69
4efe7f51
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 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
net/mac80211/status.c
+2
-2
2 additions, 2 deletions
net/mac80211/status.c
with
5 additions
and
3 deletions
drivers/net/wireless/ath/ath9k/ani.c
+
1
−
1
View file @
94b10572
...
...
@@ -543,7 +543,7 @@ static u8 ath9k_hw_chan_2_clockrate_mhz(struct ath_hw *ah)
if
(
conf_is_ht40
(
conf
))
return
clockrate
*
2
;
return
clockrate
*
2
;
return
clockrate
;
}
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 @
94b10572
...
...
@@ -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
);
del_timer_sync
(
&
tid_tx
->
addba_resp_timer
);
/*
* After this packets are no longer handed right through
* to the driver but are put onto tid_tx->pending instead,
...
...
This diff is collapsed.
Click to expand it.
net/mac80211/status.c
+
2
−
2
View file @
94b10572
...
...
@@ -377,7 +377,7 @@ void ieee80211_tx_status(struct ieee80211_hw *hw, struct sk_buff *skb)
skb2
=
skb_clone
(
skb
,
GFP_ATOMIC
);
if
(
skb2
)
{
skb2
->
dev
=
prev_dev
;
netif_r
eceive_skb
(
skb2
);
netif_r
x
(
skb2
);
}
}
...
...
@@ -386,7 +386,7 @@ void ieee80211_tx_status(struct ieee80211_hw *hw, struct sk_buff *skb)
}
if
(
prev_dev
)
{
skb
->
dev
=
prev_dev
;
netif_r
eceive_skb
(
skb
);
netif_r
x
(
skb
);
skb
=
NULL
;
}
rcu_read_unlock
();
...
...
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