From c393d179924685d5c8c72446c5b6401f25fdb2a0 Mon Sep 17 00:00:00 2001 From: Marek Puzyniak Date: Tue, 7 Oct 2014 17:04:30 +0200 Subject: [PATCH] ath9k_htc: avoid kernel panic in ath9k_hw_reset hw pointer of ath_hw is not assigned to proper value in function ath9k_hw_reset what finally causes kernel panic. This can be solved by proper initialization of ath_hw in ath9k_init_priv. Signed-off-by: Marek Puzyniak Acked-by: Oleksij Rempel Signed-off-by: John W. Linville --- Reading git-format-patch failed