[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [RFC v5] [PATCH 3/3] Add WPA support to netcfg



On Sun, May 11, 2008 at 07:14:26PM +0800, Glenn Saberton wrote:
> OK, maybe I get it right this time. So sorry for the noise I am
> generating on the list, seems I am a slow learner.

Your patches finally have the proper look! :)  Thanks!

One thing I am still unsure about:

> +    if (requested_wpa_supplicant != 2)
> […]
> +            if (requested_wpa_supplicant == 2)
> […]
> +            if (requested_wpa_supplicant == 2)
> […]
> +                if (requested_wpa_supplicant == 2)
> […]
> +                if (requested_wpa_supplicant == 2)
> […]
> +            if (requested_wpa_supplicant == 0) {
> […]
> +                if (requested_wpa_supplicant == 2)
> […]
> +                if (requested_wpa_supplicant == 2)
> […]
> +                requested_wpa_supplicant = 1;
> […]
> +            if (requested_wpa_supplicant == 1)
> […]
> +int requested_wpa_supplicant = 0;
> […]
> +        requested_wpa_supplicant = 0;
> […]
> +        requested_wpa_supplicant = 2;

What means the different values for requested_wpa_supplicant?  Wouldn't
be better to use meaningful constants if you need something more than a
boolean?  In that case, wouldn't be better to change the variable name?

Cheers,
-- 
Jérémy Bobbio                        .''`. 
lunar@debian.org                    : :Ⓐ  :  # apt-get install anarchism
                                    `. `'` 
                                      `-   

Attachment: signature.asc
Description: Digital signature


Reply to: