On 9/24/07, Jiri Slaby <jirislaby@xxxxxxxxx> wrote: > ath5k, use int as retval > > Changes-licensed-under: ISC > Signed-off-by: Jiri Slaby <jirislaby@xxxxxxxxx> > Cc: Luis R. Rodriguez <mcgrof@xxxxxxxxx> Same comment applies here for the #if 0. Specifically here: @@ -4360,38 +4344,41 @@ yes: return 0; } -bool -ath5k_hw_query_pspoll_support(struct ath_hw *hal) +#if 0 +static bool ath5k_hw_query_pspoll_support(struct ath_hw *hal) { AR5K_TRACE; + if (hal->ah_version == AR5K_AR5210) - return(true); + return true; return false; } +#endif Luis - 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