diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/cfg80211.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 96876d366c6a..ab1244075925 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
@@ -563,6 +563,11 @@ struct station_info { | |||
563 | 563 | ||
564 | const u8 *assoc_req_ies; | 564 | const u8 *assoc_req_ies; |
565 | size_t assoc_req_ies_len; | 565 | size_t assoc_req_ies_len; |
566 | |||
567 | /* | ||
568 | * Note: Add a new enum station_info_flags value for each new field and | ||
569 | * use it to check which fields are initialized. | ||
570 | */ | ||
566 | }; | 571 | }; |
567 | 572 | ||
568 | /** | 573 | /** |