On Wed, 2010-03-24 at 17:23 -0400, John W. Linville wrote: > drivers/net/wireless/iwlwifi/iwl-rx.c: In function 'iwl_good_ack_health': > drivers/net/wireless/iwlwifi/iwl-rx.c:647: error: 'struct iwl_priv' has no member named '_agn' > > Reported-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> > Signed-off-by: John W. Linville <linville@xxxxxxxxxxxxx> > --- > drivers/net/wireless/iwlwifi/iwl-rx.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/drivers/net/wireless/iwlwifi/iwl-rx.c b/drivers/net/wireless/iwlwifi/iwl-rx.c > index b6a64d8..2fa30df 100644 > --- a/drivers/net/wireless/iwlwifi/iwl-rx.c > +++ b/drivers/net/wireless/iwlwifi/iwl-rx.c > @@ -621,6 +621,7 @@ static void iwl_accumulative_statistics(struct iwl_priv *priv, > #define BA_TIMEOUT_CNT (5) > #define BA_TIMEOUT_MAX (16) > > +#if defined(CONFIG_IWLAGN) || defined(CONFIG_IWLAGN_MODULE) > /** > * iwl_good_ack_health - checks for ACK count ratios, BA timeout > retries. I thought we had a patch moving it? johannes -- 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