linux/net/wireless
Eric Dumazet a02cec2155 net: return operator cleanup
Change "return (EXPR);" to "return EXPR;"

return is not a function, parentheses are not required.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-09-23 14:33:39 -07:00
..
.gitignore
chan.c cfg80211: don't refuse HT20 channels on devices that don't support HT40 2010-06-02 16:13:17 -04:00
core.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem 2010-09-21 15:49:14 -04:00
core.h net: return operator cleanup 2010-09-23 14:33:39 -07:00
db.txt
debugfs.c
debugfs.h
ethtool.c
ethtool.h
genregdb.awk wireless: correct sparse warning in generated regdb.c 2010-07-20 16:49:37 -04:00
ibss.c cfg80211: fix IBSS default management key 2010-07-26 15:32:41 -04:00
Kconfig
lib80211.c
lib80211_crypt_ccmp.c lib80211: remove unused host_build_iv option 2010-07-26 15:09:04 -04:00
lib80211_crypt_tkip.c lib80211: remove unused host_build_iv option 2010-07-26 15:09:04 -04:00
lib80211_crypt_wep.c lib80211: remove unused host_build_iv option 2010-07-26 15:09:04 -04:00
Makefile
mlme.c cfg80211/nl80211: introduce p2p device types 2010-09-16 15:46:06 -04:00
nl80211.c cfg80211/nl80211: introduce p2p device types 2010-09-16 15:46:06 -04:00
nl80211.h cfg80211/mac80211: extensible frame processing 2010-08-24 16:27:56 -04:00
radiotap.c net/wireless: use ARRAY_SIZE macro in radiotap.c 2010-09-14 16:05:57 -04:00
reg.c cfg80211/mac80211: use lockdep_assert_held 2010-09-16 15:46:00 -04:00
reg.h wireless: move regulatory_init to .init.text 2010-06-18 15:11:13 -04:00
regdb.h
scan.c cfg80211: don't get expired BSSes 2010-07-14 13:52:45 -04:00
sme.c cfg80211/nl80211: introduce p2p device types 2010-09-16 15:46:06 -04:00
sysfs.c cfg80211: support sysfs namespaces 2010-08-16 15:26:40 -04:00
sysfs.h
util.c cfg80211/nl80211: introduce p2p device types 2010-09-16 15:46:06 -04:00
wext-compat.c wireless extensions: fix kernel heap content leak 2010-08-30 16:35:17 -04:00
wext-compat.h
wext-core.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2010-09-09 22:27:33 -07:00
wext-priv.c
wext-proc.c
wext-sme.c cfg80211: allow changing port control protocol 2010-08-27 13:27:07 -04:00
wext-spy.c