On 3/28/07, Johannes Berg <johannes@xxxxxxxxxxxxxxxx> wrote:
> + /* if low level driver support 11n fill in 11n IE */ > + if (ht_enabled && ifsta->ht_enabled && local->ops->get_ht_capab) { > + pos = skb_put(skb, sizeof(struct ieee80211_ht_capability)+2); > + *pos++ = WLAN_EID_HT_CAPABILITY; > + *pos++ = sizeof(struct ieee80211_ht_capability); > + ieee80211_fill_ht_ie(dev, > + (struct ieee80211_ht_capability *)pos); Now that fill_ht_ie is so short maybe it should just be rolled into this code.
True, might as well. Luis - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html