Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
Kernel
提交
73c8daa0
K
Kernel
项目概览
openeuler
/
Kernel
1 年多 前同步成功
通知
8
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
K
Kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
73c8daa0
编写于
3月 06, 2014
作者:
J
John W. Linville
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'for-john' of
git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
上级
9b8ba9f5
864a6040
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
8 addition
and
2 deletion
+8
-2
net/mac80211/chan.c
net/mac80211/chan.c
+6
-0
net/mac80211/mesh_ps.c
net/mac80211/mesh_ps.c
+1
-0
net/mac80211/sta_info.c
net/mac80211/sta_info.c
+1
-0
net/wireless/core.c
net/wireless/core.c
+0
-2
未找到文件。
net/mac80211/chan.c
浏览文件 @
73c8daa0
...
...
@@ -100,6 +100,12 @@ ieee80211_get_chanctx_max_required_bw(struct ieee80211_local *local,
}
max_bw
=
max
(
max_bw
,
width
);
}
/* use the configured bandwidth in case of monitor interface */
sdata
=
rcu_dereference
(
local
->
monitor_sdata
);
if
(
sdata
&&
rcu_access_pointer
(
sdata
->
vif
.
chanctx_conf
)
==
conf
)
max_bw
=
max
(
max_bw
,
conf
->
def
.
width
);
rcu_read_unlock
();
return
max_bw
;
...
...
net/mac80211/mesh_ps.c
浏览文件 @
73c8daa0
...
...
@@ -36,6 +36,7 @@ static struct sk_buff *mps_qos_null_get(struct sta_info *sta)
sdata
->
vif
.
addr
);
nullfunc
->
frame_control
=
fc
;
nullfunc
->
duration_id
=
0
;
nullfunc
->
seq_ctrl
=
0
;
/* no address resolution for this frame -> set addr 1 immediately */
memcpy
(
nullfunc
->
addr1
,
sta
->
sta
.
addr
,
ETH_ALEN
);
memset
(
skb_put
(
skb
,
2
),
0
,
2
);
/* append QoS control field */
...
...
net/mac80211/sta_info.c
浏览文件 @
73c8daa0
...
...
@@ -1206,6 +1206,7 @@ static void ieee80211_send_null_response(struct ieee80211_sub_if_data *sdata,
memcpy
(
nullfunc
->
addr1
,
sta
->
sta
.
addr
,
ETH_ALEN
);
memcpy
(
nullfunc
->
addr2
,
sdata
->
vif
.
addr
,
ETH_ALEN
);
memcpy
(
nullfunc
->
addr3
,
sdata
->
vif
.
addr
,
ETH_ALEN
);
nullfunc
->
seq_ctrl
=
0
;
skb
->
priority
=
tid
;
skb_set_queue_mapping
(
skb
,
ieee802_1d_to_ac
[
tid
]);
...
...
net/wireless/core.c
浏览文件 @
73c8daa0
...
...
@@ -788,8 +788,6 @@ void cfg80211_leave(struct cfg80211_registered_device *rdev,
default:
break
;
}
wdev
->
beacon_interval
=
0
;
}
static
int
cfg80211_netdev_notifier_call
(
struct
notifier_block
*
nb
,
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录