Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 64fea6e4 authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman
Browse files

staging: vt6655: phy type same as bb type



To maintain functionality

typedef enum _CARD_PHY_TYPE should have the same values as
typedef enum _VIA_PKT_TYPE

TODO both these types need merging.

Signed-off-by: default avatarMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1f7a081a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -53,10 +53,10 @@
#define CB_MAX_CHANNEL          (CB_MAX_CHANNEL_24G+CB_MAX_CHANNEL_5G)

typedef enum _CARD_PHY_TYPE {
	PHY_TYPE_AUTO,
	PHY_TYPE_11A = 0,
	PHY_TYPE_11B,
	PHY_TYPE_11G,
	PHY_TYPE_11A
	PHY_TYPE_AUTO
} CARD_PHY_TYPE, *PCARD_PHY_TYPE;

typedef enum _CARD_PKT_TYPE {