linux-yocto/drivers/net/wireless/intel/iwlwifi/dvm
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
..
agn.h wifi: iwlwifi: move code from iwl-eeprom-parse to dvm 2024-05-23 10:53:04 +02:00
calib.c
calib.h
commands.h wifi: iwlwifi: dvm: fix kernel-doc warnings 2024-06-26 10:35:14 +02:00
debugfs.c
dev.h wifi: iwlwifi: move code from iwl-eeprom-parse to dvm 2024-05-23 10:53:04 +02:00
devices.c wifi: iwlwifi: move code from iwl-eeprom-parse to dvm 2024-05-23 10:53:04 +02:00
eeprom.c wifi: iwlwifi: move code from iwl-eeprom-parse to dvm 2024-05-23 10:53:04 +02:00
led.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
led.h
lib.c
mac80211.c wifi: mac80211: inform the low level if drv_stop() is a suspend 2024-06-26 10:25:46 +02:00
main.c wifi: iwlwifi: use default command queue watchdog timeout 2024-08-27 10:28:55 +02:00
Makefile wireless-next patches for v6.11 2024-06-10 17:40:26 -07:00
power.c
power.h
rs.c wifi: iwlwifi: dvm: clean up rs_get_rate() logic 2024-05-23 10:49:49 +02:00
rs.h
rx.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
rxon.c
scan.c
sta.c
tt.c
tt.h wifi: iwlwifi: dvm: fix kernel-doc warnings 2024-06-26 10:35:14 +02:00
tx.c wifi: iwlwifi: empty overflow queue during flush 2023-10-23 12:49:30 +02:00
ucode.c