cfg80211: use list_move_tail instead of list_del/list_add_tail
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Wed, 5 Sep 2012 06:34:12 +0000 (14:34 +0800)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 5 Sep 2012 13:39:37 +0000 (15:39 +0200)
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>

No differences found