Skip to content

Commit

Permalink
ath11k: enable ethernet offload by default
Browse files Browse the repository at this point in the history
Enable ath11k ethernet encapsulation/decapsulation offload
by default. This improves wireless performance without
requiring user configuration.

Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
  • Loading branch information
tiagogaspar8 authored and robimarko committed Jul 24, 2022
1 parent 1c124ff commit 0181e98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package/kernel/mac80211/ath.mk
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,9 @@ define KernelPackage/ath11k
+kmod-crypto-michael-mic +ATH11K_THERMAL:kmod-hwmon-core +ATH11K_THERMAL:kmod-thermal
FILES:=$(PKG_BUILD_DIR)/drivers/soc/qcom/qmi_helpers.ko \
$(PKG_BUILD_DIR)/drivers/net/wireless/ath/ath11k/ath11k.ko
AUTOLOAD:=$(call AutoProbe,ath11k)
# Enable encapsulation/decapsulation offload by default
MODPARAMS.ath11k:=frame_mode=2
endef

define KernelPackage/ath11k/description
Expand Down

0 comments on commit 0181e98

Please sign in to comment.