From: Luciano Coelho Date: Fri, 23 May 2014 08:04:50 +0000 (+0300) Subject: ath9k/ath10k: remove unnecessary channel_switch_beacon callbacks X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~99^2^2~1^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aecdc89fb4664c76baa4bbd46008f220532309ff;p=pandora-kernel.git ath9k/ath10k: remove unnecessary channel_switch_beacon callbacks The channel_switch_beacon callback is optional, so it doesn't have to be defined if it's not going to do anything useful with it. Both ath9k and ath10k define the callback and just returns. This commit removes them. Cc: Michal Kazior Signed-off-by: Luciano Coelho Signed-off-by: Kalle Valo --- Reading git-diff-tree failed