aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/cfg80211.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index aa0e4a12308c..86583ce97b1b 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -1232,6 +1232,7 @@ struct cfg80211_deauth_request {
1232 const u8 *ie; 1232 const u8 *ie;
1233 size_t ie_len; 1233 size_t ie_len;
1234 u16 reason_code; 1234 u16 reason_code;
1235 bool local_state_change;
1235}; 1236};
1236 1237
1237/** 1238/**