ieee80211_ath_ie
const struct ieee80211_ath_ie *ath =
(const struct ieee80211_ath_ie *)ie;
+ sizeof(struct ieee80211_ath_ie)
+ sizeof(struct ieee80211_ath_ie)
+ sizeof(struct ieee80211_ath_ie)
+ sizeof(struct ieee80211_ath_ie) /* ATH */
static const struct ieee80211_ath_ie info = {
.ath_len = sizeof(struct ieee80211_ath_ie) - 2,
struct ieee80211_ath_ie *ath = (struct ieee80211_ath_ie *) frm;
const struct ieee80211_ath_ie *ath =
(const struct ieee80211_ath_ie *) ie;
const struct ieee80211_ath_ie *ath;
if (len < sizeof(struct ieee80211_ath_ie)-2) {
ath = (const struct ieee80211_ath_ie *)frm;