BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mangoh-drivers
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
mangoh-drivers
Commits
9b861d6a
Commit
9b861d6a
authored
Aug 31, 2017
by
David Clark
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed bug removing STATION in AP when STATION disconnects
parent
70b357c5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
cfg80211.c
linux_kernel_modules/mt7697wifi/cfg80211.c
+2
-0
No files found.
linux_kernel_modules/mt7697wifi/cfg80211.c
View file @
9b861d6a
...
...
@@ -1250,6 +1250,7 @@ int mt7697_cfg80211_del_sta(struct mt7697_vif *vif, const u8* bssid)
print_hex_dump
(
KERN_DEBUG
,
DRVNAME
" DISCONNECT STA BSSID "
,
DUMP_PREFIX_OFFSET
,
16
,
1
,
sta
->
bssid
,
ETH_ALEN
,
0
);
spin_unlock_bh
(
&
vif
->
sta_list_lock
);
ret
=
mt7697_wr_disconnect_req
(
vif
->
cfg
,
sta
->
bssid
);
if
(
ret
<
0
)
{
dev_err
(
vif
->
cfg
->
dev
,
...
...
@@ -1258,6 +1259,7 @@ int mt7697_cfg80211_del_sta(struct mt7697_vif *vif, const u8* bssid)
goto
cleanup
;
}
spin_lock_bh
(
&
vif
->
sta_list_lock
);
list_del
(
&
sta
->
next
);
kfree
(
sta
);
vif
->
sta_count
--
;
...
...
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