On Monday, January 14, 2008 1:43 AM, Joonwoo Park wrote: > -static inline void iwl_disable_interrupts(struct iwl_priv *priv) > +static inline void __iwl_disable_interrupts(struct iwl_priv *priv) { > clear_bit(STATUS_INT_ENABLED, &priv->status); Could the call to iwl_disable_interrupts in iwl_pci_probe be changed to __iwl_disable_interrupts? The isr is only activated when the interface is brought up so we do not need to do the extra steps (eg. synchronize_irq()) during device probe. Reinette - 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