On Mon, Sep 14, 2009 at 1:45 AM, Jiri Slaby <jirislaby@xxxxxxxxx> wrote: > On 09/14/2009 10:32 AM, Luis R. Rodriguez wrote: >> --- a/drivers/net/wireless/ath/ath.h >> +++ b/drivers/net/wireless/ath/ath.h >> @@ -51,7 +51,7 @@ struct ath_common { >> u8 curbssid[ETH_ALEN]; >> u8 bssidmask[ETH_ALEN]; >> struct ath_regulatory regulatory; >> - struct ath_ops *ops; >> + const struct ath_ops *ops; > > If I'm looking correctly, this will emit a warning for ath9k. Hm, I'm using C=1 when compiling and see no warnings even from sparse. 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