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
nexedi
linux
Commits
3b8de074
Commit
3b8de074
authored
Jul 23, 2014
by
John W. Linville
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'for-john' of
git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
parents
0eeb315b
fa8f136f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
net/mac80211/cfg.c
net/mac80211/cfg.c
+4
-1
No files found.
net/mac80211/cfg.c
View file @
3b8de074
...
...
@@ -472,12 +472,15 @@ static void sta_set_sinfo(struct sta_info *sta, struct station_info *sinfo)
{
struct
ieee80211_sub_if_data
*
sdata
=
sta
->
sdata
;
struct
ieee80211_local
*
local
=
sdata
->
local
;
struct
rate_control_ref
*
ref
=
local
->
rate_ctrl
;
struct
rate_control_ref
*
ref
=
NULL
;
struct
timespec
uptime
;
u64
packets
=
0
;
u32
thr
=
0
;
int
i
,
ac
;
if
(
test_sta_flag
(
sta
,
WLAN_STA_RATE_CONTROL
))
ref
=
local
->
rate_ctrl
;
sinfo
->
generation
=
sdata
->
local
->
sta_generation
;
sinfo
->
filled
=
STATION_INFO_INACTIVE_TIME
|
...
...
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