wimax/i2400m: allow control of the base-station idle mode timeout
[deliverable/linux.git] / include / linux / wimax / i2400m.h
index 74198f5bb4dc926186865453f568dff2d634e894..686eeb2b9704fd73be25494015c1d5f67d94a550 100644 (file)
@@ -381,6 +381,7 @@ enum i2400m_tlv {
        I2400M_TLV_RF_STATUS = 163,
        I2400M_TLV_DEVICE_RESET_TYPE = 132,
        I2400M_TLV_CONFIG_IDLE_PARAMETERS = 601,
+       I2400M_TLV_CONFIG_IDLE_TIMEOUT = 611,
 };
 
 
@@ -509,4 +510,13 @@ struct i2400m_tlv_media_status {
        __le32 media_status;
 } __attribute__((packed));
 
+
+/* New in v1.4 */
+struct i2400m_tlv_config_idle_timeout {
+       struct i2400m_tlv_hdr hdr;
+       __le32 timeout; /* 100 to 300000 ms [5min], 100 increments
+                        * 0 disabled */
+} __attribute__((packed));
+
+
 #endif /* #ifndef __LINUX__WIMAX__I2400M_H__ */
This page took 0.02902 seconds and 5 git commands to generate.