]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
staging: rtl8723au: use list_for_each_entry*()
authorGeliang Tang <geliangtang@163.com>
Thu, 18 Feb 2016 14:19:29 +0000 (22:19 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 Feb 2016 23:04:11 +0000 (15:04 -0800)
commite280d71bea181683153bed4dd48f27524a1ec34a
tree67e7e3dcd66d0b1e3f722b09f8fb6c471158bdc9
parent338e47161951351b78ea320e05c3c199578925da
staging: rtl8723au: use list_for_each_entry*()

Use list_for_each_entry*() instead of list_for_each*() to simplify
the code.

Signed-off-by: Geliang Tang <geliangtang@163.com>
Acked-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/core/rtw_ap.c
drivers/staging/rtl8723au/core/rtw_mlme.c
drivers/staging/rtl8723au/core/rtw_mlme_ext.c
drivers/staging/rtl8723au/core/rtw_recv.c
drivers/staging/rtl8723au/core/rtw_sta_mgt.c
drivers/staging/rtl8723au/core/rtw_xmit.c
drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c
drivers/staging/rtl8723au/os_dep/usb_ops_linux.c