From: Johannes Berg Date: Fri, 10 Oct 2008 15:52:49 +0000 (+0200) Subject: mac80211: fix two issues in debugfs X-Git-Tag: v2.6.27.2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60b216fffd66fc2ad2824a05d6838aff6b59d827;p=pandora-kernel.git mac80211: fix two issues in debugfs Not in trees above 2.6.27 as it is fixed differently in .28. This fixes RHBZ 466264, whenever the master interface is renamed this code would BUG_ON. Also fixes a separately reported bug with the debugfs dir being NULL. This patch is not applicable to the next kernel version because both these issues have been fixed, the first one by not having the master interface have a ieee80211_ptr at all, and the second one by also leaving the function early. Signed-off-by: Johannes Berg Cc: John Linville Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed