1. 08 10月, 2009 3 次提交
  2. 21 9月, 2009 1 次提交
  3. 29 8月, 2009 7 次提交
  4. 20 8月, 2009 2 次提交
  5. 14 8月, 2009 9 次提交
  6. 05 8月, 2009 4 次提交
  7. 25 7月, 2009 1 次提交
  8. 22 7月, 2009 1 次提交
  9. 11 7月, 2009 8 次提交
  10. 19 6月, 2009 2 次提交
  11. 16 6月, 2009 2 次提交
    • G
      debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem. · 156f5a78
      GeunSik Lim 提交于
      Many developers use "/debug/" or "/debugfs/" or "/sys/kernel/debug/"
      directory name to mount debugfs filesystem for ftrace according to
      ./Documentation/tracers/ftrace.txt file.
      
      And, three directory names(ex:/debug/, /debugfs/, /sys/kernel/debug/) is
      existed in kernel source like ftrace, DRM, Wireless, Documentation,
      Network[sky2]files to mount debugfs filesystem.
      
      debugfs means debug filesystem for debugging easy to use by greg kroah
      hartman. "/sys/kernel/debug/" name is suitable as directory name
      of debugfs filesystem.
      - debugfs related reference: http://lwn.net/Articles/334546/
      
      Fix inconsistency of directory name to mount debugfs filesystem.
      
      * From Steven Rostedt
        - find_debugfs() and tracing_files() in this patch.
      Signed-off-by: NGeunSik Lim <geunsik.lim@samsung.com>
      Acked-by     : Inaky Perez-Gonzalez <inaky@linux.intel.com>
      Reviewed-by  : Steven Rostedt <rostedt@goodmis.org>
      Reviewed-by  : James Smart <james.smart@emulex.com>
      CC: Jiri Kosina <trivial@kernel.org>
      CC: David Airlie <airlied@linux.ie>
      CC: Peter Osterlund <petero2@telia.com>
      CC: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
      CC: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
      CC: Masami Hiramatsu <mhiramat@redhat.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      156f5a78
    • N
      ath5k: fix mesh beaconing · 35edf8aa
      Nick Kossifidis 提交于
      This patch is from Nick Kossifidis but he forgot to send it.  It ensures
      that the beacon queue gets started in mesh mode as well, otherwise ath5k
      will not beacon in mesh point mode.
      
      At this time, we still need to issue a scan before mesh beaconing will
      work but that appears to be a separate problem.
      Signed-off-by: NAndrey Yurovsky <andrey@cozybit.com>
      Signed-off-by: NNick Kossifidis <mickflemm@gmail.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      35edf8aa