1. 07 10月, 2011 5 次提交
  2. 23 9月, 2011 2 次提交
  3. 14 9月, 2011 2 次提交
  4. 22 8月, 2011 12 次提交
  5. 06 7月, 2011 2 次提交
  6. 30 6月, 2011 1 次提交
  7. 27 6月, 2011 4 次提交
  8. 02 5月, 2011 3 次提交
  9. 29 4月, 2011 1 次提交
    • A
      wl12xx: support FW TX inactivity triggers · 47684808
      Arik Nemtsov 提交于
      In AP mode we register for the MAX_TX_RETRY and INACTIVE_STA events.
      Both are reported to the upper layers as a TX failure in the offending
      stations.
      
      In STA mode we register only for the MAX_TX_RETRY event. A TX failure is
      interpreted as a loss of connection.
      
      Support for IEEE80211_HW_REPORTS_TX_ACK_STATUS has been removed to avoid
      the inherent race condition of a mac80211 TX failure counter in addition
      to the FW counter.
      
      This patch depends on "mac80211: allow low level driver to report packet
      loss"
      Signed-off-by: NArik Nemtsov <arik@wizery.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      47684808
  10. 19 4月, 2011 2 次提交
  11. 31 3月, 2011 1 次提交
  12. 03 3月, 2011 1 次提交
  13. 09 2月, 2011 2 次提交
  14. 25 1月, 2011 2 次提交
    • E
      wl12xx: fix some endianess bugs · 1d4801f2
      Eliad Peller 提交于
      pointed out by sparse warnings:
      
        CHECK   drivers/net/wireless/wl12xx/cmd.c
      drivers/net/wireless/wl12xx/cmd.c:987:20: warning: incorrect type in assignment (different base types)
      drivers/net/wireless/wl12xx/cmd.c:987:20:    expected restricted __le16 [usertype] aging_period
      drivers/net/wireless/wl12xx/cmd.c:987:20:    got int
        CHECK   drivers/net/wireless/wl12xx/tx.c
      drivers/net/wireless/wl12xx/tx.c:197:2: warning: cast from restricted __le16
      drivers/net/wireless/wl12xx/tx.c:197:2: warning: cast from restricted __le16
      drivers/net/wireless/wl12xx/tx.c:197:2: warning: cast from restricted __le16
        CHECK   drivers/net/wireless/wl12xx/acx.c
      drivers/net/wireless/wl12xx/acx.c:816:23: warning: incorrect type in assignment (different base types)
      drivers/net/wireless/wl12xx/acx.c:816:23:    expected restricted __le32 [usertype] rate_policy_idx
      drivers/net/wireless/wl12xx/acx.c:816:23:    got unsigned char [unsigned] [usertype] idx
      Signed-off-by: NEliad Peller <eliad@wizery.com>
      Signed-off-by: NLuciano Coelho <coelho@ti.com>
      1d4801f2
    • A
      wl12xx: AP mode - workaround for FW bug on station remove · 05285cf9
      Arik Nemtsov 提交于
      Sometimes an event indicating station removal is not sent up by
      firmware. We work around this by always indicating success in when
      a wait for the event timeouts.
      
      Temporary workaround until a FW fix is introduced.
      Signed-off-by: NArik Nemtsov <arik@wizery.com>
      Reviewed-by: NLuciano Coelho <coelho@ti.com>
      Signed-off-by: NLuciano Coelho <coelho@ti.com>
      05285cf9