commit | aecdc89fb4664c76baa4bbd46008f220532309ff | [log] [tgz] |
---|---|---|
author | Luciano Coelho <luciano.coelho@intel.com> | Fri May 23 11:04:50 2014 +0300 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Fri May 23 11:31:45 2014 +0300 |
tree | c30fccacb518a75445cc224cb9427d09286ca022 | |
parent | afe5b7b4db0c95f22cdcbc02e0b021887faae277 [diff] |
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 <michal.kazior@tieto.com> Signed-off-by: Luciano Coelho <luciano.coelho@intel.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>