LinuxKPI: 802.11: fix ff76cbc81d (pspoll)

Add the lost "inline".

Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
X-MFC with:	ff76cbc81d
This commit is contained in:
Bjoern A. Zeeb 2023-01-31 16:40:13 +00:00
parent 69759b0c69
commit 2336248a8b

View File

@ -1350,7 +1350,7 @@ ieee80211_is_any_nullfunc(__le16 fc)
return (ieee80211_is_nullfunc(fc) || ieee80211_is_qos_nullfunc(fc));
}
static bool
static inline bool
ieee80211_is_pspoll(__le16 fc)
{
__le16 v;