From: Reinette Chatre Date: Thu, 12 Mar 2009 16:20:40 +0000 (-0700) Subject: cfg80211/nl80211: remove usage of CONFIG_NL80211 X-Git-Tag: v2.6.30-rc1~642^2^2~102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=633e24ed95b6c87b42f201ecb65c12a75a5a7eef;p=pandora-kernel.git cfg80211/nl80211: remove usage of CONFIG_NL80211 The scan capability added to cfg80211/nl80211 introduced a dependency on nl80211 by cfg80211. We can thus no longer have just cfg80211 without nl80211. Specifically, cfg80211_scan_done() calls nl80211_send_scan_aborted() or nl80211_send_scan_done(). Now we remove the option for user to select nl80211. It will always be compiled if user selects cfg80211. Signed-off-by: Reinette Chatre Signed-off-by: John W. Linville --- Reading git-diff-tree failed