From: Emmanuel Grumbach <egrumbach@gmail.com>
To: "Laurențiu Nicola" <lnicola@dend.ro>
Cc: poma <pomidorabelisima@gmail.com>, Dan Williams <dcbw@redhat.com>,
linux-wireless <linux-wireless@vger.kernel.org>
Subject: Re: iwlwifi: Reason 7 periodic disconnect
Date: Thu, 23 Oct 2014 23:16:28 +0300 [thread overview]
Message-ID: <5449621C.3070400@gmail.com> (raw)
In-Reply-To: <1414094840.260168.182602541.16435971@webmail.messagingengine.com>
> https://bpaste.net/show/5cc48256d952
>
> On Thu, Oct 23, 2014, at 22:55, Emmanuel Grumbach wrote:
>> On Thu, Oct 23, 2014 at 10:42 PM, Laurențiu Nicola <lnicola@dend.ro>
>> wrote:
>>> Doesn't seem to help https://bpaste.net/show/68e1a6b33689.
>>
>> ok - let me re-add the logs...
>>
>>
This makes no sense to me.
We do talk to the AP since we get frames Acked...
Can you please apply this on top of what you have?
diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c
index 2de8870..f3b1e62 100644
--- a/net/mac80211/mlme.c
+++ b/net/mac80211/mlme.c
@@ -1991,15 +1991,16 @@ void ieee80211_sta_tx_notify(struct ieee80211_sub_if_data *sdata,
if (ieee80211_is_nullfunc(hdr->frame_control) &&
sdata->u.mgd.probe_send_count > 0) {
if (ack)
- ieee80211_sta_reset_conn_monitor(sdata);
+ // ieee80211_sta_reset_conn_monitor(sdata);
+ ;
else
sdata->u.mgd.nullfunc_failed = true;
ieee80211_queue_work(&sdata->local->hw, &sdata->work);
return;
}
- if (ack)
- ieee80211_sta_reset_conn_monitor(sdata);
+// if (ack)
+// ieee80211_sta_reset_conn_monitor(sdata);
}
static void ieee80211_mgd_probe_ap_send(struct ieee80211_sub_if_data *sdata)
Thanks.
next prev parent reply other threads:[~2014-10-23 20:16 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-16 12:48 iwlwifi: Reason 7 periodic disconnect Laurențiu Nicola
2014-10-16 20:42 ` Emmanuel Grumbach
2014-10-17 1:53 ` Dan Williams
2014-10-19 20:48 ` Laurențiu Nicola
2014-10-20 4:52 ` Emmanuel Grumbach
2014-10-20 5:30 ` Laurențiu Nicola
2014-10-20 7:06 ` Emmanuel Grumbach
2014-10-20 7:12 ` Emmanuel Grumbach
2014-10-20 7:22 ` Laurențiu Nicola
2014-10-20 8:23 ` Emmanuel Grumbach
2014-10-20 19:29 ` Laurențiu Nicola
2014-10-21 5:02 ` Emmanuel Grumbach
2014-10-21 5:31 ` Emmanuel Grumbach
2014-10-21 6:36 ` Krishna Chaitanya
2014-10-21 6:37 ` Krishna Chaitanya
2014-10-21 7:04 ` Emmanuel Grumbach
2014-10-21 7:22 ` Krishna Chaitanya
2014-10-21 8:07 ` Laurențiu Nicola
2014-10-21 7:28 ` Laurențiu Nicola
2014-10-21 8:02 ` Emmanuel Grumbach
2014-10-21 8:20 ` Felix Fietkau
2014-10-21 8:23 ` Laurențiu Nicola
2014-10-21 8:35 ` Felix Fietkau
2014-10-21 8:37 ` Laurențiu Nicola
2014-10-21 8:44 ` Emmanuel Grumbach
2014-10-21 9:05 ` Krishna Chaitanya
2014-10-21 9:16 ` Emmanuel Grumbach
2014-10-21 9:57 ` Krishna Chaitanya
2014-10-21 11:00 ` poma
2014-10-21 19:56 ` Laurențiu Nicola
2014-10-22 9:10 ` Emmanuel Grumbach
2014-10-22 21:53 ` Laurențiu Nicola
2014-10-23 5:21 ` Emmanuel Grumbach
2014-10-23 7:30 ` Laurențiu Nicola
2014-10-23 8:07 ` Emmanuel Grumbach
2014-10-23 16:02 ` Laurențiu Nicola
2014-10-23 16:46 ` Emmanuel Grumbach
2014-10-23 17:38 ` Laurențiu Nicola
2014-10-23 19:28 ` Emmanuel Grumbach
2014-10-23 19:42 ` Laurențiu Nicola
2014-10-23 19:55 ` Emmanuel Grumbach
2014-10-23 20:07 ` Laurențiu Nicola
2014-10-23 20:16 ` Emmanuel Grumbach [this message]
2014-10-23 20:27 ` Laurențiu Nicola
2014-10-23 20:33 ` Emmanuel Grumbach
2014-10-24 5:32 ` Emmanuel Grumbach
2014-10-24 8:34 ` Laurențiu Nicola
2014-10-24 10:26 ` Emmanuel Grumbach
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5449621C.3070400@gmail.com \
--to=egrumbach@gmail.com \
--cc=dcbw@redhat.com \
--cc=linux-wireless@vger.kernel.org \
--cc=lnicola@dend.ro \
--cc=pomidorabelisima@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.