On Thu, Aug 28, 2008 at 3:41 PM, Marcel Holtmann <holtmann@xxxxxxxxxxxxxxx> wrote: > Hi Yi, > >> This patch fixes and simplifies rx_chain computation. > > come on, what does it fix? You are submitting patches for -rc4 kernels. The fix is here + /* correct rx chain count accoridng hw settings */ + if (priv->hw_params.rx_chains_num < active_rx_cnt) + active_rx_cnt = priv->hw_params.rx_chains_num; + + if (priv->hw_params.rx_chains_num < idle_rx_cnt) + idle_rx_cnt = priv->hw_params.rx_chains_num; + We would configure 1x2 MIMO like 3x3 -- big trouble Tomas > -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html