Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • X xcap-capability-linux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • 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
  • xcap-capability-linux
  • drivers
  • net
  • wireless
  • iwlwifi
  • iwl-3945.h
Find file BlameHistoryPermalink
  • Abhijeet Kolekar's avatar
    iwl3945 : Fix a-band association for passive channels · 011a0330
    Abhijeet Kolekar authored Dec 02, 2008
    Patch does following things
        1) This patch fixes the a-band association for passive channels with new
        uCode feature that it allows direct scan on passive channels after
        auto-switch from passive to active. This enables sending of direct probes
        on passive channels, as long as some traffic is detected on that channel.
        This improves the scanning for hidden SSIDs in A-band,which is all
        passive channels.
    
        This patch fixes the bug no 1748.
    
            http://www.intellinuxwireless.org/bugzilla/show_bug.cgi?id=1748
    
    
    
        2) This fix will only work with uCode version 15.28.2.8 and above.
        Prior versions of uCode would work only if we heard the traffic within
         active dwell time, which is much shorter than passive dwell time and
        is shorter than typical beacon periods. This patch also provids full
        active dwell time even if we hear traffic late in passive dwell.
    
        3) uCode API version is incremented to 2.
    
    Signed-off-by: default avatarAbhijeet Kolekar <abhijeet.kolekar@intel.com>
    Signed-off-by: default avatarZhu Yi <yi.zhu@intel.com>
    Acked-by: default avatarBen Cahill <ben.m.cahill@intel.com>
    Signed-off-by: default avatarReinette Chatre <reinette.chatre@intel.com>
    Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
    011a0330