linux-pinenote/drivers/net/wireless/ath/ath10k
Joe Perches a3dabaf02d ath: 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 16:52:29 -07:00
..
bmi.c ath10k: reset BMI state upon init 2013-07-30 18:01:19 +03:00
bmi.h ath10k: reset BMI state upon init 2013-07-30 18:01:19 +03:00
ce.c ath10k: prevent using invalid ringbuffer indexes 2013-08-02 09:37:28 +03:00
ce.h
core.c ath10k: implement device recovery 2013-07-30 18:01:20 +03:00
core.h ath10k: implement get_survey() 2013-08-02 09:35:21 +03:00
debug.c ath10k: create debugfs interface to trigger fw crash 2013-07-30 18:01:20 +03:00
debug.h ath: Remove extern from function prototypes 2013-09-24 16:52:29 -07:00
hif.h ath10k: decouple suspend code 2013-07-30 18:01:19 +03:00
htc.c ath10k: don't reset HTC endpoints unnecessarily 2013-07-30 18:01:21 +03:00
htc.h ath10k: prevent HTC from being used after stopping 2013-07-30 18:01:20 +03:00
htt.c ath10k: embed HTT struct inside ath10k 2013-07-30 18:01:18 +03:00
htt.h ath10k: embed HTT struct inside ath10k 2013-07-30 18:01:18 +03:00
htt_rx.c ath10k: implement rx checksum offloading 2013-08-02 09:28:39 +03:00
htt_tx.c ath10k: implement tx checksum offloading 2013-08-02 09:28:39 +03:00
hw.h
Kconfig ath10k: ATH10K should depend on HAS_DMA 2013-07-22 11:50:56 +03:00
mac.c ath10k: zero arvif memory on add_interface() 2013-08-02 09:37:29 +03:00
mac.h ath10k: implement device recovery 2013-07-30 18:01:20 +03:00
Makefile
pci.c ath10k: add SoC power save option to PCI features map 2013-08-07 10:03:29 +03:00
pci.h ath10k: add SoC power save option to PCI features map 2013-08-07 10:03:29 +03:00
rx_desc.h
targaddrs.h
trace.c
trace.h
txrx.c
txrx.h
wmi.c ath10k: implement get_survey() 2013-08-02 09:35:21 +03:00
wmi.h ath10k: implement get_survey() 2013-08-02 09:35:21 +03:00