On Tue, 2010-11-30 at 15:33 +0100, Stanislaw Gruszka wrote: > Commit dbbf1755b09eef8ff6dd21c8dafe1606f051ce12 "iwlwifi: use > antenna information in EEPROM" caused 4965 device breakage with > "Microcode SW error detected. Restarting 0x82000000." message. > This patch reverts 4965 part of that commit. > > Signed-off-by: Stanislaw Gruszka <sgruszka@xxxxxxxxxx> Acked-by: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> Thanks! > --- > drivers/net/wireless/iwlwifi/iwl-4965.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/drivers/net/wireless/iwlwifi/iwl-4965.c b/drivers/net/wireless/iwlwifi/iwl-4965.c > index 9f1d8d8..6788ceb 100644 > --- a/drivers/net/wireless/iwlwifi/iwl-4965.c > +++ b/drivers/net/wireless/iwlwifi/iwl-4965.c > @@ -2624,6 +2624,8 @@ struct iwl_cfg iwl4965_agn_cfg = { > .fw_name_pre = IWL4965_FW_PRE, > .ucode_api_max = IWL4965_UCODE_API_MAX, > .ucode_api_min = IWL4965_UCODE_API_MIN, > + .valid_tx_ant = ANT_AB, > + .valid_rx_ant = ANT_ABC, > .eeprom_ver = EEPROM_4965_EEPROM_VERSION, > .eeprom_calib_ver = EEPROM_4965_TX_POWER_VERSION, > .ops = &iwl4965_ops, -- 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