diff mbox

[04/11] ath5k: remove wireless extensions inclusions

Message ID 20110713084032.538761142@sipsolutions.net (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Johannes Berg July 13, 2011, 8:39 a.m. UTC
From: Johannes Berg <johannes.berg@intel.com>

linux/wireless.h and net/iw_handler.h headers are
for wireless extensions only, so mac80211 drivers
shouldn't be including them.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
---
 drivers/net/wireless/ath/ath5k/base.h |    1 -
 1 file changed, 1 deletion(-)



--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Pavel Roskin July 13, 2011, 2:16 p.m. UTC | #1
On 07/13/2011 04:39 AM, Johannes Berg wrote:
> From: Johannes Berg<johannes.berg@intel.com>
>
> linux/wireless.h and net/iw_handler.h headers are
> for wireless extensions only, so mac80211 drivers
> shouldn't be including them.
>
> Signed-off-by: Johannes Berg<johannes.berg@intel.com>

Acked-by: Pavel Roskin <proski@gnu.org>
diff mbox

Patch

--- a/drivers/net/wireless/ath/ath5k/base.h	2011-07-13 10:07:03.000000000 +0200
+++ b/drivers/net/wireless/ath/ath5k/base.h	2011-07-13 10:07:07.000000000 +0200
@@ -43,7 +43,6 @@ 
 
 #include <linux/interrupt.h>
 #include <linux/list.h>
-#include <linux/wireless.h>
 #include <linux/if_ether.h>
 #include <linux/leds.h>
 #include <linux/rfkill.h>