From: Reinette Chatre Date: Mon, 20 Apr 2009 22:36:19 +0000 (-0700) Subject: mac80211: do not print WARN if config interface X-Git-Tag: v2.6.30-rc4~68^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d42081a271bd8a82f2100524085c4f029e47717;p=pandora-kernel.git mac80211: do not print WARN if config interface It is expected that config interface will always succeed as mac80211 will only request what driver supports. The exception here is when a device has rfkill enabled. At this time the rfkill state is unknown to mac80211 and config interface can fail. When this happens we deal with this error instead of printing a WARN. Signed-off-by: Reinette Chatre Signed-off-by: John W. Linville --- Reading git-diff-tree failed