diff options
| author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-03-08 19:25:11 +0000 |
|---|---|---|
| committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-03-08 19:25:11 +0000 |
| commit | 5914bd3e2e9ba5298762626a416b237d04c541b0 (patch) | |
| tree | 8b61c96a43c48cf90870c9d7c340981432c9f0d8 /package/mac80211/patches/410-ath9k-always-compile-ath_radio_-en-dis-able.patch | |
| parent | 99dbef8a63c7f0a7e78b6518293e2aac9c40a2ed (diff) | |
[package] mac80211: update compat-wireless to 2009-03-07
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14795 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/410-ath9k-always-compile-ath_radio_-en-dis-able.patch')
| -rw-r--r-- | package/mac80211/patches/410-ath9k-always-compile-ath_radio_-en-dis-able.patch | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/package/mac80211/patches/410-ath9k-always-compile-ath_radio_-en-dis-able.patch b/package/mac80211/patches/410-ath9k-always-compile-ath_radio_-en-dis-able.patch deleted file mode 100644 index 436a5616a..000000000 --- a/package/mac80211/patches/410-ath9k-always-compile-ath_radio_-en-dis-able.patch +++ /dev/null @@ -1,41 +0,0 @@ -From eb96b22223352ed6446532c2436f301e86970144 Mon Sep 17 00:00:00 2001 -From: Gabor Juhos <juhosg@openwrt.org> -Date: Fri, 6 Mar 2009 10:50:37 +0100 -Subject: [PATCH] ath9k: always compile ath_radio_{en,dis}able - -ath_radio_{en,dis}able is only compiled if RFKILL is enabled, but it is -required by the 'ath9k_wiphy_select' function. - -Signed-off-by: Gabor Juhos <juhosg@openwrt.org> ---- - drivers/net/wireless/ath9k/main.c | 12 ++++++------ - 1 files changed, 6 insertions(+), 6 deletions(-) - ---- a/drivers/net/wireless/ath9k/main.c -+++ b/drivers/net/wireless/ath9k/main.c -@@ -1090,12 +1090,6 @@ fail: - ath_deinit_leds(sc); - } - --#if defined(CONFIG_RFKILL) || defined(CONFIG_RFKILL_MODULE) -- --/*******************/ --/* Rfkill */ --/*******************/ -- - void ath_radio_enable(struct ath_softc *sc) - { - struct ath_hw *ah = sc->sc_ah; -@@ -1172,6 +1166,12 @@ void ath_radio_disable(struct ath_softc - ath9k_ps_restore(sc); - } - -+#if defined(CONFIG_RFKILL) || defined(CONFIG_RFKILL_MODULE) -+ -+/*******************/ -+/* Rfkill */ -+/*******************/ -+ - static bool ath_is_rfkill_set(struct ath_softc *sc) - { - struct ath_hw *ah = sc->sc_ah; |
