|
|
@@ -1563,14 +1563,14 @@ enum iwl_sf_scenario {
|
|
|
|
|
|
/**
|
|
|
* Smart Fifo configuration command.
|
|
|
- * @state: smart fifo state, types listed in iwl_sf_sate.
|
|
|
+ * @state: smart fifo state, types listed in enum %iwl_sf_sate.
|
|
|
* @watermark: Minimum allowed availabe free space in RXF for transient state.
|
|
|
* @long_delay_timeouts: aging and idle timer values for each scenario
|
|
|
* in long delay state.
|
|
|
* @full_on_timeouts: timer values for each scenario in full on state.
|
|
|
*/
|
|
|
struct iwl_sf_cfg_cmd {
|
|
|
- enum iwl_sf_state state;
|
|
|
+ __le32 state;
|
|
|
__le32 watermark[SF_TRANSIENT_STATES_NUMBER];
|
|
|
__le32 long_delay_timeouts[SF_NUM_SCENARIO][SF_NUM_TIMEOUT_TYPES];
|
|
|
__le32 full_on_timeouts[SF_NUM_SCENARIO][SF_NUM_TIMEOUT_TYPES];
|