mac80211: fix debugfs default key links
authorJohannes Berg <johannes.berg@intel.com>
Thu, 5 Jul 2012 19:37:05 +0000 (21:37 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 6 Jul 2012 06:33:04 +0000 (08:33 +0200)
commit135792ec246ddd0b2738dd95447297ea0b91943b
tree1fb1e5ac0b2e5f2cc5f39dd98a1695b68839e9ea
parent95ddc1fc4519ed48ddc7d622bd5c84dff3eebb0a
mac80211: fix debugfs default key links

Due to the way the default key links are created,
it happens that a link is left dangling:
 * both unicast/multicast links are created
 * unicast link is destroyed, and the links
   are updated
 * during this update, adding the multicast
   link again fails because it is present,
   destroying the debugfs pointer
 * removing the multicast link won't work as
   the pointer has been destroyed

Fix this by always removing the links and then
re-creating them if needed.

Reported-by: Marek Lindner <lindner_marek@yahoo.de>
Reported-by: Antonio Quartulli <ordex@autistici.org>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/debugfs_key.c