linux/drivers/net/wireless/iwlwifi/dvm
Joe Perches b3818394cc iwlwifi: 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>
2013-09-24 18:05:40 -07:00
..
agn.h iwlwifi: Remove extern from function prototypes 2013-09-24 18:05:40 -07:00
calib.c iwlwifi: move some configuration parameters into DVM 2013-05-27 13:11:42 +02:00
calib.h iwlwifi: a few fixes in license 2013-03-06 16:46:59 +01:00
commands.h Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next 2013-05-29 14:51:50 -04:00
debugfs.c iwlwifi: remove forward debugfs function declarations 2013-07-16 13:12:55 +03:00
dev.h iwlwifi: Remove extern from function prototypes 2013-09-24 18:05:40 -07:00
devices.c iwlwifi: dvm: constify configuration structs 2013-05-27 13:12:51 +02:00
led.c iwlwifi: update copyright 2013-01-24 13:00:55 +01:00
led.h iwlwifi: update copyright 2013-01-24 13:00:55 +01:00
lib.c iwlwifi: remove testmode 2013-06-18 11:51:57 +02:00
mac80211.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless 2013-08-28 10:36:09 -04:00
main.c Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next 2013-08-02 15:37:34 -04:00
Makefile iwlwifi: remove testmode 2013-06-18 11:51:57 +02:00
power.c iwlwifi: move some configuration parameters into DVM 2013-05-27 13:11:42 +02:00
power.h iwlwifi: update copyright 2013-01-24 13:00:55 +01:00
rs.c Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next 2013-08-02 15:37:34 -04:00
rs.h iwlwifi: Remove extern from function prototypes 2013-09-24 18:05:40 -07:00
rx.c iwlwifi: remove testmode 2013-06-18 11:51:57 +02:00
rxon.c iwlwifi: dvm: remove P2P support 2013-07-25 15:02:59 +02:00
scan.c iwlwifi: dvm: remove P2P support 2013-07-25 15:02:59 +02:00
sta.c iwlwifi: dvm: fix zero LQ CMD sending avoidance 2013-05-27 11:33:57 +02:00
tt.c iwlwifi: move some configuration parameters into DVM 2013-05-27 13:11:42 +02:00
tt.h iwlwifi: update copyright 2013-01-24 13:00:55 +01:00
tx.c Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next 2013-08-16 14:24:51 -04:00
ucode.c iwlwifi: move some configuration parameters into DVM 2013-05-27 13:11:42 +02:00