summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ath6kl/os/linux/include/ar6xapi_linux.h
diff options
context:
space:
mode:
authorLuis R. Rodriguez <lrodriguez@atheros.com>2011-03-29 17:56:09 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2011-04-04 22:58:08 -0700
commit871f7105cc406fb963d1b47f0f99608f6b5037df (patch)
tree7419ba088cffe36940325a346eb2fb967f52f3cb /drivers/staging/ath6kl/os/linux/include/ar6xapi_linux.h
parenteba67f4366521b6c761f50af859917b89eba7dbf (diff)
downloadop-kernel-dev-871f7105cc406fb963d1b47f0f99608f6b5037df.zip
op-kernel-dev-871f7105cc406fb963d1b47f0f99608f6b5037df.tar.gz
ath6kl: remove SEND_EVENT_TO_APP define
This was enabled by default but its pretty useless for upstream given that its sendign some custom wireless event. These need to be reviewed instead and a respective cfg80211 event / call should be used later. Cc: Naveen Singh <nsingh@atheros.com> Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/ath6kl/os/linux/include/ar6xapi_linux.h')
-rw-r--r--drivers/staging/ath6kl/os/linux/include/ar6xapi_linux.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/ath6kl/os/linux/include/ar6xapi_linux.h b/drivers/staging/ath6kl/os/linux/include/ar6xapi_linux.h
index 1acfb9c..dd6905c 100644
--- a/drivers/staging/ath6kl/os/linux/include/ar6xapi_linux.h
+++ b/drivers/staging/ath6kl/os/linux/include/ar6xapi_linux.h
@@ -83,11 +83,6 @@ s16 rssi_compensation_reverse_calc(struct ar6_softc *ar, s16 rssi, bool Above);
void ar6000_dbglog_init_done(struct ar6_softc *ar);
-#ifdef SEND_EVENT_TO_APP
-void ar6000_send_event_to_app(struct ar6_softc *ar, u16 eventId, u8 *datap, int len);
-void ar6000_send_generic_event_to_app(struct ar6_softc *ar, u16 eventId, u8 *datap, int len);
-#endif
-
#ifdef CONFIG_HOST_TCMD_SUPPORT
void ar6000_tcmd_rx_report_event(void *devt, u8 *results, int len);
#endif
OpenPOWER on IntegriCloud