1. 19 3月, 2013 25 次提交
  2. 14 3月, 2013 1 次提交
  3. 07 3月, 2013 1 次提交
  4. 28 2月, 2013 1 次提交
  5. 15 2月, 2013 2 次提交
  6. 12 2月, 2013 1 次提交
    • X
      wireless: rt2x00: rt2800usb add "unknown" devices · d9d76a04
      Xose Vazquez Perez 提交于
      0x06f8, 0xe036 Hercules  Wireless Dual Band 600 USB Key HWNUm-600
      0x0b05, 0x17a7 ASUS      USB-N10H 150Mbps 11n Wireless USB dongle
      0x0df6, 0x0069 Sitecom   Wireless Dualband Network Adapter 300N X5 WLA-5000
      0x0df6, 0x006f Sitecom   WiFi USB adapter N600 WLA-5100
      0x13d3, 0x3340 AzureWave 802.11n USB Wireless LAN Card
      0x13d3, 0x3399 AzureWave 802.11n USB Wireless LAN Card
      0x13d3, 0x3400 AzureWave 802.11n USB Wireless LAN Card
      0x13d3, 0x3401 AzureWave 802.11n USB Wireless LAN Card
      0x1740, 0x0600 EnGenius  Dual-Band Wireless Media Adapter
      0x1740, 0x0602 EnGenius  802.11 a/b/g/n Wireless USB Adapter
      0x177f, 0x0254 Sweex     LW054 Wireless 54G Adapter USB
      0xf201, 0x5370 TP-LINK   54Mbps Wireless USB Adapter
      
      no RF3053, and I believe no RT5572.
      
      Cc: Ivo van Doorn <IvDoorn@gmail.com>
      Cc: Gertjan van Wingerde <gwingerde@gmail.com>
      Cc: Helmut Schaa <helmut.schaa@googlemail.com>
      Cc: John W. Linville <linville@tuxdriver.com>
      Cc: users@rt2x00.serialmonkey.com
      Cc: linux-wireless@vger.kernel.org
      Signed-off-by: NXose Vazquez Perez <xose.vazquez@gmail.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      d9d76a04
  7. 09 2月, 2013 1 次提交
  8. 02 2月, 2013 2 次提交
  9. 31 1月, 2013 5 次提交
  10. 23 1月, 2013 1 次提交
    • H
      rt2x00: Improve TX status handling for BlockAckReq frames · 84e9e8eb
      Helmut Schaa 提交于
      Since rt2800 hardware isn't capable of reporting the TX status of
      BlockAckReq frames implement the TX status handling of BARs in
      rt2x00lib. We keep track of all BARs that are send out and try to
      match incoming BAs to the appropriate BARs. This allows us to report a
      more or less accurate TX status for BAR frames which in turn improves
      BA session stability.
      
      This is loosley based on Christian Lamparter's patch for carl9170
      "carl9170: fix HT peer BA session corruption".
      
      We have to walk the list of pending BARs for every rx'red BA even
      though most BAs don't belong to any of these BARs as they are just
      acknowledging an AMPDU. To keep that overhead low use RCU which allows
      us to walk the list of pending BARs without the need to acquire a lock.
      This however requires us to _copy_ relevant information from the BAR
      (RA, TA, control field, start sequence number) into our BAR list entry.
      Signed-off-by: NHelmut Schaa <helmut.schaa@googlemail.com>
      Tested-by: NAndreas Hartmann <andihartmann@01019freenet.de>
      Acked-by: NGertjan van Wingerde <gwingerde@gmail.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      84e9e8eb