kernel_optimize_test/net/wireless
Denis ChengRq 638af07386 wireless: a global static to local static improvement
There are two improvements in this simple patch:
1. wiphy_counter is a static var only used in one function, so
   can use local static instead of global static;
2. wiphy_counter wrap handling killed one comparision;

Signed-off-by: Denis ChengRq <crquan@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2008-09-24 16:18:04 -04:00
..
core.c wireless: a global static to local static improvement 2008-09-24 16:18:04 -04:00
core.h
Kconfig
Makefile
nl80211.c
nl80211.h
radiotap.c
reg.c
reg.h
sysfs.c
sysfs.h
util.c
wext.c