1. 11 8月, 2012 4 次提交
  2. 11 4月, 2012 1 次提交
  3. 07 3月, 2012 1 次提交
  4. 29 11月, 2011 4 次提交
  5. 09 8月, 2011 3 次提交
  6. 22 7月, 2011 1 次提交
  7. 21 7月, 2011 1 次提交
    • P
      ath5k: merge ath5k_hw and ath5k_softc · e0d687bd
      Pavel Roskin 提交于
      Both ath5k_hw and ath5k_softc represent one instance of the hardware.
      This duplication is historical and is not needed anymore.
      
      Keep the name "ath5k_hw" for the merged structure and "ah" for the
      variable pointing to it.  "ath5k_hw" is shorter than "ath5k_softc", more
      descriptive and more widely used.
      
      Put the combined structure to ath5k.h where the old ath5k_softc used to
      be. Move some code from base.h to ath5k.h as needed.
      
      Remove memory allocation for struct ath5k_hw and the corresponding error
      handling.  Merge iobase and ah_iobase fields.
      Signed-off-by: NPavel Roskin <proski@gnu.org>
      Acked-by: NNick Kossifidis <mickflemm@gmail.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      e0d687bd
  8. 14 7月, 2011 3 次提交
  9. 12 7月, 2011 1 次提交
  10. 08 7月, 2011 2 次提交
  11. 31 3月, 2011 1 次提交
  12. 22 2月, 2011 1 次提交
  13. 19 2月, 2011 1 次提交
  14. 08 2月, 2011 1 次提交
  15. 05 1月, 2011 1 次提交
  16. 23 12月, 2010 5 次提交
  17. 07 12月, 2010 1 次提交
  18. 01 12月, 2010 8 次提交