Hi all, Today's linux-next merge of the net tree got a conflict in drivers/net/wireless/iwlwifi/iwl-dev.h between commit 562db532760827f6ce30801a08e6b568848bc9f2 ("iwlagn: wait for asynchronous firmware loading") from the wireless-current tree and commit ee525d13f501baeaa33209620398adaf0a820629 ("iwlwifi: move 3945 specific data into union") from the net tree. Just context changes. I fixed it up (see below) and can carry the fix for a while. -- Cheers, Stephen Rothwell sfr@xxxxxxxxxxxxxxxx diff --cc drivers/net/wireless/iwlwifi/iwl-dev.h index 4d4c651,58c69a5..0000000 --- a/drivers/net/wireless/iwlwifi/iwl-dev.h +++ b/drivers/net/wireless/iwlwifi/iwl-dev.h @@@ -1304,12 -1274,6 +1274,8 @@@ struct iwl_priv struct delayed_work alive_start; struct delayed_work scan_check; + struct completion firmware_loading_complete; + - /*For 3945 only*/ - struct delayed_work thermal_periodic; - struct delayed_work rfkill_poll; - /* TX Power */ s8 tx_power_user_lmt; s8 tx_power_device_lmt; -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html