git: 236b76516b6f - stable/14 - LinuxKPI: 802.11: add bitfield.h to ieee80211.h

From: Bjoern A. Zeeb <bz_at_FreeBSD.org>
Date: Fri, 16 Jan 2026 19:40:21 UTC
The branch stable/14 has been updated by bz:

URL: https://cgit.FreeBSD.org/src/commit/?id=236b76516b6fc4d9439921259a7d2b9645e37a27

commit 236b76516b6fc4d9439921259a7d2b9645e37a27
Author:     Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2025-08-14 00:46:34 +0000
Commit:     Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2026-01-16 19:37:41 +0000

    LinuxKPI: 802.11: add bitfield.h to ieee80211.h
    
    Add the include to make some driver code compile without having
    to add FreeBSD-specific includes to drivers.
    
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit 7d49a336d5bf8ce4174286c2c5d1d93b3549cb88)
---
 sys/compat/linuxkpi/common/include/linux/ieee80211.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/compat/linuxkpi/common/include/linux/ieee80211.h b/sys/compat/linuxkpi/common/include/linux/ieee80211.h
index 3644ef80861b..4c97ae8e3bc0 100644
--- a/sys/compat/linuxkpi/common/include/linux/ieee80211.h
+++ b/sys/compat/linuxkpi/common/include/linux/ieee80211.h
@@ -35,6 +35,7 @@
 #include <asm/unaligned.h>
 #include <linux/kernel.h>
 #include <linux/bitops.h>
+#include <linux/bitfield.h>
 #include <linux/if_ether.h>
 
 /* linux_80211.c */