From: Johannes Berg Date: Mon, 11 Jun 2012 15:09:41 +0000 (+0200) Subject: mac80211: allow cancelling dependent ROCs X-Git-Tag: v3.6-rc1~125^2~57^2~248^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e979e33c3972044e1be5e46552a02c3b9c0bc7a7;p=pandora-kernel.git mac80211: allow cancelling dependent ROCs In my redesign of remain-on-channel I forgot that an item could be cancelled when it's a dependent item that is part of another item. Allow cancelling such items by removing them from the dependents list. Note that when we cancel the main item, all its dependents are also cancelled. It would be possible to not do that, but would need tricks to promote an item from dependent to top-level and is tricky in the HW ROC case. Reported-by: Ilan Peer Signed-off-by: Johannes Berg --- Reading git-diff-tree failed