alistair23-linux/drivers/net/wireless/hostap
David S. Miller 21f644f3ea [NET]: Undo code bloat in hot paths due to print_mac().
If print_mac() is used inside of a pr_debug() the compiler
can't see that the call is redundant so still performs it
even of pr_debug() ends up being a nop.

So don't use print_mac() in such cases in hot code paths,
use MAC_FMT et al. instead.

As noted by Joe Perches, pr_debug() could be modified to
handle this better, but that is a change to an interface
used by the entire kernel and thus needs to be validated
carefully.  This here is thus the less risky fix for
2.6.25

Signed-off-by: David S. Miller <davem@davemloft.net>
2008-04-08 16:50:44 -07:00
..
hostap.h [HOSTAP]: set netdev type before registering AP interface 2007-10-10 16:54:09 -07:00
hostap_80211.h hostap_80211.h: remove duplicate prototype 2008-01-31 19:26:50 -08:00
hostap_80211_rx.c [NET]: Undo code bloat in hot paths due to print_mac(). 2008-04-08 16:50:44 -07:00
hostap_80211_tx.c [NET]: Undo code bloat in hot paths due to print_mac(). 2008-04-08 16:50:44 -07:00
hostap_ap.c [NET]: Undo code bloat in hot paths due to print_mac(). 2008-04-08 16:50:44 -07:00
hostap_ap.h [PATCH] hostap: don't #include C files in hostap_main.c 2006-01-16 16:51:54 -05:00
hostap_common.h hostap annotations 2008-01-28 15:09:05 -08:00
hostap_config.h [PATCH] hostap: Remove driver version number 2007-07-08 22:16:38 -04:00
hostap_cs.c Add another Prism2 card to hostap 2008-01-31 19:26:51 -08:00
hostap_download.c hostap annotations 2008-01-28 15:09:05 -08:00
hostap_hw.c hostap: don't mess with mixed-endian even for internal skb queues 2008-01-28 15:09:06 -08:00
hostap_info.c hostap: don't mess with mixed-endian even for internal skb queues 2008-01-28 15:09:06 -08:00
hostap_ioctl.c hostap annotations 2008-01-28 15:09:05 -08:00
hostap_main.c hostap annotations 2008-01-28 15:09:05 -08:00
hostap_pci.c hostap annotations 2008-01-28 15:09:05 -08:00
hostap_plx.c hostap: section mismatch warning 2008-01-16 12:53:32 -05:00
hostap_proc.c [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() 2007-10-10 16:51:42 -07:00
hostap_wlan.h hostap annotations 2008-01-28 15:09:05 -08:00
Kconfig [WIRELESS]: Refactor wireless Kconfig. 2007-04-25 22:29:40 -07:00
Makefile [PATCH] hostap: don't #include C files in hostap_main.c 2006-01-16 16:51:54 -05:00