On Fri, Jun 28, 2019 at 11:20 AM Luca Coelho wrote:
>
> From: Haim Dreyfuss
>
> Inform users when SAR status is changing.
>
> Signed-off-by: Haim Dreyfuss
> Signed-off-by: Luca Coelho
> ---
> drivers/net/wireless/intel/iwlwifi/mvm/fw.c | 3 +++
> drivers/net/wireless/intel/iwlwifi/mvm/nvm.c |
Fix spelling mistake in cfg80211.h: "lenght" -> "length".
The typo is also in the special comment block which
translates to documentation.
Signed-off-by: Matteo Croce
---
include/net/cfg80211.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/n
Fix spelling mistakes in brcm80211: "lenght" -> "length".
The typos are also in the special comment blocks which
translates to documentation.
Signed-off-by: Matteo Croce
---
drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.h | 2 +-
drivers/net/wireless/broa
Fix spelling mistakes in brcm80211 and cfg80211: "lenght" -> "length".
The typos are also in the special comment blocks which
translates to documentation.
Signed-off-by: Matteo Croce
---
drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.h | 2 +-
drivers/net/wire
;t work anymore
until I rmmod and modprobe ath10k_pci again.
rmmod after suspend can take up to 10 minutes and sometimes crashes the system.
Removing the driver _before_ suspend and inserting it back after
resume actually works and it's what I'm using as not-so-temporary
workaround.
Regards,
--
Matteo Croce
per aspera ad upstream
es on insmod:
https://bugzilla.kernel.org/show_bug.cgi?id=196919
--
Matteo Croce
per aspera ad upstream
On Wed, Sep 6, 2017 at 2:58 PM, Johannes Berg wrote:
> On Wed, 2017-09-06 at 13:57 +0200, Matteo Croce wrote:
>
>> I have an hung task on vanilla 4.13 kernel which I haven't on 4.12.
>> The problem is present both on my AP and on my notebook,
>> so it seems it af
On Wed, Sep 6, 2017 at 2:40 PM, Stefano Brivio wrote:
> On Wed, 6 Sep 2017 13:57:47 +0200
> Matteo Croce wrote:
>
>> Hi,
>>
>> I have an hung task on vanilla 4.13 kernel which I haven't on 4.12.
>> The problem is present both on my AP and on my notebook,
>
reliable since it gets rid of the allocation
of the fake skb.
Combined with the previous patch, this finally allows us to
get rid of the pkt_type hack entirely, so do that as well.
Signed-off-by: Johannes Berg
Regards,
--
Matteo Croce
per aspera ad upstream
EM;
>
> ret = at76_get_mib(priv->udev, MIB_LOCAL, m, sizeof(*m));
> if (ret < 0) {
> @@ -1138,7 +1138,7 @@ static void at76_dump_mib_mdomain(struct
> at76_priv *priv)
> struct mib_mdomain *m = kmalloc(sizeof(struct mib_mdomain),
> GFP_KERNEL);
>
>
r than another with lower
speed in some circumstances. Or even worse, some station could not
receive the packet at all (too many streams, unsupported modulations.
etc.).
You could try to select the lowest MCS rate, the longer GI and the
minimum number of stream from all the receivers and use a data rate
compatible with these settings, if any (not all combinations are
allowed unfortunately)
Ciao,
--
Matteo Croce
per aspera ad upstream
ATH10K_DEBUGFS must depend on DEBUG_FS, otherwise
ath10k will generate an invalid pointer on module load
Signed-off-by: Matteo Croce
---
drivers/net/wireless/ath/ath10k/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/wireless/ath/ath10k/Kconfig
b/drivers
enable ath10k debugfs only when debugfs is enabled,
fixes an invalid pointer on module insert
--- a/drivers/net/wireless/ath/ath10k/Kconfig
+++ b/drivers/net/wireless/ath/ath10k/Kconfig
@@ -24,7 +24,7 @@ config ATH10K_DEBUG
config ATH10K_DEBUGFS
bool "Atheros ath10k debugfs support"
- depends
Sorry, gmail wrapped the line with the C function.
Here is a fixed patch
Format connected_time in the form hh:mm:ss
Signed-off-by: Matteo Croce
--- a/net/mac80211/debugfs_sta.c
+++ b/net/mac80211/debugfs_sta.c
@@ -130,7 +130,7 @@
result.tm_year -= 70;
result.tm_mday -= 1;
res = scnprintf
14 matches
Mail list logo