diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/cfg80211.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 04a702d1f2a5..fb766314b3a1 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
@@ -1287,10 +1287,10 @@ struct cfg80211_bss_ies { | |||
1287 | * @tsf: timestamp of last received update | 1287 | * @tsf: timestamp of last received update |
1288 | * @beacon_interval: the beacon interval as from the frame | 1288 | * @beacon_interval: the beacon interval as from the frame |
1289 | * @capability: the capability field in host byte order | 1289 | * @capability: the capability field in host byte order |
1290 | * @ies: the information elements (Note that there | 1290 | * @ies: the information elements (Note that there is no guarantee that these |
1291 | * is no guarantee that these are well-formed!); this is a pointer to | 1291 | * are well-formed!); this is a pointer to either the beacon_ies or |
1292 | * either the beacon_ies or proberesp_ies depending on whether Probe | 1292 | * proberesp_ies depending on whether Probe Response frame has been |
1293 | * Response frame has been received | 1293 | * received. It is always non-%NULL. |
1294 | * @beacon_ies: the information elements from the last Beacon frame | 1294 | * @beacon_ies: the information elements from the last Beacon frame |
1295 | * (implementation note: if @hidden_beacon_bss is set this struct doesn't | 1295 | * (implementation note: if @hidden_beacon_bss is set this struct doesn't |
1296 | * own the beacon_ies, but they're just pointers to the ones from the | 1296 | * own the beacon_ies, but they're just pointers to the ones from the |