.. | .. |
---|
59 | 59 | * @iterator: radiotap_iterator to initialize |
---|
60 | 60 | * @radiotap_header: radiotap header to parse |
---|
61 | 61 | * @max_length: total length we can parse into (eg, whole packet length) |
---|
| 62 | + * @vns: vendor namespaces to parse |
---|
62 | 63 | * |
---|
63 | 64 | * Returns: 0 or a negative error code if there is a problem. |
---|
64 | 65 | * |
---|
.. | .. |
---|
90 | 91 | * iterator.this_arg for type "type" safely on all arches. |
---|
91 | 92 | * |
---|
92 | 93 | * Example code: |
---|
93 | | - * See Documentation/networking/radiotap-headers.txt |
---|
| 94 | + * See Documentation/networking/radiotap-headers.rst |
---|
94 | 95 | */ |
---|
95 | 96 | |
---|
96 | 97 | int ieee80211_radiotap_iterator_init( |
---|