1. 27 5月, 2011 1 次提交
    • Y
      mwifiex: correct event header length · 21bc7af6
      Yogesh Ashok Powar 提交于
      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: NYogesh Ashok Powar <yogeshp@marvell.com>
      Signed-off-by: NKiran Divekar <dkiran@marvell.com>
      Signed-off-by: NBing Zhao <bzhao@marvell.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      21bc7af6
  2. 20 5月, 2011 5 次提交
  3. 17 5月, 2011 1 次提交
  4. 13 5月, 2011 1 次提交
  5. 12 5月, 2011 2 次提交
  6. 11 5月, 2011 2 次提交
  7. 06 5月, 2011 3 次提交
  8. 03 5月, 2011 1 次提交
  9. 30 4月, 2011 1 次提交
    • J
      mwifiex: fix copy-n-paste 'thinko' for tsf_val · f9c2fdba
      John W. Linville 提交于
        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: NJohn W. Linville <linville@tuxdriver.com>
      f9c2fdba
  10. 29 4月, 2011 3 次提交
  11. 20 4月, 2011 3 次提交
  12. 15 4月, 2011 4 次提交
  13. 13 4月, 2011 2 次提交
  14. 08 4月, 2011 2 次提交
  15. 05 4月, 2011 9 次提交