commit | 00a9ac4c014e19fb9ceb70a28406fd962df5b8a7 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Wed Sep 05 14:34:12 2012 +0800 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed Sep 05 15:39:37 2012 +0200 |
tree | 13af0a8c1b559df1a1b0b3d249d2d5e1b63bf982 | |
parent | 0ef24e528f27683620d78c3393b3df73d804828c [diff] |
cfg80211: use list_move_tail instead of list_del/list_add_tail Using list_move_tail() instead of list_del() + list_add_tail(). Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Johannes Berg <johannes.berg@intel.com>