|
@@ -2553,8 +2553,6 @@ void cfg80211_cqm_rssi_notify(struct net_device *dev,
|
|
|
enum nl80211_cqm_rssi_threshold_event rssi_event,
|
|
|
gfp_t gfp);
|
|
|
|
|
|
-#ifdef __KERNEL__
|
|
|
-
|
|
|
/* Logging, debugging and troubleshooting/diagnostic helpers. */
|
|
|
|
|
|
/* wiphy_printk helpers, similar to dev_printk */
|
|
@@ -2601,6 +2599,4 @@ void cfg80211_cqm_rssi_notify(struct net_device *dev,
|
|
|
#define wiphy_WARN(wiphy, format, args...) \
|
|
|
WARN(1, "wiphy: %s\n" format, wiphy_name(wiphy), ##args);
|
|
|
|
|
|
-#endif
|
|
|
-
|
|
|
#endif /* __NET_CFG80211_H */
|