summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJavier Cardona <javier@cozybit.com>2009-12-09 18:43:00 -0800
committerJohn W. Linville <linville@tuxdriver.com>2009-12-10 16:09:52 -0500
commit5d618cb81aeea19879975cd1f9a1e707694dfd7c (patch)
tree1998238244c80531e09526eba11b9d3530e46622 /tools/perf/scripts/python
parent0c3cee72a403e3b4992a5478c9c33d668c246c22 (diff)
downloadkernel-5d618cb81aeea19879975cd1f9a1e707694dfd7c.tar.gz
mac80211: Fixed bug in mesh portal paths
Paths to mesh portals were being timed out immediately after each use in intermediate forwarding nodes. mppath->exp_time is set to the expiration time so assigning it to jiffies was marking the path as expired. Signed-off-by: Javier Cardona <javier@cozybit.com> Signed-off-by: Andrey Yurovsky <andrey@cozybit.com> Cc: stable@kernel.org Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
amp;id=af223e1728c448073d1e12fe464bf344310edeba'>powerpc/pseries: Fix the H_CALL error code in PLPKS driverNayna Jain 2022-07-28powerpc/pseries: define driver for Platform KeyStoreNayna Jain 2022-07-20powerpc/pseries: hvcall.h: add H_WATCHDOG opcode, H_NOOP return codeScott Cheloha 2022-06-29KVM: PPC: Book3S HV: tracing: Add missing hcall namesFabiano Rosas 2022-03-08powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy 2022-03-08powerpc/pseries: Interface to represent PAPR firmware attributesPratik R. Sampat