nl80211: advertise maximum remain-on-channel duration
[deliverable/linux.git] / include / net / cfg80211.h
index 22be7c625b708185549f4ec19c0926c3af2d43c9..f45e15f124461233a87fb5e1dac0014c5c11992f 100644 (file)
@@ -1474,6 +1474,9 @@ struct ieee80211_txrx_stypes {
  *
  * @available_antennas: bitmap of antennas which are available to configure.
  *     antenna configuration commands will be rejected unless this is set.
+ *
+ * @max_remain_on_channel_duration: Maximum time a remain-on-channel operation
+ *     may request, if implemented.
  */
 struct wiphy {
        /* assign these fields before you register the wiphy */
@@ -1511,6 +1514,8 @@ struct wiphy {
        char fw_version[ETHTOOL_BUSINFO_LEN];
        u32 hw_version;
 
+       u16 max_remain_on_channel_duration;
+
        u8 max_num_pmkids;
 
        u32 available_antennas;
This page took 0.028472 seconds and 5 git commands to generate.