linux/net/mac80211
Joe Perches c1b1203d65 net: misc: Remove extern from function prototypes
There are a mix of function prototypes with and without extern
in the kernel sources.  Standardize on not using extern for
function prototypes.

Function prototypes don't need to be written with extern.
extern is assumed by the compiler.  Its use is as unnecessary as
using auto to declare automatic/local variables in a block.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-10-19 19:12:11 -04:00
..
aes_ccm.c
aes_ccm.h
aes_cmac.c
aes_cmac.h
agg-rx.c
agg-tx.c
cfg.c mac80211: implement STA CSA for drivers using channel contexts 2013-10-02 18:18:23 +02:00
cfg.h
chan.c mac80211: implement STA CSA for drivers using channel contexts 2013-10-02 18:18:23 +02:00
debug.h
debugfs_key.c
debugfs_key.h
debugfs_netdev.c
debugfs_netdev.h
debugfs_sta.c
debugfs_sta.h
debugfs.c mac80211: fix some snprintf misuses 2013-10-01 12:16:51 +02:00
debugfs.h
driver-ops.h mac80211: add explicit IBSS driver operations 2013-10-01 12:17:45 +02:00
event.c
ht.c
ibss.c mac80211: add explicit IBSS driver operations 2013-10-01 12:17:45 +02:00
ieee80211_i.h mac80211: add support for CSA in IBSS mode 2013-09-26 13:27:14 +02:00
iface.c mac80211: add support for CSA in IBSS mode 2013-09-26 13:27:14 +02:00
Kconfig
key.c mac80211: use ERR_CAST() 2013-09-26 13:21:38 +02:00
key.h
led.c
led.h
main.c
Makefile
mesh_hwmp.c
mesh_pathtbl.c
mesh_plink.c
mesh_ps.c
mesh_sync.c
mesh.c
mesh.h
michael.c
michael.h
mlme.c mac80211: implement STA CSA for drivers using channel contexts 2013-10-02 18:18:23 +02:00
offchannel.c
pm.c
rate.c
rate.h net: misc: Remove extern from function prototypes 2013-10-19 19:12:11 -04:00
rc80211_minstrel_debugfs.c
rc80211_minstrel_ht_debugfs.c
rc80211_minstrel_ht.c mac80211: do not override fixed_rate_idx in minstrel_ht_update_stats 2013-09-26 13:27:12 +02:00
rc80211_minstrel_ht.h
rc80211_minstrel.c mac80211: add fixed_rate management to minstrel rc 2013-09-26 13:27:12 +02:00
rc80211_minstrel.h
rc80211_pid_algo.c
rc80211_pid_debugfs.c mac80211: fix some snprintf misuses 2013-10-01 12:16:51 +02:00
rc80211_pid.h
rx.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem 2013-10-17 14:02:07 -04:00
scan.c mac80211: change beacon/connection polling 2013-09-26 13:27:11 +02:00
spectmgmt.c mac80211: split off channel switch parsing function 2013-09-26 13:27:13 +02:00
sta_info.c
sta_info.h
status.c
tkip.c
tkip.h
trace.c
trace.h Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem 2013-10-17 14:02:07 -04:00
tx.c mac80211: add support for CSA in IBSS mode 2013-09-26 13:27:14 +02:00
util.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem 2013-10-17 14:02:07 -04:00
vht.c ieee80211: fix vht cap definitions 2013-10-01 12:17:08 +02:00
wep.c
wep.h
wme.c
wme.h
wpa.c
wpa.h