summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2012-10-17 16:23:33 -0400
committerJohn W. Linville <linville@tuxdriver.com>2012-10-17 16:23:33 -0400
commit290eddc4b3661dc4dfa95d199e0be5788928b3b1 (patch)
tree2130a4aab73e43e08b6566b06211069a96a2ff22 /include
parent8f7b8db6e0557c8437adf9371e020cd89a7e85dc (diff)
parent3a40414f826a8f1096d9b94c4a53ef91b25ba28d (diff)
downloadlinux-290eddc4b3661dc4dfa95d199e0be5788928b3b1.tar.gz
linux-290eddc4b3661dc4dfa95d199e0be5788928b3b1.tar.xz
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
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 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;
};
/**