diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 2003-12-23 18:31:04 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 2003-12-23 18:31:04 +0000 |
| commit | ffc0badf60c9dacc7f788a2168a50bab4e666653 (patch) | |
| tree | 3a2bb19f72f4bde296e5a74199cc582a7fe02457 | |
| parent | 8d181eb589fe9795f3df2ff8e2f45b6ef085a7f7 (diff) | |
Notes
| -rw-r--r-- | sys/compat/ndis/ndis_var.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/ndis/ndis_var.h b/sys/compat/ndis/ndis_var.h index c52ef462d0bb..0851a9dd0c33 100644 --- a/sys/compat/ndis/ndis_var.h +++ b/sys/compat/ndis/ndis_var.h @@ -381,8 +381,8 @@ struct ndis_80211_wep { typedef struct ndis_80211_wep ndis_80211_wep; -#define NDIS_80211_NET_INFRA_BSS 0x00000000 -#define NDIS_80211_NET_INFRA_IBSS 0x00000001 +#define NDIS_80211_NET_INFRA_IBSS 0x00000000 +#define NDIS_80211_NET_INFRA_BSS 0x00000001 #define NDIS_80211_NET_INFRA_AUTO 0x00000002 #define NDIS_80211_AUTHMODE_OPEN 0x00000000 |
