Skip to content
Snippets Groups Projects
  1. Jun 22, 2011
  2. Jun 10, 2011
  3. Jun 07, 2011
  4. Jun 01, 2011
  5. May 26, 2011
    • Yogesh Ashok Powar's avatar
      mwifiex: correct event header length · 21bc7af6
      Yogesh Ashok Powar authored
      
      While decoding received event packet from firmware, 4 bytes
      of interface header are already removed unconditionally.
      So for handling event only 4 more bytes needs to be pulled.
      This is achieved by changing event header length to 4.
      
      Almost all the events, except BA stream related and AMSDU
      aggregation control events, do not have the payload in their
      event skb. Such events handling depends only on the event ID.
      This event ID is the first four bytes of the event skb, which
      is copied to a separate variable before pulling the skb header.
      Hence event handling worked only for those events that didn't
      have payload in event skb.
      
      This patch fixes the broken event path of the events with
      payload in their event skb without harming existing working
      event path for the events without payload.
      
      Signed-off-by: default avatarYogesh Ashok Powar <yogeshp@marvell.com>
      Signed-off-by: default avatarKiran Divekar <dkiran@marvell.com>
      Signed-off-by: default avatarBing Zhao <bzhao@marvell.com>
      Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
      21bc7af6
  6. May 19, 2011
  7. May 16, 2011
  8. May 12, 2011
  9. May 11, 2011
  10. May 10, 2011
  11. May 05, 2011
  12. May 02, 2011
  13. Apr 29, 2011
    • John W. Linville's avatar
      mwifiex: fix copy-n-paste 'thinko' for tsf_val · f9c2fdba
      John W. Linville authored
      
        CC [M]  drivers/net/wireless/mwifiex/join.o
      drivers/net/wireless/mwifiex/join.c: In function ‘mwifiex_cmd_802_11_associate’:
      drivers/net/wireless/mwifiex/join.c:119:8: warning: ‘tsf_val’ may be used uninitialized in this function
      drivers/net/wireless/mwifiex/join.c:103:12: note: ‘tsf_val’ was declared here
      
      Looks like a copy-n-paste error, identical lines are a few lines below
      the ones removed, with an actual memcpy to tsf_val in between...
      
      Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
      f9c2fdba
  14. Apr 28, 2011
  15. Apr 19, 2011
  16. Apr 14, 2011
  17. Apr 12, 2011
  18. Apr 07, 2011
  19. Apr 04, 2011
Loading