Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 864414 Details for
Bug 1065663
[abrt] WARNING: CPU: 0 PID: 6690 at drivers/net/wireless/iwlwifi/dvm/sta.c:880 iwl_send_lq_cmd+0x267/0x270 [iwldvm]()
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Fix station leak whena assoc fails
0001-iwlwifi-dvm-clear-IWL_STA_UCODE_INPROGRESS-when-asso.patch (text/plain), 1.32 KB, created by
Emmanuel Grumbach
on 2014-02-18 08:36:28 UTC
(
hide
)
Description:
Fix station leak whena assoc fails
Filename:
MIME Type:
Creator:
Emmanuel Grumbach
Created:
2014-02-18 08:36:28 UTC
Size:
1.32 KB
patch
obsolete
>From 8968488c7b3e6aadb58d856e8dc7b4423172179a Mon Sep 17 00:00:00 2001 >From: Emmanuel Grumbach <emmanuel.grumbach@intel.com> >Date: Tue, 18 Feb 2014 10:30:18 +0200 >Subject: [PATCH] iwlwifi: dvm: clear IWL_STA_UCODE_INPROGRESS when assoc fails > >We set IWL_STA_UCODE_INPROGRESS flag when we add a station >and clear it when we send the LQ command for it. But the LQ >command is sent only when the association succeeds. >If the association doesn't succeed, we would leave this flag >set and that wouldn't indicate the station entry as vacant. > >This probably fixes: >https://bugzilla.redhat.com/show_bug.cgi?id=1065663 > >Change-Id: I1a45e2abb5aeb4f85b149c78daed6629b4f10a16 >Cc: <stable@vger.kernel.org> >Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> >--- > drivers/net/wireless/iwlwifi/dvm/sta.c | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/drivers/net/wireless/iwlwifi/dvm/sta.c b/drivers/net/wireless/iwlwifi/dvm/sta.c >index 73c326f..f7e35ea 100644 >--- a/drivers/net/wireless/iwlwifi/dvm/sta.c >+++ b/drivers/net/wireless/iwlwifi/dvm/sta.c >@@ -590,6 +590,7 @@ void iwl_deactivate_station(struct iwl_priv *priv, const u8 sta_id, > sizeof(priv->tid_data[sta_id][tid])); > > priv->stations[sta_id].used &= ~IWL_STA_DRIVER_ACTIVE; >+ priv->stations[sta_id].used &= ~IWL_STA_UCODE_INPROGRESS; > > priv->num_stations--; > >-- >1.8.1.msysgit.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1065663
:
863590
| 864414