WSL2-Linux-Kernel/drivers/net/wireless/ath/ar5523
Florian Westphal 6faf22d9ca ar5523: use container_of
If we want to shrink skb->cb then we'd have to see about
reducing struct ieee80211_tx_info, which gets embedded inside
skb->cb[].

It provides a scratch space to be used by wireless drivers.
ar5523 uses the maximum space available today (40 bytes), but it seems
we don't need this -- data->skb pointer seems to always point back to the
skb whose cb buffer the data structure resides, iow, given a pointer to the
embedded control buffer we can infer the skb address.

Tested-by: Pontus Fuchs <pontus.fuchs@gmail.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2015-03-13 16:07:00 +02:00
..
Kconfig wireless: allow Atheros card to not depend on ath.ko 2012-11-30 13:38:16 -05:00
Makefile ar5523: Add new driver 2012-10-29 15:29:05 -04:00
ar5523.c ar5523: use container_of 2015-03-13 16:07:00 +02:00
ar5523.h ar5523: use container_of 2015-03-13 16:07:00 +02:00
ar5523_hw.h ar5523: Fix sparse endianness warnings 2012-11-14 14:55:40 -05:00