Cahged radio_info defs.
FossilOrigin-Name: 9dc6912c5efad605952930e4a3dc9e60f1bc0989fce66bcff11ac8b32546f074
This commit is contained in:
parent
71920b8711
commit
2d34e508d9
@ -29,10 +29,17 @@
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
#define CW_IEEE80211_RADIO_TYPE_B (1<<24)
|
||||
#define CW_IEEE80211_RADIO_TYPE_A (2<<24)
|
||||
#define CW_IEEE80211_RADIO_TYPE_G (4<<24)
|
||||
#define CW_IEEE80211_RADIO_TYPE_N (8<<24)
|
||||
*/
|
||||
|
||||
#define CW_IEEE80211_RADIO_TYPE_B (1)
|
||||
#define CW_IEEE80211_RADIO_TYPE_A (2)
|
||||
#define CW_IEEE80211_RADIO_TYPE_G (4)
|
||||
#define CW_IEEE80211_RADIO_TYPE_N (8)
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user