On 21 September 2016 at 18:27, Matteo Grandi <iu5bdp@xxxxxxxxx> wrote: > Hi Michal, > thanks for the reply: > I've already loaded the ath10k_core with the rowmode parameters, this > is the modinfo result: > root@Tam:~# modinfo ath10k_core > filename: > /lib/modules/3.14.48-g408ccb9/kernel/drivers/net/wireless/ath/ath10k/ath10k_core.ko > license: Dual BSD/GPL > description: Core module for QCA988X PCIe devices. > author: Qualcomm Atheros > srcversion: 407804E6D5A63597F137E9B > depends: mac80211,cfg80211,compat,ath > vermagic: 3.14.48-g408ccb9 SMP mod_unload modversions ARMv7 p2v8 > parm: debug_mask:Debugging mask (uint) > parm: uart_print:Uart target debugging (bool) > parm: skip_otp:Skip otp failure for calibration in testmode (bool) > parm: cryptmode:Crypto mode: 0-hardware, 1-software (uint) > parm: rawmode:Use raw 802.11 frame datapath (bool) [...] > I've loaded adding the line ath10k_core rawmode=1 to the file etc/modules Hmm... are you sure the module is actually loaded with the parameter? You can check it with: grep . /sys/module/ath10k*/parameters/* Michał