From: Johannes Berg Date: Tue, 10 Feb 2009 20:25:56 +0000 (+0100) Subject: mac80211: dont add BSS when creating IBSS X-Git-Tag: v2.6.30-rc1~662^2~738^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99cf5f5f3571ce3a837e379d3b87bf5ddf54f17d;p=pandora-kernel.git mac80211: dont add BSS when creating IBSS There's no need to create a BSS struct only to pass it to ieee80211_sta_join_ibss, so refactor this function into __ieee80211_sta_join_ibss which takes all the relevant paramters, and ieee80211_sta_join_ibss which takes a BSS struct (used when joining an IBSS that already has other members). Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed