summaryrefslogtreecommitdiffstats
path: root/sys/dev/an/if_aironet_ieee.h
diff options
context:
space:
mode:
authorambrisko <ambrisko@FreeBSD.org>2003-12-30 01:07:12 +0000
committerambrisko <ambrisko@FreeBSD.org>2003-12-30 01:07:12 +0000
commitdd8da6f3b336de5809dcbca650a6d79234d3a829 (patch)
tree8b9f3caeb5795ef2d529f037fe33777349ca3612 /sys/dev/an/if_aironet_ieee.h
parent0349754c19e68a2772d230b459d076d752d26b19 (diff)
downloadFreeBSD-src-dd8da6f3b336de5809dcbca650a6d79234d3a829.zip
FreeBSD-src-dd8da6f3b336de5809dcbca650a6d79234d3a829.tar.gz
- Bump up the general and status RID sizes
- Clear out an_dma_vaddr on free so we can test to see if dma is setup when the card is kldunloaded/kldloaded etc. only for MPI350 - Use a common detach like wi(4) - Notify on RID read overflow and truncate this currently causes a panic in -stable when the stack during an ifconfig an0 is done with newer firmware - Convert from UNLOCK/tsleep/LOCK to msleep. I thought I did that a while ago.
Diffstat (limited to 'sys/dev/an/if_aironet_ieee.h')
-rw-r--r--sys/dev/an/if_aironet_ieee.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/an/if_aironet_ieee.h b/sys/dev/an/if_aironet_ieee.h
index c894593..a838424 100644
--- a/sys/dev/an/if_aironet_ieee.h
+++ b/sys/dev/an/if_aironet_ieee.h
@@ -337,7 +337,7 @@ struct an_ltv_genconfig {
u_int8_t an_magic_packet_action; /* 0x98 */
u_int8_t an_magic_packet_ctl; /* 0x99 */
u_int16_t an_rsvd9;
- u_int16_t an_spare[13];
+ u_int16_t an_spare[19];
};
#define AN_OPMODE_IBSS_ADHOC 0x0000
@@ -593,7 +593,7 @@ struct an_ltv_status {
u_int8_t an_avg_noise_prev_min_db; /* 0x7D */
u_int8_t an_max_noise_prev_min_pc; /* 0x7E */
u_int8_t an_max_noise_prev_min_db; /* 0x7F */
- u_int16_t an_spare[8];
+ u_int16_t an_spare[18];
};
#define AN_STATUS_OPMODE_CONFIGURED 0x0001
OpenPOWER on IntegriCloud