Re: [PATCH] ath10k: fix kernel panic, move arvifs list head init before htt init

2016-05-06 Thread Valo, Kalle
writes: > From: Anilkumar Kolli > > It is observed that while loading and unloading ath10k modules > in an infinite loop, before ath10k_core_start() completion HTT > rx frames are received, while processing these frames, > dereferencing the arvifs list code is getting hit before > initilizing th

[PATCH] ath10k: fix kernel panic, move arvifs list head init before htt init

2016-04-26 Thread akolli
From: Anilkumar Kolli It is observed that while loading and unloading ath10k modules in an infinite loop, before ath10k_core_start() completion HTT rx frames are received, while processing these frames, dereferencing the arvifs list code is getting hit before initilizing the arvifs list, causing