OSDN Git Service

mac80211: fix netdev rename
authorJohannes Berg <johannes@sipsolutions.net>
Fri, 12 Feb 2010 09:45:05 +0000 (10:45 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 15 Feb 2010 21:12:52 +0000 (16:12 -0500)
commit2f5265e6e785b2a666dd985ea157bc8c260be8fa
treece12947c600cc0e6de2cf0cab57cb518b09b907c
parentf318d658decb5789cfbb43041daf3dc3aade1df0
mac80211: fix netdev rename

Fix a copy bug introduced by

    commit 47846c9b0c10808d9337d2e7d09361f3e0a0a71a
    Author: Johannes Berg <johannes@sipsolutions.net>
    Date:   Wed Nov 25 17:46:19 2009 +0100

        mac80211: reduce reliance on netdev

This manifested itself only in debug messages
and in the debugfs rename failure that would
always happen due to trying to rename the dir
over itself.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Tested-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/iface.c