[ath9k-devel] [PATCH 4/6] ath9k: Only spectral scan relay file when it was created

2013-01-31 Thread Sven Eckelmann
The relay file depends on relayfs. Trying to close this file without having ATH9K_DEBUGFS (and therefore RELAY) activated causes build failures. Signed-off-by: Sven Eckelmann s...@narfation.org --- drivers/net/wireless/ath/ath9k/init.c |2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [ath9k-devel] [PATCH 4/6] ath9k: Only spectral scan relay file when it was created

2013-01-31 Thread Kalle Valo
Sven Eckelmann s...@narfation.org writes: The relay file depends on relayfs. Trying to close this file without having ATH9K_DEBUGFS (and therefore RELAY) activated causes build failures. Signed-off-by: Sven Eckelmann s...@narfation.org [...] +#ifdef CONFIG_ATH9K_DEBUGFS if