From: Johannes Berg Date: Wed, 13 Jul 2011 17:50:53 +0000 (+0200) Subject: mac80211: let key iteration get keys in install order X-Git-Tag: v3.1-rc1~255^2~14^2^2~105 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f850e00fcd7767d01101e2f0a6d464bee8e48b47;p=pandora-kernel.git mac80211: let key iteration get keys in install order ieee80211_iter_keys() currently returns keys in the backward order they were installed in, which is a bit confusing. Add them to the tail of the key list to make sure iterations go in the same order that keys were originally installed in. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed