Quick question: > enum ieee80211_conf_flags { > IEEE80211_CONF_SHORT_SLOT_TIME = 1<<0, > IEEE80211_CONF_RADIOTAP = 1<<1, > +#ifdef CONFIG_MAC80211_HT > + IEEE80211_CONF_SUPPORT_HT_MODE = 1<<2, > +#endif /* CONFIG_MAC80211_HT */ Why is this a configuration item? Does the PHY save power if you run it only in 802.11a/b/g modes rather than N? Also, I don't think we should have the ifdef there. johannes
Attachment:
signature.asc
Description: This is a digitally signed message part