1. 23 2月, 2011 9 次提交
  2. 09 2月, 2011 4 次提交
  3. 01 2月, 2011 1 次提交
    • L
      wl12xx: fix warning due to missing arg in ampdu_action · 7c3ee9e3
      Luciano Coelho 提交于
      Commit 0b01f030 added a new argument
      to the ampdu_action operation.  The ampdu_action operation in the
      wl12xx driver currently doesn't have that argument and this generates
      a warning.  This happened during merging of the latest mac80211
      patches with the wl12xx BA patches.
      
        CC [M]  drivers/net/wireless/wl12xx/main.o
      drivers/net/wireless/wl12xx/main.c:3035: warning: initialization from incompatible pointer type
      
      The wl12xx driver doesn't need to do anything about the buf_size
      argument since the AMPDU TX is fully handled by the firmware.
      Signed-off-by: NLuciano Coelho <coelho@ti.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      7c3ee9e3
  4. 25 1月, 2011 26 次提交