1
linux/drivers/staging/rtl8192e
Al Viro 5f60d5f6bb move asm/unaligned.h to linux/unaligned.h
asm/unaligned.h is always an include of asm-generic/unaligned.h;
might as well move that thing to linux/unaligned.h and include
that - there's nothing arch-specific in that header.

auto-generated by the following:

for i in `git grep -l -w asm/unaligned.h`; do
	sed -i -e "s/asm\/unaligned.h/linux\/unaligned.h/" $i
done
for i in `git grep -l -w asm-generic/unaligned.h`; do
	sed -i -e "s/asm-generic\/unaligned.h/linux\/unaligned.h/" $i
done
git mv include/asm-generic/unaligned.h include/linux/unaligned.h
git mv tools/include/asm-generic/unaligned.h tools/include/linux/unaligned.h
sed -i -e "/unaligned.h/d" include/asm-generic/Kbuild
sed -i -e "s/__ASM_GENERIC/__LINUX/" include/linux/unaligned.h tools/include/linux/unaligned.h
2024-10-02 17:23:23 -04:00
..
rtl8192e Staging: rtl8192e: Rename variable RxDrvInfoSize 2024-09-11 15:54:42 +02:00
Kconfig
Makefile
rtl819x_BA.h
rtl819x_BAProc.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
rtl819x_HT.h Staging: rtl8192e: Rename variable DssCCk 2024-05-04 18:41:02 +02:00
rtl819x_HTProc.c Staging: rtl8192e: Rename variable pFrame 2024-09-11 15:54:42 +02:00
rtl819x_Qos.h Staging: rtl8192e: Rename variable Octet 2024-02-17 17:28:18 +01:00
rtl819x_TS.h
rtl819x_TSProc.c Staging: rtl8192e: Rename variable bAddNewTs 2024-09-11 15:54:42 +02:00
rtllib_crypt_ccmp.c staging: rtl8192e: Constify struct lib80211_crypto_ops 2024-08-27 10:28:53 +02:00
rtllib_crypt_tkip.c Staging driver updates for 6.12-rc1 2024-09-26 10:04:35 -07:00
rtllib_crypt_wep.c staging: rtl8192e: Constify struct lib80211_crypto_ops 2024-08-27 10:28:53 +02:00
rtllib_module.c staging: rtl8192e: add missing MODULE_DESCRIPTION() macros 2024-06-24 15:18:05 +02:00
rtllib_rx.c Staging: rtl8192e: Rename variable SignalStrength 2024-09-11 15:54:42 +02:00
rtllib_softmac_wx.c Staging: rtl8192e: Rename variable ScanOperationBackupHandler 2024-09-11 15:54:42 +02:00
rtllib_softmac.c staging: rtl8192e: Fix spelling mistakes in rtllib_softmac.c 2024-06-04 13:35:01 +02:00
rtllib_tx.c Staging: rtl8192e: Fix alignment to match open parenthesis in rtllib_tx.c 2024-06-24 15:25:23 +02:00
rtllib_wx.c wifi: lib80211: Handle const struct lib80211_crypto_ops in lib80211 2024-08-27 10:28:49 +02:00
rtllib.h Staging: rtl8192e: Rename variable RxDrvInfoSize 2024-09-11 15:54:42 +02:00
TODO