Stephen Hemminger wrote:
On Wed, 01 Jun 2005 22:50:51 +0200
Gertjan van Wingerde <gwingerde@xxxxxxx> wrote:
Hi,
Attached patch updates the definitions of the generic ieee80211 stack to
the latest versions of the published 802.11x specification suite.
Please review and apply.
Signed-off-by: Gertjan van Wingerde <gwingerde@xxxxxxx>
Could you change the elements that fix to be enum's instead of define's
example:
/* Management Frame Information Element Types */
enum ieee80211_mfie {
MFIE_TYPE_SSID = 0,
MFIE_TYPE_RATES = 1,
MFIE_TYPE_FH_SET= 2,
...
Hi Stephen,
Well, my patch is really just an add-on to the existing code. Converting
to enums is really a follow-up patch that can be applied on top of this one.
I'm happy to produce a patch if everybody agrees.
Jeff, any opinions on this?
Best regards,
Gertjan.
|