linux/drivers/net/wireless/ath/ath6kl
Kalle Valo ad226ec22b ath6kl: fix function name conflicts with ath9k
Stephen reported that compilation fails if both ath6kl and ath9k are
compiled in:

drivers/net/wireless/ath/ath6kl/built-in.o: In function `htc_start':
(.opd+0x600): multiple definition of `htc_start'
drivers/net/wireless/ath/ath9k/built-in.o:(.opd+0x3e40): first defined here
drivers/net/wireless/ath/ath6kl/built-in.o: In function `.htc_stop':
(.text+0x7b40): multiple definition of `.htc_stop'
drivers/net/wireless/ath/ath9k/built-in.o:(.text+0x67b34): first defined he=
re
drivers/net/wireless/ath/ath6kl/built-in.o: In function `.htc_start':
(.text+0x7d18): multiple definition of `.htc_start'
drivers/net/wireless/ath/ath9k/built-in.o:(.text+0x67ba0): first defined he=
re
drivers/net/wireless/ath/ath6kl/built-in.o: In function `htc_stop':
(.opd+0x5e8): multiple definition of `htc_stop'
drivers/net/wireless/ath/ath9k/built-in.o:(.opd+0x3e28): first defined here

To fix this add ath6kl prefix to all public functions in htc.c.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
2011-08-10 10:07:53 +03:00
..
bmi.c
bmi.h
cfg80211.c ath6kl: Fix crash during the connection process 2011-08-09 19:45:24 +03:00
cfg80211.h
common.h ath6kl: Cleanup void * in ath6kl_cfg80211_scan_node() 2011-08-09 19:45:24 +03:00
core.h ath6kl: Cleanup void * in ath6kl_cfg80211_scan_node() 2011-08-09 19:45:24 +03:00
debug.c
debug.h ath6kl: change aggreation timeout message from an error to a debug message 2011-08-09 19:45:22 +03:00
hif-ops.h ath6kl: Move scatter information from ath6kl_device to htc_target 2011-08-09 19:45:21 +03:00
hif.h ath6kl: Move scatter information from ath6kl_device to htc_target 2011-08-09 19:45:21 +03:00
htc.c ath6kl: fix function name conflicts with ath9k 2011-08-10 10:07:53 +03:00
htc.h ath6kl: fix function name conflicts with ath9k 2011-08-10 10:07:53 +03:00
htc_hif.c ath6kl: fix function name conflicts with ath9k 2011-08-10 10:07:53 +03:00
htc_hif.h ath6kl: Remove unused struct ath6kl_async_reg_io_buffer 2011-08-09 19:45:21 +03:00
init.c ath6kl: fix function name conflicts with ath9k 2011-08-10 10:07:53 +03:00
Kconfig ath6kl: remove dependency to wireless extensions 2011-08-09 19:45:22 +03:00
main.c ath6kl: fix function name conflicts with ath9k 2011-08-10 10:07:53 +03:00
Makefile
node.c ath6kl: Use ath6kl_cfg80211_scan_node() directly instead of function pointer 2011-08-09 19:45:24 +03:00
sdio.c ath6kl: Move scatter information from ath6kl_device to htc_target 2011-08-09 19:45:21 +03:00
target.h
txrx.c ath6kl: fix function name conflicts with ath9k 2011-08-10 10:07:53 +03:00
wmi.c ath6kl: Remove ath6kl_wmi_iterate_nodes() 2011-08-09 19:45:23 +03:00
wmi.h ath6kl: Remove ath6kl_wmi_iterate_nodes() 2011-08-09 19:45:23 +03:00