[PATCH v2 2/4] ath5k: allocate ath5k_hw prior to initializing hw
Luis R. Rodriguez
lrodriguez at atheros.com
Mon Sep 14 01:50:32 PDT 2009
On Mon, Sep 14, 2009 at 1:45 AM, Jiri Slaby <jirislaby at gmail.com> 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
More information about the devel
mailing list