kernel_optimize_test/drivers/net/wireless
Jeff Layton 0aef188a36 rtl8188ee: fix build break due to missing rtl_hal_pwrseqcmdparsing definition
I've been getting this error when building mainline kernels using
Fedora's config files:

    drivers/net/wireless/rtlwifi/rtl8188ee/hw.c: In function ‘_rtl88ee_init_mac’:
    drivers/net/wireless/rtlwifi/rtl8188ee/hw.c:853:2: error: implicit declaration of function ‘rtl_hal_pwrseqcmdparsing’ [-Werror=implicit-function-declaration]
      if (!rtl_hal_pwrseqcmdparsing(rtlpriv, PWR_CUT_ALL_MSK,
      ^
    cc1: some warnings being treated as errors
    scripts/Makefile.build:258: recipe for target 'drivers/net/wireless/rtlwifi/rtl8188ee/hw.o' failed

I'm not sure if this is the correct fix, but it does seem to allow the
build to complete. I suspect that this was broken by commit 34ed780a6a
(rtlwifi: Fix problems with building an allyesconfig). Most of the files
that removed the include of pwrseqcmd.h, added one for ../pwrseqcmd.h.
The rtl8188ee driver had it removed it but didn't add the include of the
file in the parent directory.

Signed-off-by: Jeff Layton <jeff.layton@primarydata.com>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2015-03-20 08:29:45 +02:00
..
ath ath9k: Start AIC calibration during MCI reset 2015-03-20 08:28:14 +02:00
b43 bcma: move PCI IRQ control function to host specific code 2015-03-13 16:25:50 +02:00
b43legacy wireless: Use eth_<foo>_addr instead of memset 2015-03-03 17:01:36 -05:00
brcm80211 bcma: move PCI IRQ control function to host specific code 2015-03-13 16:25:50 +02:00
cw1200 wireless: Use eth_<foo>_addr instead of memset 2015-03-03 17:01:36 -05:00
hostap wireless: Use eth_<foo>_addr instead of memset 2015-03-03 17:01:36 -05:00
ipw2x00 wireless: Use eth_<foo>_addr instead of memset 2015-03-03 17:01:36 -05:00
iwlegacy Major changes: 2015-03-06 15:46:08 -05:00
iwlwifi * Location Aware Regulatory was added by Arik 2015-03-13 15:09:18 +02:00
libertas Major changes: 2015-03-06 15:46:08 -05:00
libertas_tf libertas_tf: if_usb.c: don't export static symbol 2015-03-13 16:12:18 +02:00
mwifiex mwifiex: delay skb allocation for RX until cmd53 over 2015-03-16 18:12:41 +02:00
orinoco wireless: Use eth_<foo>_addr instead of memset 2015-03-03 17:01:36 -05:00
p54 wireless: Use eth_<foo>_addr instead of memset 2015-03-03 17:01:36 -05:00
prism54
rsi
rt2x00 rt2x00usb: drop rt2x00usb_disable_radio() from rt2800usb_disable_radio() 2015-03-16 18:06:04 +02:00
rtl818x
rtlwifi rtl8188ee: fix build break due to missing rtl_hal_pwrseqcmdparsing definition 2015-03-20 08:29:45 +02:00
ti wl18xx: show rx_frames_per_rates as an array as it really is 2015-03-16 18:07:03 +02:00
zd1211rw
adm8211.c adm8211: fix error return code 2015-01-15 14:44:42 +02:00
adm8211.h
airo_cs.c
airo.c wireless: Use eth_<foo>_addr instead of memset 2015-03-03 17:01:36 -05:00
airo.h
at76c50x-usb.c wireless: Use eth_<foo>_addr instead of memset 2015-03-03 17:01:36 -05:00
at76c50x-usb.h
atmel_cs.c
atmel_pci.c
atmel.c wireless: Use eth_<foo>_addr instead of memset 2015-03-03 17:01:36 -05:00
atmel.h
Kconfig
mac80211_hwsim.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2015-03-03 21:16:48 -05:00
mac80211_hwsim.h
Makefile
mwl8k.c wireless: Use eth_<foo>_addr instead of memset 2015-03-03 17:01:36 -05:00
ray_cs.c wireless: Use eth_<foo>_addr instead of memset 2015-03-03 17:01:36 -05:00
ray_cs.h
rayctl.h
rndis_wlan.c wireless: Use eth_<foo>_addr instead of memset 2015-03-03 17:01:36 -05:00
wl3501_cs.c
wl3501.h
zd1201.c
zd1201.h