diff options
| author | Bernhard Schmidt <bschmidt@FreeBSD.org> | 2010-11-21 10:58:18 +0000 |
|---|---|---|
| committer | Bernhard Schmidt <bschmidt@FreeBSD.org> | 2010-11-21 10:58:18 +0000 |
| commit | 4eb2ef109d38706227bd8a08ae564ff315801bee (patch) | |
| tree | df881707e6c57255ae87a798b803c6ce9eb80323 /sys/net80211 | |
| parent | 0cb353e2090bee835d60c6fb169f5a6341f6ca11 (diff) | |
Notes
Diffstat (limited to 'sys/net80211')
| -rw-r--r-- | sys/net80211/ieee80211_ioctl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_ioctl.h b/sys/net80211/ieee80211_ioctl.h index 89d8fe53fcf6..7215a5edd9f9 100644 --- a/sys/net80211/ieee80211_ioctl.h +++ b/sys/net80211/ieee80211_ioctl.h @@ -790,7 +790,7 @@ struct ieee80211req_scan_result { uint16_t isr_flags; /* channel flags */ int8_t isr_noise; int8_t isr_rssi; - uint8_t isr_intval; /* beacon interval */ + uint16_t isr_intval; /* beacon interval */ uint8_t isr_capinfo; /* capabilities */ uint8_t isr_erp; /* ERP element */ uint8_t isr_bssid[IEEE80211_ADDR_LEN]; |
