opnsense-src/sys/compat/linuxkpi/common/include
Bjoern A. Zeeb 86220d3cbd LinuxKPI: 802.11: fix compat code for i386
Compiling another driver on i386 revealed two problems:
- ieee80211_tx_info.status.status_driver_data space needs to be
  calculated.  While a pointer is 32bit vm_paddr_t is 64 bit on i386
  so we didn't fit more than one of these in but needed more space.
- the arguments to ieee80211_txq_get_depth() are expected to
  unsigned long and not uint64_t.

No user noticable changes.

Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
2022-03-31 17:29:53 +00:00
..
acpi LinuxKPI: Constantly use _LINUXKPI_ prefix in include guards 2022-01-10 22:49:38 +03:00
asm linuxkpi: Add atomic64_fetch_add 2022-02-17 09:31:39 +01:00
linux linuxkpi: Add for_each_sgtable_dma_sg and for_each_sgtable_dma_page 2022-03-29 13:19:32 +02:00
net LinuxKPI: 802.11: fix compat code for i386 2022-03-31 17:29:53 +00:00
stdarg.h LinuxKPI: Add stdarg.h proxy header 2022-01-10 22:49:37 +03:00