|
@@ -2140,7 +2140,12 @@ static int iwl_mac_setup_register(struct iwl_priv *priv,
|
|
|
IEEE80211_HW_SPECTRUM_MGMT |
|
|
|
IEEE80211_HW_REPORTS_TX_ACK_STATUS;
|
|
|
|
|
|
+ /*
|
|
|
+ * Including the following line will crash some AP's. This
|
|
|
+ * workaround removes the stimulus which causes the crash until
|
|
|
+ * the AP software can be fixed.
|
|
|
hw->max_tx_aggregation_subframes = LINK_QUAL_AGG_FRAME_LIMIT_DEF;
|
|
|
+ */
|
|
|
|
|
|
hw->flags |= IEEE80211_HW_SUPPORTS_PS |
|
|
|
IEEE80211_HW_SUPPORTS_DYNAMIC_PS;
|