Hi Stephen, On Tue, 2010-05-11 at 19:15 -0700, Stephen Rothwell wrote: > 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; > + Please note that this member of iwl_priv is now located in two places ... here and also in the device specific union a few lines up inside the _agn struct. In the code it is indeed the one in the _agn struct that is being used (see usage in iwl-agn.c), so adding this line is not necessary. This should not cause any problems with driver operation and can probably remain as such if indeed it is cleaned up somewhere else before it hits you again or linux-2.6. > - /*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; > > Reinette -- 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