Skip to content
Snippets Groups Projects
Commit e6a3b616 authored by Tobias Doerffel's avatar Tobias Doerffel Committed by John W. Linville
Browse files

ath5k: added cfg80211 based rfkill support


This patch introduces initial rfkill support for the ath5k driver
based on rfkill support in the cfg80211 framework.
All rfkill related code is separated into newly created rfkill.c.

Changes to existing code are minimal:

* added a new data structure ath5k_rfkill to the ath5k_softc structure
* inserted calls to HW rfkill init/deinit routines
* ath5k_intr() has been extended to handle AR5K_INT_GPIO interrupts

Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 207ee162
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment