diff options
author | John W. Linville <linville@tuxdriver.com> | 2012-10-17 16:23:33 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-10-17 16:23:33 -0400 |
commit | 290eddc4b3661dc4dfa95d199e0be5788928b3b1 (patch) | |
tree | 2130a4aab73e43e08b6566b06211069a96a2ff22 /include/net | |
parent | 8f7b8db6e0557c8437adf9371e020cd89a7e85dc (diff) | |
parent | 3a40414f826a8f1096d9b94c4a53ef91b25ba28d (diff) |
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/cfg80211.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 1b4989082244..f8cd4cf3fad8 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -1218,6 +1218,7 @@ struct cfg80211_deauth_request { const u8 *ie; size_t ie_len; u16 reason_code; + bool local_state_change; }; /** |