iwlwifi: fixes RTS / CTS support
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / iwl4965-base.c
index aca67d4a305b80cb913ad01125c0d2947d58bb56..516508f5fd49cdf161ee1a5891ac2911e7569433 100644 (file)
@@ -250,6 +250,9 @@ static int iwl4965_commit_rxon(struct iwl_priv *priv)
 
        /* always get timestamp with Rx frame */
        priv->staging_rxon.flags |= RXON_FLG_TSF2HOST_MSK;
+       /* allow CTS-to-self if possible. this is relevant only for
+        * 5000, but will not damage 4965 */
+       priv->staging_rxon.flags |= RXON_FLG_SELF_CTS_EN;
 
        ret = iwl4965_check_rxon_cmd(&priv->staging_rxon);
        if (ret) {
This page took 0.025695 seconds and 5 git commands to generate.