Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • X xcap-capability-linux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • xcap
  • xcap-capability-linux
  • Repository
Switch branch/tag
  • xcap-capability-linux
  • drivers
  • net
  • wireless
  • iwlwifi
  • iwl-3945.h
Find file BlameHistoryPermalink
  • Gregory Greenman's avatar
    iwlwifi: Fix uCode error on association · 76f3915b
    Gregory Greenman authored Jan 23, 2008
    
    
    The problem is that priv->assoc_id is set when assoc. resp frame is
    received. But, when it is set, LQ cmd is still not sent to the uCode, it is
    done from bg_post_assoc, which is called through a workqueue.
    
    On the other hand, when a tx arrives at the moment when this flag is set,
    but LQ is still not sent, the if condition in tx_skb will not hold and
    the frame will not be dropped.  Thus, it will be sent through
    which is still not in the sta table in the uCoded.
    Signed-off-by: default avatarGregory Greenman <gregory.greenman@intel.com>
    Signed-off-by: default avatarTomas Winkler <tomas.winkler@intel.com>
    Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    76f3915b

Replace iwl-3945.h

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.