diff options
author | John W. Linville <linville@tuxdriver.com> | 2014-05-27 13:47:27 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-05-27 13:47:27 -0400 |
commit | 03c4444650969431b3a5effde4995de767e3013a (patch) | |
tree | be95969287c7005d2e384d77c0ba2a071e13a260 /net/mac80211/ieee80211_i.h | |
parent | ef1b075c15d55c71200c63450756a9bb51ce2a60 (diff) | |
parent | 2c316e699fa40f2fc161ebb770b6e2845db4f3b0 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index ed2b817d5ece..ac9836e0aab3 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h @@ -317,6 +317,7 @@ struct ieee80211_roc_work { bool started, abort, hw_begun, notified; bool to_be_freed; + bool on_channel; unsigned long hw_start_time; |