android_kernel_xiaomi_sm7250/drivers/net/wireless/hostap
Pavel Emelyanov ba25f9dcc4 Use helpers to obtain task pid in printks
The task_struct->pid member is going to be deprecated, so start
using the helpers (task_pid_nr/task_pid_vnr/task_pid_nr_ns) in
the kernel.

The first thing to start with is the pid, printed to dmesg - in
this case we may safely use task_pid_nr(). Besides, printks produce
more (much more) than a half of all the explicit pid usage.

[akpm@linux-foundation.org: git-drm went and changed lots of stuff]
Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Cc: Dave Airlie <airlied@linux.ie>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-10-19 11:53:43 -07:00
..
hostap_80211_rx.c [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() 2007-10-10 16:51:42 -07:00
hostap_80211_tx.c [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() 2007-10-10 16:51:42 -07:00
hostap_80211.h
hostap_ap.c [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() 2007-10-10 16:51:42 -07:00
hostap_ap.h
hostap_common.h define global BIT macro 2007-10-19 11:53:42 -07:00
hostap_config.h
hostap_cs.c [PATCH] Add Linksys card to HostAP driver 2007-10-10 16:55:05 -07:00
hostap_download.c
hostap_hw.c [HOSTAP]: set netdev type before registering AP interface 2007-10-10 16:54:09 -07:00
hostap_info.c [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() 2007-10-10 16:51:42 -07:00
hostap_ioctl.c Use helpers to obtain task pid in printks 2007-10-19 11:53:43 -07:00
hostap_main.c [HOSTAP]: set netdev type before registering AP interface 2007-10-10 16:54:09 -07:00
hostap_pci.c
hostap_plx.c
hostap_proc.c [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() 2007-10-10 16:51:42 -07:00
hostap_wlan.h long vs. unsigned long - low-hanging fruits in drivers 2007-10-14 12:41:51 -07:00
hostap.h [HOSTAP]: set netdev type before registering AP interface 2007-10-10 16:54:09 -07:00
Kconfig
Makefile