Search Linux Wireless

Re: [patch 2/5] Add basic support for IEEE 802.11n discovery and association

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux