linux/drivers/net/wireless/ipw2x00
Joe Perches 89eb744f1a ipw2x00: 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:03 -07:00
..
ipw2100.c net, ipw2x00: remove redundant D0 power state set 2013-06-03 15:55:45 -04:00
ipw2100.h ipw2x00: simplify scan_event handling 2013-02-09 11:30:48 -08:00
ipw2200.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2013-07-09 18:24:39 -07:00
ipw2200.h net/wireless: ipw2x00: remove unused definitions for regulatory domain 2012-03-12 14:19:37 -04:00
ipw.h net/wireless: ipw2x00: add supported cipher suites to wiphy initialization 2012-04-12 15:10:48 -04:00
Kconfig drivers/net/wireless/ipw2x00: remove depends on CONFIG_EXPERIMENTAL 2013-01-22 12:01:35 -08:00
libipw_geo.c net/wireless: ipw2x00: remove unreachable code 2012-11-16 14:29:06 -05:00
libipw_module.c drivers/net: Remove alloc_etherdev error messages 2012-01-31 16:20:48 -05:00
libipw_rx.c ipw2x00: printing the wrong array in debug code 2013-06-24 14:44:25 -04:00
libipw_tx.c ipw2x00: comment typo fix encryptiong to encryption 2011-09-15 14:20:31 +02:00
libipw_wx.c ipw2x00: silence GCC warning for unused variable 'dev' 2012-09-24 15:02:08 -04:00
libipw.h ipw2x00: Remove extern from function prototypes 2013-09-24 18:05:03 -07:00
Makefile