On 1/17/2018 7:15 AM, [email protected] wrote:
From: Ping-Ke Shih <[email protected]>
To enable the mac80211 fast-tx feature, the hw/driver needs to support
dynamic power saving and fragmentation. Since our driver does not
need to fragment packet into smaller pieces, we just hook an empty
callback of set_frag_threshold to avoid fragmentation in mac80211.
After this, the mac80211 will not fragment the packets and can transmit
them faster by cache the header information.
NACK. Please refer to earlier discussion [1].
Regards,
Arend
[1] https://patchwork.kernel.org/patch/10157389/
Signed-off-by: Yan-Hsuan Chuang <[email protected]>
Signed-off-by: Ping-Ke Shih <[email protected]>
---
drivers/net/wireless/realtek/rtlwifi/base.c | 2 ++
drivers/net/wireless/realtek/rtlwifi/core.c | 6 ++++++
2 files changed, 8 insertions(+)