iwlwifi: separate nic_config for different NIC
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / iwl-1000.c
index 2716b91ba9fa753b879c80e0de57ae430356a575..89f360befc30f0105a9da2bf65659263b3722d60 100644 (file)
@@ -76,7 +76,10 @@ static void iwl1000_set_ct_threshold(struct iwl_priv *priv)
 /* NIC configuration for 1000 series */
 static void iwl1000_nic_config(struct iwl_priv *priv)
 {
-       iwl5000_nic_config(priv);
+       /* set CSR_HW_CONFIG_REG for uCode use */
+       iwl_set_bit(priv, CSR_HW_IF_CONFIG_REG,
+                   CSR_HW_IF_CONFIG_REG_BIT_RADIO_SI |
+                   CSR_HW_IF_CONFIG_REG_BIT_MAC_SI);
 
        /* Setting digital SVR for 1000 card to 1.32V */
        /* locking is acquired in iwl_set_bits_mask_prph() function */
This page took 0.041217 seconds and 5 git commands to generate.