From: Luciano Coelho Date: Thu, 27 Feb 2014 09:07:21 +0000 (+0200) Subject: cfg80211/mac80211: move more combination checks to mac80211 X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~279^2^2~12^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6a550156bc08a472c9d2515631649e229fcfcef;p=pandora-kernel.git cfg80211/mac80211: move more combination checks to mac80211 Get rid of the cfg80211_can_add_interface() and cfg80211_can_change_interface() functions by moving that functionality to mac80211. With this patch all interface combination checks are now out of cfg80211 (except for the channel switch case which will be addressed in a future commit). Additionally, modify the ieee80211_check_combinations() function so that an undefined chandef can be passed, in order to use it before a channel is defined. Signed-off-by: Luciano Coelho Signed-off-by: Johannes Berg --- Reading git-diff-tree failed