diff options
author | Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> | 2011-01-27 08:56:14 +0000 |
---|---|---|
committer | Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> | 2011-01-27 08:56:14 +0000 |
commit | 9261d17ae5557a2f0fbe2ac7ee8fc9559b5ab8d8 (patch) | |
tree | ed1684662d9a0c1d15b5812a1004b254942aff9f /package/iw/patches/401-antenna.patch | |
parent | 984e573e16c166f08afa6f02a060ee5d766d0f18 (diff) | |
download | upstream-9261d17ae5557a2f0fbe2ac7ee8fc9559b5ab8d8.tar.gz upstream-9261d17ae5557a2f0fbe2ac7ee8fc9559b5ab8d8.tar.bz2 upstream-9261d17ae5557a2f0fbe2ac7ee8fc9559b5ab8d8.zip |
[package] iw: Refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25135 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iw/patches/401-antenna.patch')
-rw-r--r-- | package/iw/patches/401-antenna.patch | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/package/iw/patches/401-antenna.patch b/package/iw/patches/401-antenna.patch index fbac49eb7a..62f37c2e2d 100644 --- a/package/iw/patches/401-antenna.patch +++ b/package/iw/patches/401-antenna.patch @@ -15,11 +15,9 @@ v8: Simplfied option parser as requested. phy.c | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 0 deletions(-) -diff --git a/info.c b/info.c -index ce85514..75cadf0 100644 --- a/info.c +++ b/info.c -@@ -168,6 +168,13 @@ static int print_phy_handler(struct nl_msg *msg, void *arg) +@@ -168,6 +168,13 @@ static int print_phy_handler(struct nl_m printf("\tCoverage class: %d (up to %dm)\n", coverage, 450 * coverage); } @@ -33,11 +31,9 @@ index ce85514..75cadf0 100644 if (tb_msg[NL80211_ATTR_SUPPORTED_IFTYPES]) { printf("\tSupported interface modes:\n"); nla_for_each_nested(nl_mode, tb_msg[NL80211_ATTR_SUPPORTED_IFTYPES], rem_mode) -diff --git a/phy.c b/phy.c -index 7c6c7c8..e3bd4e8 100644 --- a/phy.c +++ b/phy.c -@@ -307,3 +307,51 @@ COMMAND(set, txpower, "<auto|fixed|limit> [<tx power in mBm>]", +@@ -307,3 +307,51 @@ COMMAND(set, txpower, "<auto|fixed|limit COMMAND(set, txpower, "<auto|fixed|limit> [<tx power in mBm>]", NL80211_CMD_SET_WIPHY, 0, CIB_NETDEV, handle_txpower, "Specify transmit power level and setting type."); |