1. 02 5月, 2008 5 次提交
  2. 01 5月, 2008 2 次提交
  3. 30 4月, 2008 2 次提交
  4. 29 4月, 2008 3 次提交
  5. 28 4月, 2008 1 次提交
  6. 24 4月, 2008 9 次提交
  7. 23 4月, 2008 3 次提交
  8. 20 4月, 2008 2 次提交
    • R
      PM: Remove destroy_suspended_device() · b844eba2
      Rafael J. Wysocki 提交于
      After 2.6.24 there was a plan to make the PM core acquire all device
      semaphores during a suspend/hibernation to protect itself from
      concurrent operations involving device objects.  That proved to be
      too heavy-handed and we found a better way to achieve the goal, but
      before it happened, we had introduced the functions
      device_pm_schedule_removal() and destroy_suspended_device() to allow
      drivers to "safely" destroy a suspended device and we had adapted some
      drivers to use them.  Now that these functions are no longer necessary,
      it seems reasonable to remove them and modify their users to use the
      normal device unregistration instead.
      Signed-off-by: NRafael J. Wysocki <rjw@sisk.pl>
      Acked-by: NPavel Machek <pavel@ucw.cz>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      b844eba2
    • D
      iwlwifi: Fix unconditional access to station->tidp[].agg. · 344234de
      David S. Miller 提交于
      Reportred by Ingo Molnar:
      
      drivers/net/wireless/iwlwifi/iwl-debugfs.c: In function 'iwl_dbgfs_stations_read':
      drivers/net/wireless/iwlwifi/iwl-debugfs.c:256: error: 'struct iwl4965_tid_data' has no member named 'agg'
      
      Needs CONFIG_IWL4965_HT protection.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      344234de
  9. 17 4月, 2008 13 次提交