--- a/drivers/net/wireless/ath/ath5k/rfkill.c	2012-05-28 21:16:04.000000000 -0400
+++ b/drivers/net/wireless/ath/ath5k/rfkill.c	2012-05-28 21:17:17.000000000 -0400
@@ -66,10 +66,8 @@
 static bool
 ath5k_is_rfkill_set(struct ath5k_hw *ah)
 {
-	/* configuring GPIO for input for some reason disables rfkill */
-	/*ath5k_hw_set_gpio_input(ah, ah->rf_kill.gpio);*/
-	return ath5k_hw_get_gpio(ah, ah->rf_kill.gpio) ==
-							ah->rf_kill.polarity;
+        /* Hard code this to work around a stupid bug. */
+        return 0;
 }
 
 static void
