diff options
Diffstat (limited to 'sys/dev/pci/if_ipwreg.h')
-rw-r--r-- | sys/dev/pci/if_ipwreg.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/dev/pci/if_ipwreg.h b/sys/dev/pci/if_ipwreg.h index e1aff17964c..7d82b2c3926 100644 --- a/sys/dev/pci/if_ipwreg.h +++ b/sys/dev/pci/if_ipwreg.h @@ -1,4 +1,4 @@ -/* $Id: if_ipwreg.h,v 1.3 2004/10/27 21:16:45 damien Exp $ */ +/* $Id: if_ipwreg.h,v 1.4 2004/10/27 21:19:43 damien Exp $ */ /*- * Copyright (c) 2004 @@ -106,6 +106,12 @@ #define IPW_INFO_CURRENT_SSID 48 #define IPW_INFO_CURRENT_BSSID 112 +/* supported rates */ +#define IPW_RATE_DS1 1 +#define IPW_RATE_DS2 2 +#define IPW_RATE_DS5 4 +#define IPW_RATE_DS11 8 + /* firmware binary image header */ struct ipw_fw_hdr { u_int32_t version; |