commit | f850e00fcd7767d01101e2f0a6d464bee8e48b47 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Jul 13 19:50:53 2011 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Jul 15 13:38:33 2011 -0400 |
tree | c90d77261e09a6304e1b507c363e4ff66bc61b8d | |
parent | 8bca5d815311f53ada13b62f5e590df40fef317e [diff] |
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 <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>