mirror of
https://github.com/open-sdr/openwifi.git
synced 2025-05-25 03:34:30 +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);
|
ieee80211_hw_set(dev, AMPDU_AGGREGATION);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dev->extra_tx_headroom = LEN_MPDU_DELIM;
|
||||||
|
|
||||||
dev->vif_data_size = sizeof(struct openwifi_vif);
|
dev->vif_data_size = sizeof(struct openwifi_vif);
|
||||||
dev->wiphy->interface_modes =
|
dev->wiphy->interface_modes =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user