On 2011-06-21 5:45 PM, Alexander Simon wrote:
Add helper functions cfg80211_get_bss_ht, ieee80211_ie_build_ht_cap and ieee80211_ie_build_ht_info. These are needed for my IBSS HT patch but are also used to clean up some multiple code. Signed-off-by: Alexander Simon<alexander.simon@xxxxxxxxx> --- include/net/cfg80211.h | 6 ++ net/mac80211/ieee80211_i.h | 8 +++ net/mac80211/util.c | 116 ++++++++++++++++++++++++++++++++++++++------- net/mac80211/work.c | 29 ----------- net/wireless/scan.c | 36 +++++++++++++ 5 files changed, 148 insertions(+), 47 deletions(-) diff -Nrup a/net/wireless/scan.c b/net/wireless/scan.c --- a/net/wireless/scan.c 2011-06-01 21:04:32.000000000 +0200 +++ b/net/wireless/scan.c 2011-06-21 13:21:38.000000000 +0200 @@ -370,7 +401,8 @@ struct cfg80211_bss *cfg80211_get_bss(st return NULL; return&res->pub; } EXPORT_SYMBOL(cfg80211_get_bss); +EXPORT_SYMBOL(cfg80211_get_bss_ht);
Duplicate export of cfg80211_get_bss - Felix -- 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