[PATCH v2 2/4] ath5k: allocate ath5k_hw prior to initializing hw

Jiri Slaby jirislaby at gmail.com
Mon Sep 14 01:45:11 PDT 2009


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.


More information about the devel mailing list