From: Johannes Berg Date: Wed, 23 Dec 2009 12:15:39 +0000 (+0100) Subject: mac80211: proper bss private data handling X-Git-Tag: v2.6.34-rc1~233^2~682^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c1ad2cac1cb54db38fd4cc1822965071ee83f6e;p=pandora-kernel.git mac80211: proper bss private data handling cfg80211 offers private data for each BSS struct, which mac80211 uses. However, mac80211 uses internal and external (cfg80211) BSS pointers interchangeably and has a hack to put the cfg80211 bss struct into the private struct. Remove this hack, properly converting between the pointers wherever necessary. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed