X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=net80211%2F_ieee80211.h;h=e5ec72d0f8b9f31921cd4a82feaccb5773d79857;hb=4e9cfeafe31cc6a15f16b5b970571b98cd6bb241;hp=dfa5fc210222250c65e5bd2428fc1cd1572e8643;hpb=83a58db918eba7a0384292e4cebecb8bdef182cb;p=madwifi%2F.git diff --git a/net80211/_ieee80211.h b/net80211/_ieee80211.h index dfa5fc2..e5ec72d 100644 --- a/net80211/_ieee80211.h +++ b/net80211/_ieee80211.h @@ -115,7 +115,7 @@ enum ieee80211_scanmode { * Channels are specified by frequency and attributes. */ struct ieee80211_channel { - u_int16_t ic_freq; /* setting in Mhz */ + u_int16_t ic_freq; /* setting in MHz */ u_int16_t ic_flags; /* see below */ u_int8_t ic_ieee; /* IEEE channel number */ int8_t ic_maxregpower; /* maximum regulatory tx power in dBm */