Re: [PATCH] mac80211: make local-tx_headroom a multiple of 4

2015-08-13 Thread Johannes Berg
On Thu, 2015-07-30 at 14:14 +0200, Felix Fietkau wrote: This ensures that mac80211 generated management frames and beacons are aligned before being passed to the driver I'm not convinced this is appropriate. Drivers may or may not require alignment, so I don't really see why we should in

[PATCH] mac80211: make local-tx_headroom a multiple of 4

2015-07-30 Thread Felix Fietkau
This ensures that mac80211 generated management frames and beacons are aligned before being passed to the driver Signed-off-by: Felix Fietkau n...@openwrt.org --- net/mac80211/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/mac80211/main.c b/net/mac80211/main.c index