correct channel flags returned by IEEE80211_IOC_STA_INFO; we need

to return all 32-bits to identify stations operating with HT

MFC after:	1 week
This commit is contained in:
Sam Leffler 2007-11-02 05:19:14 +00:00
parent 8279a8ebf2
commit cd9a2dab49
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=173272

View File

@ -321,7 +321,7 @@ struct ieee80211req_sta_info {
uint16_t isi_ie_off; /* offset to IE data */
uint16_t isi_ie_len; /* IE length */
uint16_t isi_freq; /* MHz */
uint16_t isi_flags; /* channel flags */
uint32_t isi_flags; /* channel flags */
uint16_t isi_state; /* state flags */
uint8_t isi_authmode; /* authentication algorithm */
int8_t isi_rssi; /* receive signal strength */