mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
[net80211] add comments!
This commit is contained in:
parent
020fe0de15
commit
f6c2cdb12f
1 changed files with 3 additions and 0 deletions
|
|
@ -443,6 +443,9 @@ ieee80211_cancel_scan(struct ieee80211vap *vap)
|
|||
|
||||
/*
|
||||
* Cancel any scan currently going on.
|
||||
*
|
||||
* This is called during normal 802.11 data path to cancel
|
||||
* a scan so a newly arrived normal data packet can be sent.
|
||||
*/
|
||||
void
|
||||
ieee80211_cancel_anyscan(struct ieee80211vap *vap)
|
||||
|
|
|
|||
Loading…
Reference in a new issue