diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-05-18 20:25:45 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-05-18 20:25:45 +0000 |
commit | e582f614b6e15517a9207b0a96a72b68f7a254df (patch) | |
tree | a5424c2b64deca27b19672364f80d83e46892d23 /target/linux/generic-2.6/patches-2.6.24/903-hostap_txpower.patch | |
parent | 37044cf01e5764164d34a4bfe14f9f00f7a2f6ea (diff) | |
download | mtk-20170518-e582f614b6e15517a9207b0a96a72b68f7a254df.zip mtk-20170518-e582f614b6e15517a9207b0a96a72b68f7a254df.tar.gz mtk-20170518-e582f614b6e15517a9207b0a96a72b68f7a254df.tar.bz2 |
refresh generic 2.6.24 patches
SVN-Revision: 11188
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.24/903-hostap_txpower.patch')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.24/903-hostap_txpower.patch | 62 |
1 files changed, 34 insertions, 28 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.24/903-hostap_txpower.patch b/target/linux/generic-2.6/patches-2.6.24/903-hostap_txpower.patch index 6f82cdb..13bd18d 100644 --- a/target/linux/generic-2.6/patches-2.6.24/903-hostap_txpower.patch +++ b/target/linux/generic-2.6/patches-2.6.24/903-hostap_txpower.patch @@ -1,7 +1,8 @@ -diff -Nur linux-2.6.17/drivers/net/wireless/hostap/hostap_ap.c linux-2.6.17-patched/drivers/net/wireless/hostap/hostap_ap.c ---- linux-2.6.17/drivers/net/wireless/hostap/hostap_ap.c 2006-06-18 04:49:35.000000000 +0300 -+++ linux-2.6.17-patched/drivers/net/wireless/hostap/hostap_ap.c 2006-12-10 19:13:33.000000000 +0200 -@@ -2345,13 +2345,13 @@ +Index: linux-2.6.24.7/drivers/net/wireless/hostap/hostap_ap.c +=================================================================== +--- linux-2.6.24.7.orig/drivers/net/wireless/hostap/hostap_ap.c ++++ linux-2.6.24.7/drivers/net/wireless/hostap/hostap_ap.c +@@ -2358,13 +2358,13 @@ int prism2_ap_get_sta_qual(local_info_t addr[count].sa_family = ARPHRD_ETHER; memcpy(addr[count].sa_data, sta->addr, ETH_ALEN); if (sta->last_rx_silence == 0) @@ -21,7 +22,7 @@ diff -Nur linux-2.6.17/drivers/net/wireless/hostap/hostap_ap.c linux-2.6.17-patc qual[count].updated = sta->last_rx_updated; sta->last_rx_updated = IW_QUAL_DBM; -@@ -2416,13 +2416,13 @@ +@@ -2429,13 +2429,13 @@ int prism2_ap_translate_scan(struct net_ memset(&iwe, 0, sizeof(iwe)); iwe.cmd = IWEVQUAL; if (sta->last_rx_silence == 0) @@ -41,10 +42,11 @@ diff -Nur linux-2.6.17/drivers/net/wireless/hostap/hostap_ap.c linux-2.6.17-patc iwe.u.qual.updated = sta->last_rx_updated; iwe.len = IW_EV_QUAL_LEN; current_ev = iwe_stream_add_event(current_ev, end_buf, &iwe, -diff -Nur linux-2.6.17/drivers/net/wireless/hostap/hostap_config.h linux-2.6.17-patched/drivers/net/wireless/hostap/hostap_config.h ---- linux-2.6.17/drivers/net/wireless/hostap/hostap_config.h 2006-06-18 04:49:35.000000000 +0300 -+++ linux-2.6.17-patched/drivers/net/wireless/hostap/hostap_config.h 2006-12-10 19:13:33.000000000 +0200 -@@ -47,4 +47,9 @@ +Index: linux-2.6.24.7/drivers/net/wireless/hostap/hostap_config.h +=================================================================== +--- linux-2.6.24.7.orig/drivers/net/wireless/hostap/hostap_config.h ++++ linux-2.6.24.7/drivers/net/wireless/hostap/hostap_config.h +@@ -45,4 +45,9 @@ */ /* #define PRISM2_NO_STATION_MODES */ @@ -54,32 +56,35 @@ diff -Nur linux-2.6.17/drivers/net/wireless/hostap/hostap_config.h linux-2.6.17- +#define RAW_TXPOWER_SETTING + #endif /* HOSTAP_CONFIG_H */ -diff -Nur linux-2.6.17/drivers/net/wireless/hostap/hostap.h linux-2.6.17-patched/drivers/net/wireless/hostap/hostap.h ---- linux-2.6.17/drivers/net/wireless/hostap/hostap.h 2006-06-18 04:49:35.000000000 +0300 -+++ linux-2.6.17-patched/drivers/net/wireless/hostap/hostap.h 2006-12-10 19:20:00.000000000 +0200 -@@ -89,6 +89,7 @@ - extern struct ethtool_ops prism2_ethtool_ops; +Index: linux-2.6.24.7/drivers/net/wireless/hostap/hostap.h +=================================================================== +--- linux-2.6.24.7.orig/drivers/net/wireless/hostap/hostap.h ++++ linux-2.6.24.7/drivers/net/wireless/hostap/hostap.h +@@ -89,6 +89,7 @@ extern const struct iw_handler_def hosta + extern const struct ethtool_ops prism2_ethtool_ops; int hostap_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd); +int hostap_restore_power(struct net_device *dev); #endif /* HOSTAP_H */ -diff -Nur linux-2.6.17/drivers/net/wireless/hostap/hostap_hw.c linux-2.6.17-patched/drivers/net/wireless/hostap/hostap_hw.c ---- linux-2.6.17/drivers/net/wireless/hostap/hostap_hw.c 2006-06-18 04:49:35.000000000 +0300 -+++ linux-2.6.17-patched/drivers/net/wireless/hostap/hostap_hw.c 2006-12-10 19:13:33.000000000 +0200 -@@ -1043,6 +1043,7 @@ - dev->name, local->fragm_threshold); +Index: linux-2.6.24.7/drivers/net/wireless/hostap/hostap_hw.c +=================================================================== +--- linux-2.6.24.7.orig/drivers/net/wireless/hostap/hostap_hw.c ++++ linux-2.6.24.7/drivers/net/wireless/hostap/hostap_hw.c +@@ -933,6 +933,7 @@ static int hfa384x_set_rid(struct net_de + prism2_hw_reset(dev); } + hostap_restore_power(dev); return res; } -diff -Nur linux-2.6.17/drivers/net/wireless/hostap/hostap_info.c linux-2.6.17-patched/drivers/net/wireless/hostap/hostap_info.c ---- linux-2.6.17/drivers/net/wireless/hostap/hostap_info.c 2006-06-18 04:49:35.000000000 +0300 -+++ linux-2.6.17-patched/drivers/net/wireless/hostap/hostap_info.c 2006-12-10 19:13:33.000000000 +0200 -@@ -429,6 +429,11 @@ +Index: linux-2.6.24.7/drivers/net/wireless/hostap/hostap_info.c +=================================================================== +--- linux-2.6.24.7.orig/drivers/net/wireless/hostap/hostap_info.c ++++ linux-2.6.24.7/drivers/net/wireless/hostap/hostap_info.c +@@ -433,6 +433,11 @@ static void handle_info_queue_linkstatus } /* Get BSSID if we have a valid AP address */ @@ -91,10 +96,11 @@ diff -Nur linux-2.6.17/drivers/net/wireless/hostap/hostap_info.c linux-2.6.17-pa if (connected) { netif_carrier_on(local->dev); netif_carrier_on(local->ddev); -diff -Nur linux-2.6.17/drivers/net/wireless/hostap/hostap_ioctl.c linux-2.6.17-patched/drivers/net/wireless/hostap/hostap_ioctl.c ---- linux-2.6.17/drivers/net/wireless/hostap/hostap_ioctl.c 2006-06-18 04:49:35.000000000 +0300 -+++ linux-2.6.17-patched/drivers/net/wireless/hostap/hostap_ioctl.c 2006-12-10 21:21:03.000000000 +0200 -@@ -1506,23 +1506,20 @@ +Index: linux-2.6.24.7/drivers/net/wireless/hostap/hostap_ioctl.c +=================================================================== +--- linux-2.6.24.7.orig/drivers/net/wireless/hostap/hostap_ioctl.c ++++ linux-2.6.24.7/drivers/net/wireless/hostap/hostap_ioctl.c +@@ -1501,23 +1501,20 @@ static int prism2_txpower_hfa386x_to_dBm val = 255; tmp = val; @@ -122,7 +128,7 @@ diff -Nur linux-2.6.17/drivers/net/wireless/hostap/hostap_ioctl.c linux-2.6.17-p return (unsigned char) tmp; } -@@ -4086,3 +4083,35 @@ +@@ -4077,3 +4074,35 @@ int hostap_ioctl(struct net_device *dev, return ret; } |