[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1392050359.2507.10.camel@joe-AO722>
Date: Mon, 10 Feb 2014 08:39:19 -0800
From: Joe Perches <joe@...ches.com>
To: Johannes Berg <johannes@...solutions.net>
Cc: Calvin Owens <jcalvinowens@...il.com>,
"David S. Miller" <davem@...emloft.net>,
"John W. Linville" <linville@...driver.com>,
linux-wireless@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] ieee80211: Print human-readable disassoc/deauth reason
codes
On Mon, 2014-02-10 at 12:09 +0100, Johannes Berg wrote:
> On Wed, 2014-02-05 at 20:44 -0800, Joe Perches wrote:
>
> > Perhaps use a more common kernel style
> >
> > struct ieee80211_reason_descriptions {
> > u16 code;
> > const char * desc;
> > }
> >
> > and enumerate the reason codes with #defines and use a
> > macro to populate the descriptions
> >
> > #define IEEE80211_REASON_RESERVED 0
> > #define IEEE80211_REASON_UNSPECIFIED 1
[]
> Isn't it more efficient to just let the compiler generate it with a big
> switch() statement?
That'd be fine too.
The benefit of the #defines is that you typically
get an external .h file for the entries.
Calvin's suggested code looked pretty fragile.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists