Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
cloud-kernel
提交
94b10572
cloud-kernel
项目概览
openanolis
/
cloud-kernel
大约 1 年 前同步成功
通知
158
Star
36
Fork
7
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
10
列表
看板
标记
里程碑
合并请求
2
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
cloud-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
10
Issue
10
列表
看板
标记
里程碑
合并请求
2
合并请求
2
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
94b10572
编写于
10月 08, 2010
作者:
D
David S. Miller
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'master' of
git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
上级
b530fb69
4efe7f51
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
5 addition
and
3 deletion
+5
-3
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
net/mac80211/status.c
net/mac80211/status.c
+2
-2
未找到文件。
drivers/net/wireless/ath/ath9k/ani.c
浏览文件 @
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
)
...
...
net/mac80211/agg-tx.c
浏览文件 @
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,
...
...
net/mac80211/status.c
浏览文件 @
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
();
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录