summaryrefslogtreecommitdiffstats
path: root/sys/dev/an/if_aironet_ieee.h
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2001-09-10 02:36:18 +0000
committerbrooks <brooks@FreeBSD.org>2001-09-10 02:36:18 +0000
commit26bb68b7520f5ba7dbe7c8e5026dd578879d62af (patch)
tree27e1f2a0935825e72e96569ad8d05b461885400d /sys/dev/an/if_aironet_ieee.h
parent2b67e21a9ecd1d8e354c9eb6495d11f789cb2eb5 (diff)
downloadFreeBSD-src-26bb68b7520f5ba7dbe7c8e5026dd578879d62af.zip
FreeBSD-src-26bb68b7520f5ba7dbe7c8e5026dd578879d62af.tar.gz
Lots of style(9) related white space fixes. Mostly missing spaces
after if, for, while, switch, '{', and '}' plus a bunch of bogus whitespace at the end of lines.
Diffstat (limited to 'sys/dev/an/if_aironet_ieee.h')
-rw-r--r--sys/dev/an/if_aironet_ieee.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/an/if_aironet_ieee.h b/sys/dev/an/if_aironet_ieee.h
index 9d938ec..2534312 100644
--- a/sys/dev/an/if_aironet_ieee.h
+++ b/sys/dev/an/if_aironet_ieee.h
@@ -111,7 +111,7 @@ struct an_req {
#define AN_STYPE_MGMT_AUTH 0x00B0 /* authentication */
#define AN_STYPE_MGMT_DEAUTH 0x00C0 /* deauthentication */
-/*
+/*
* Aironet IEEE signal strength cache
*
* driver keeps cache of last
@@ -539,7 +539,7 @@ struct an_ltv_status {
u_int16_t an_cur_signal_quality; /* 0x6C */
u_int16_t an_current_tx_rate; /* 0x6E */
u_int16_t an_ap_device; /* 0x70 */
- u_int16_t an_normalized_rssi; /* 0x72 */
+ u_int16_t an_normalized_rssi; /* 0x72 */
u_int16_t an_short_pre_in_use; /* 0x74 */
u_int8_t an_ap_ip_addr[4]; /* 0x76 */
u_int16_t an_max_noise_prev_sec; /* 0x7A */
@@ -592,9 +592,9 @@ struct an_ltv_wepkey {
#define AN_RID_AP_INFO 0xFF01 /* Access point info */
#define AN_RID_RADIO_INFO 0xFF02 /* Radio info */
#define AN_RID_STATUS 0xFF50 /* Current status info */
-#define AN_RID_BEACONS_HST 0xFF51
-#define AN_RID_BUSY_HST 0xFF52
-#define AN_RID_RETRIES_HST 0xFF53
+#define AN_RID_BEACONS_HST 0xFF51
+#define AN_RID_BUSY_HST 0xFF52
+#define AN_RID_RETRIES_HST 0xFF53
/*
* Statistics
OpenPOWER on IntegriCloud