mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-20 15:43:16 +00:00
net80211: add a driver-private pointer to struct ieee80211_node
Add a void *ni_drv_data field to struct ieee80211_node that drivers can use to backtrack to their internal state from a net80211 node. Sponsored by: The FreeBSD Foundation MFC after: 1 week X-Differential Revision: https://reviews.freebsd.org/D30654 (abandoned)
This commit is contained in:
parent
f38bef2ce4
commit
917181dddf
@ -260,6 +260,8 @@ struct ieee80211_node {
|
||||
/* U-APSD */
|
||||
uint8_t ni_uapsd; /* U-APSD per-node flags matching WMM STA QoS Info field */
|
||||
|
||||
void *ni_drv_data; /* driver specific */
|
||||
|
||||
uint64_t ni_spare[3];
|
||||
};
|
||||
MALLOC_DECLARE(M_80211_NODE);
|
||||
|
Loading…
Reference in New Issue
Block a user