On Mon, 2011-08-29 at 16:30 +0200, Alexander Simon wrote: > +/** > + * cfg80211_get_bss_ht - search for an BSS in scan results > + * @wiphy: the wiphy > + * @bssid: BSSID to match, if set > + * @ssid: SSID to match > + * @ssid_len: length of the SSID > + * @capa_mask: AND mask for capabilities comparison > + * @capa_val: SSID capabilities to match > + * @check_ht: if to match for an HT mode > + * @ht_mode: HT mode to match > + * > + * Return the first BSS found in the last scan. > + * No match return NULL. > + */ > +struct cfg80211_bss * > +cfg80211_get_bss_ht(struct wiphy *wiphy, struct ieee80211_channel *channel, > + const u8 *bssid, const u8 *ssid, size_t ssid_len, > + u16 capa_mask, u16 capa_val, bool check_ht, > + enum nl80211_channel_type ht_mode); > + > +struct cfg80211_bss * > +cfg80211_get_bss(struct wiphy *wiphy, struct ieee80211_channel *channel, > + const u8 *bssid, const u8 *ssid, size_t ssid_len, > + u16 capa_mask, u16 capa_val); Make this an inline now. I'm not happy. I told you this before. Next time I'm just going to say "read my previous comments". johannes -- 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