]> rtime.felk.cvut.cz Git - linux-imx.git/commit
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)
commit00a9ac4c014e19fb9ceb70a28406fd962df5b8a7
tree13af0a8c1b559df1a1b0b3d249d2d5e1b63bf982
parent0ef24e528f27683620d78c3393b3df73d804828c
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>
net/wireless/reg.c