1. 28 9月, 2011 1 次提交
  2. 22 9月, 2011 3 次提交
  3. 30 8月, 2011 7 次提交
  4. 09 8月, 2011 1 次提交
  5. 21 7月, 2011 2 次提交
  6. 12 7月, 2011 3 次提交
  7. 04 6月, 2011 2 次提交
  8. 08 4月, 2011 1 次提交
  9. 31 3月, 2011 1 次提交
  10. 12 3月, 2011 1 次提交
  11. 22 2月, 2011 3 次提交
  12. 29 1月, 2011 1 次提交
  13. 17 11月, 2010 1 次提交
  14. 16 11月, 2010 2 次提交
  15. 08 10月, 2010 2 次提交
  16. 06 10月, 2010 1 次提交
    • W
      iwlagn: reduce redundant parameter definitions · 7cb1b088
      Wey-Yi Guy 提交于
      move paramater definitions to a device paramater structure only
      leaving the device name, which antennas are used and what firmware
      file to use in the iwl_cfg structure.  this will not completely
      remove the redundancies but greatly reduce them for devices that
      only vary by name or antennas.  the parameters that are more
      likely to change within a given device family are left in iwl_cfg.
      also separate bt param structure added to help reduce more.
      Signed-off-by: NJay Sternberg <jay.e.sternberg@intel.com>
      Signed-off-by: NWey-Yi Guy <wey-yi.w.guy@intel.com>
      7cb1b088
  17. 17 9月, 2010 1 次提交
    • J
      iwlwifi: fix sparse warning about wrong enum for band parameter · 20c956df
      John W. Linville 提交于
      drivers/net/wireless/iwlwifi/iwl-scan.c:386:27: warning: mixing different enum types
      drivers/net/wireless/iwlwifi/iwl-scan.c:386:27:     int enum nl80211_band  versus
      drivers/net/wireless/iwlwifi/iwl-scan.c:386:27:     int enum ieee80211_band
      drivers/net/wireless/iwlwifi/iwl-scan.c:435:57: warning: mixing different enum types
      drivers/net/wireless/iwlwifi/iwl-scan.c:435:57:     int enum ieee80211_band  versus
      drivers/net/wireless/iwlwifi/iwl-scan.c:435:57:     int enum nl80211_band
      drivers/net/wireless/iwlwifi/iwl-scan.c:474:53: warning: mixing different enum types
      drivers/net/wireless/iwlwifi/iwl-scan.c:474:53:     int enum ieee80211_band  versus
      drivers/net/wireless/iwlwifi/iwl-scan.c:474:53:     int enum nl80211_band
      drivers/net/wireless/iwlwifi/iwl-scan.c:588:72: warning: mixing different enum types
      drivers/net/wireless/iwlwifi/iwl-scan.c:588:72:     int enum ieee80211_band  versus
      drivers/net/wireless/iwlwifi/iwl-scan.c:588:72:     int enum nl80211_band
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      20c956df
  18. 15 9月, 2010 7 次提交