iwlwifi: don't disable SCD chain extension on newer devices
[firefly-linux-kernel-4.4.55.git] / drivers / net / wireless / iwlwifi / iwl-config.h
index 8c167302a4cfb7760d3eddbc3637fb7c19aa5f4d..7ce82d9c72226d7ee2e76a3d9a3f0426df1cbf25 100644 (file)
@@ -148,6 +148,7 @@ static inline u8 num_of_ant(u8 mask)
  * @shadow_reg_enable: HW shadow register support
  * @apmg_wake_up_wa: should the MAC access REQ be asserted when a command
  *     is in flight. This is due to a HW bug in 7260, 3160 and 7265.
+ * @scd_chain_ext_wa: should the chain extension feature in SCD be disabled.
  */
 struct iwl_base_params {
        int eeprom_size;
@@ -163,6 +164,7 @@ struct iwl_base_params {
        const bool shadow_reg_enable;
        const bool pcie_l1_allowed;
        const bool apmg_wake_up_wa;
+       const bool scd_chain_ext_wa;
 };
 
 /*