mirror of
https://github.com/open-sdr/openwifi.git
synced 2024-12-19 13:48:24 +00:00
Tell mac80211 we need extra_tx_headroom = LEN_MPDU_DELIM
This commit is contained in:
parent
72d992a6ec
commit
f73b4f429f
@ -2095,6 +2095,7 @@ static int openwifi_dev_probe(struct platform_device *pdev)
|
||||
ieee80211_hw_set(dev, AMPDU_AGGREGATION);
|
||||
}
|
||||
|
||||
dev->extra_tx_headroom = LEN_MPDU_DELIM;
|
||||
|
||||
dev->vif_data_size = sizeof(struct openwifi_vif);
|
||||
dev->wiphy->interface_modes =
|
||||
|
Loading…
Reference in New Issue
Block a user