1. 08 1月, 2013 1 次提交
  2. 25 8月, 2011 1 次提交
  3. 06 7月, 2011 1 次提交
  4. 28 1月, 2011 1 次提交
  5. 16 11月, 2010 1 次提交
    • C
      carl9170: import hw/fw header updates · 3f1240e4
      Christian Lamparter 提交于
      This patch imports all shared header changes
      from carl9170fw.git.
      
       * add some strategic __aligned(4).
         This allows the compiler generate optimized code for
         architectures which can't access (unaligned/packed)
         data efficiently.
         ("ath9k_hw: optimize all descriptor access functions")
      
       * add a forgotten __CARL9170FW__ ifdef around
         a private firmware-internal struct.
      
       * GET_VAL macro helper
         Very useful for extracting data out of the
         bit-packed PHY registers.
      
       * cosmetic changes
         e.g.: _CCA_MINCCA_ to just _CCA_MIN_.
      
       * version bump 1.8.8.3 -> 1.9.0.
      Signed-off-by: NChristian Lamparter <chunkeey@googlemail.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      3f1240e4
  6. 06 10月, 2010 1 次提交
    • C
      carl9170: support firmware-based rx filter · 5c895691
      Christian Lamparter 提交于
      The hardware rx-filter was essentially disabled, because
      of a serve, yet unidentifiable problem with iwlagn.
      Due to these circumstances the driver and mac80211 were
      left with the job of filtering.
      
      This is very unfortunate and has proven to be expensive
      in terms of latency, memory and load.
      
      Therefore the new 1.8.8.3 firmware introduces a flexible
      filtering infrastructure which allows the driver to
      offload some of the checks (FCS & PLCP crc check,
      RA match, control frame filter, etc...) whenever possible.
      
      Note:
      This patch also includes all changes to the
      shared headers files since the inclusion.
      Signed-off-by: NChristian Lamparter <chunkeey@googlemail.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      5c895691
  7. 15 9月, 2010 1 次提交