From 5b7afa25a4e226728c3e7e7ce12a48733aa4e0f4 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 16 Sep 2009 12:02:10 +0000 Subject: madwifi: fix iwconfig tx power display git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17592 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/madwifi/patches/432-netdev_ops.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/madwifi/patches/432-netdev_ops.patch') diff --git a/package/madwifi/patches/432-netdev_ops.patch b/package/madwifi/patches/432-netdev_ops.patch index 915b1a85d8..cc8e9c6664 100644 --- a/package/madwifi/patches/432-netdev_ops.patch +++ b/package/madwifi/patches/432-netdev_ops.patch @@ -151,7 +151,7 @@ http://madwifi-project.org/changeset/4005 * Iterate through ic_channels to enumerate all distinct ic_ieee channel numbers. --- a/net80211/ieee80211_wireless.c +++ b/net80211/ieee80211_wireless.c -@@ -5945,7 +5945,7 @@ static struct iw_handler_def ieee80211_i +@@ -5946,7 +5946,7 @@ static struct iw_handler_def ieee80211_i /* * Handle private ioctl requests. */ @@ -160,7 +160,7 @@ http://madwifi-project.org/changeset/4005 ieee80211_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) { struct ieee80211vap *vap = netdev_priv(dev); -@@ -6035,7 +6035,6 @@ ieee80211_ioctl_vattach(struct ieee80211 +@@ -6036,7 +6036,6 @@ ieee80211_ioctl_vattach(struct ieee80211 { struct net_device *dev = vap->iv_dev; -- cgit v1.2.3