Get header length in bytes from frame control
unsigned int __attribute_const__ ieee80211_hdrlen(__le16 fc);
fc
frame control field in little-endian format
The header length in bytes.
Johannes Berg <[email protected]>
Author.