File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 40
40
* either sta_info_insert() or sta_info_insert_rcu(); only in the latter
41
41
* case (which acquires an rcu read section but must not be called from
42
42
* within one) will the pointer still be valid after the call. Note that
43
- * the caller may not do much with the STA info before inserting it, in
43
+ * the caller may not do much with the STA info before inserting it; in
44
44
* particular, it may not start any mesh peer link management or add
45
45
* encryption keys.
46
46
*
58
58
* In order to remove a STA info structure, various sta_info_destroy_*()
59
59
* calls are available.
60
60
*
61
- * There is no concept of ownership on a STA entry, each structure is
61
+ * There is no concept of ownership on a STA entry; each structure is
62
62
* owned by the global hash table/list until it is removed. All users of
63
63
* the structure need to be RCU protected so that the structure won't be
64
64
* freed before they are done using it.
You can’t perform that action at this time.
0 commit comments