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
  • Packages and registries
    • Packages and registries
    • Model experiments
  • 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-agn-lib.c
Find file Blame History Permalink
  • Emmanuel Grumbach's avatar
    iwlagn: consolidate the API that sends host commands and move to transport · e419d62d
    Emmanuel Grumbach authored Jul 08, 2011
    
    
    Now, there are only two functions to send a host command:
    * send_cmd that receives a iwl_host_cmd
    * send_cmd_pdu that builds the iwl_host_cmd itself and received flags
    
    The flags CMD_ASYNC / CMD_SYNC / CMD_WANT_SKB are not changed by the API
    functions.
    
    Kill the unused flags CMD_SIZE_NORMAL / CMD_NO_SKB on the way.
    
    Signed-off-by: default avatarEmmanuel Grumbach <emmanuel.grumbach@intel.com>
    Signed-off-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
    Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
    e419d62d