Add delay-init quirk for Corsair K70 RGB keyboards
[pandora-kernel.git] / include / net / iw_handler.h
index 5d5a6a4..1b5984a 100644 (file)
@@ -442,6 +442,12 @@ extern void wireless_send_event(struct net_device *        dev,
                                unsigned int            cmd,
                                union iwreq_data *      wrqu,
                                const char *            extra);
+#ifdef CONFIG_WEXT_CORE
+/* flush all previous wext events - if work is done from netdev notifiers */
+void wireless_nlevent_flush(void);
+#else
+static inline void wireless_nlevent_flush(void) {}
+#endif
 
 /* We may need a function to send a stream of events to user space.
  * More on that later... */