linux/drivers/net/wireless/realtek/rtlwifi
Arnd Bergmann 944c07a7aa rtlwifi: don't add include path for rtl8188ee
For rtl8188ee, we pass -Idrivers/net/wireless/rtlwifi/ to gcc,
however that directy no longer exists, so evidently this option
is no longer required here and can be removed to avoid a warning
when building with 'make W=1' or 'gcc -Wmissing-include-dirs'

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2016-07-19 21:17:41 +03:00
..
btcoexist rtlwifi: use s8 instead of char 2016-06-29 18:48:15 +03:00
rtl8188ee rtlwifi: don't add include path for rtl8188ee 2016-07-19 21:17:41 +03:00
rtl8192c rtlwifi: Fix typo in printk 2016-07-08 16:42:51 +03:00
rtl8192ce rtlwifi: rtl8192ce: Convert driver to use common hardware info routine 2016-07-08 16:50:00 +03:00
rtl8192cu rtlwifi: rtl8192cu: Convert driver to use common hardware info routine 2016-07-08 16:50:01 +03:00
rtl8192de rtlwifi: rtl8192de: Convert driver to use common hardware info routine 2016-07-08 16:50:04 +03:00
rtl8192ee rtlwifi: rtl8192ee: Convert driver to use common hardware info routine 2016-07-08 16:50:02 +03:00
rtl8192se rtlwifi: Add missing newlines to RT_TRACE calls 2016-07-08 12:58:38 +03:00
rtl8723ae rtlwifi: rtl8723ae: Clean up the hardware info routine 2016-07-08 16:50:04 +03:00
rtl8723be rtlwifi: rtl8723be: Convert driver to use common hardware info routine 2016-07-08 16:50:03 +03:00
rtl8723com rtlwifi: Delete unnecessary checks before the function call "kfree_skb" 2015-11-26 14:55:27 +02:00
rtl8821ae rtlwifi: rtl8821ae: Convert driver to use common hardware info routine 2016-07-08 16:50:03 +03:00
Kconfig
Makefile
base.c rtlwifi: Fix logic error in enter/exit power-save mode 2016-05-11 21:44:07 +03:00
base.h
cam.c
cam.h
core.c rtlwifi: Add missing newlines to RT_TRACE calls 2016-07-08 12:58:38 +03:00
core.h
debug.c rtlwifi: Create _rtl_dbg_trace function to reduce RT_TRACE code size 2016-07-08 12:55:09 +03:00
debug.h rtlwifi: Create _rtl_dbg_trace function to reduce RT_TRACE code size 2016-07-08 12:55:09 +03:00
efuse.c rtlwifi: Create common routine to get hardware info 2016-07-08 16:50:00 +03:00
efuse.h rtlwifi: Create common routine to get hardware info 2016-07-08 16:50:00 +03:00
pci.c rtlwifi: pci: use dev_kfree_skb_irq instead of kfree_skb in rtl_pci_reset_trx_ring 2016-05-11 21:59:04 +03:00
pci.h rtlwifi: rtl818x: constify rtl_intf_ops structures 2016-05-11 21:41:55 +03:00
ps.c rtlwifi: Remove unused parameter from rtl_ps_set_rf_state() 2016-07-05 17:31:41 +03:00
ps.h rtlwifi: Remove unused parameter from rtl_ps_set_rf_state() 2016-07-05 17:31:41 +03:00
pwrseqcmd.h
rc.c rtlwifi: use s8 instead of char 2016-06-29 18:48:15 +03:00
rc.h
regd.c cfg80211: remove enum ieee80211_band 2016-04-12 15:56:15 +02:00
regd.h
stats.c rtlwifi: use s8 instead of char 2016-06-29 18:48:15 +03:00
stats.h rtlwifi: use s8 instead of char 2016-06-29 18:48:15 +03:00
usb.c rtlwifi: rtl818x: constify rtl_intf_ops structures 2016-05-11 21:41:55 +03:00
usb.h
wifi.h rtlwifi: use s8 instead of char 2016-06-29 18:48:15 +03:00