linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jose Alonso <joalonsof@gmail.com>
To: "John W. Linville" <linville@tuxdriver.com>
Cc: matthieu castet <castet.matthieu@free.fr>,
	linux-wireless@vger.kernel.org, Dan Williams <dcbw@redhat.com>
Subject: Re: [PATCH] airo : Print of firmware version
Date: Wed, 03 Mar 2010 20:12:53 -0300	[thread overview]
Message-ID: <1267657973.6254.11.camel@laptop> (raw)
In-Reply-To: <20100303201411.GF23920@tuxdriver.com>

On Wed, 2010-03-03 at 15:14 -0500, John W. Linville wrote:
> On Sun, Feb 28, 2010 at 03:42:54PM +0100, matthieu castet wrote:
> > For the firmware version 5.30.17 the log file shows:
> > Firmware version 5.30.11
> >
> > The variable softSubVer is binary.
> >
> >
> > Signed-off-by: Matthieu CASTET <castet.matthieu@free.fr>
> > Signed-off-by: Jose Alonso <joalonsof@gmail.com>
> 
> > Index: airo.c
> > ===================================================================
> > --- 1/drivers/net/wireless/airo.c	(r?vision 47)
> > +++ 2/drivers/net/wireless/airo.c	(r?vision 48)
> > @@ -2993,7 +2993,7 @@
> >  	ai->wep_capable = (cap_rid.softCap & cpu_to_le16(0x02)) ? 1 : 0;
> >  	ai->max_wep_idx = (cap_rid.softCap & cpu_to_le16(0x80)) ? 3 : 0;
> >  
> > -	airo_print_info(dev->name, "Firmware version %x.%x.%02x",
> > +	airo_print_info(dev->name, "Firmware version %x.%x.%02d",
> >  	                ((le16_to_cpu(cap_rid.softVer) >> 8) & 0xF),
> >  	                (le16_to_cpu(cap_rid.softVer) & 0xFF),
> >  	                le16_to_cpu(cap_rid.softSubVer));
> 
> Why should the last segment be in decimal form if the other two
> segments of the version number are in hexadecimal form?

The airo.c shows the usage of hexadecimal and binary form:

        /* Test for WPA support */
        /* Only firmware versions 5.30.17 or better can do WPA */
        if (le16_to_cpu(cap_rid.softVer) > 0x530
         || (le16_to_cpu(cap_rid.softVer) == 0x530
              && le16_to_cpu(cap_rid.softSubVer) >= 17)) {
                airo_print_info(ai->dev->name, "WPA supported.");



  reply	other threads:[~2010-03-03 23:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-28 14:42 [PATCH] airo : Print of firmware version matthieu castet
2010-03-03 20:14 ` John W. Linville
2010-03-03 23:12   ` Jose Alonso [this message]
2010-03-04  2:20     ` John W. Linville
2010-03-04 16:06       ` Dan Williams
2010-03-04 16:10         ` Dan Williams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1267657973.6254.11.camel@laptop \
    --to=joalonsof@gmail.com \
    --cc=castet.matthieu@free.fr \
    --cc=dcbw@redhat.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).