alistair23-linux/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 cfg80211: Add new wireless regulatory infrastructure 2008-09-15 16:48:19 -04:00
Kconfig cfg80211: Add new wireless regulatory infrastructure 2008-09-15 16:48:19 -04:00
Makefile
nl80211.c cfg80211: reject invalid configuration items 2008-09-24 16:18:00 -04:00
nl80211.h
radiotap.c wireless: use get/put_unaligned_* helpers 2008-05-14 16:29:32 -04:00
reg.c cfg80211: clean up static regdomain mess 2008-09-24 16:17:59 -04:00
reg.h cfg80211: fix regulatory code const 2008-09-24 16:17:59 -04:00
sysfs.c
sysfs.h
util.c cfg80211: don't export ieee80211_get_channel 2008-03-27 16:03:20 -04:00
wext.c wext: Send name on events 2008-08-13 02:39:56 -07:00