linux_dsm_epyc7002/drivers/net/wireless/rtlwifi/rtl8723ae
Joe Perches a958df5dc3 rtlwifi: 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:06:51 -07:00
..
btc.h
def.h
dm.c rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192de: rtl8723ae: Add changes required by adding rtl81988ee 2013-04-01 16:20:53 -04:00
dm.h rtlwifi: rtl8723ae: Update to vendor driver of 2013.02.07 2013-04-01 16:19:59 -04:00
fw.c treewide: Fix typo in printk 2013-08-20 12:44:03 +02:00
fw.h rtlwifi: rtl8723ae: Update to vendor driver of 2013.02.07 2013-04-01 16:19:59 -04:00
hal_bt_coexist.c
hal_bt_coexist.h
hal_btc.c rtlwifi: rtl8723ae: Fix W=1 compile warnings 2013-02-01 14:27:27 -05:00
hal_btc.h
hw.c rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192de: rtl8723ae: Add changes required by adding rtl81988ee 2013-04-01 16:20:53 -04:00
hw.h
led.c rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192de: rtl8723ae: Add changes required by adding rtl81988ee 2013-04-01 16:20:53 -04:00
led.h
Makefile
phy.c rtlwifi: rtl8723ae: Fix W=1 compile warnings 2013-02-01 14:27:27 -05:00
phy.h rtlwifi: Remove extern from function prototypes 2013-09-24 18:06:51 -07:00
pwrseq.c
pwrseq.h
pwrseqcmd.c
pwrseqcmd.h
reg.h
rf.c
rf.h rtlwifi: Remove extern from function prototypes 2013-09-24 18:06:51 -07:00
sw.c rtlwifi: rtl8723ae: Fix typo in firmware names 2013-06-24 14:44:27 -04:00
sw.h
table.c
table.h
trx.c drivers/net: Convert uses of compare_ether_addr to ether_addr_equal 2013-09-03 22:28:04 -04:00
trx.h