1. 26 6月, 2010 2 次提交
  2. 06 6月, 2010 3 次提交
  3. 14 5月, 2010 2 次提交
  4. 11 5月, 2010 6 次提交
  5. 01 5月, 2010 2 次提交
  6. 17 4月, 2010 4 次提交
  7. 10 4月, 2010 1 次提交
  8. 26 3月, 2010 10 次提交
  9. 20 3月, 2010 4 次提交
  10. 10 3月, 2010 1 次提交
  11. 20 2月, 2010 1 次提交
  12. 09 2月, 2010 2 次提交
  13. 30 1月, 2010 1 次提交
  14. 26 1月, 2010 1 次提交
    • R
      iwlwifi: make broadcast station addition generic · 3459ab5a
      Reinette Chatre 提交于
      Add function pointer for broadcast station addition so that we can call it
      in from iwlcore at a later time. We only distinguish between iwlagn and
      iwl3945 broadcast station addition. For the iwl3945 station addition we add
      that function to iwlcore since that is where most station functionality
      resides, making it part of iwl3945 will require significant code
      reorganization that will dilute station management functionality. This
      seems to be an efficient solution.
      
      It may seem as though we are removing error checking when adding the 3945
      broadcast station but this error checking was never really necessary since
      the function returns the station id and the broadcast station id is always
      set.
      Signed-off-by: NReinette Chatre <reinette.chatre@intel.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      3459ab5a