On Tue, Jun 15, 2010 at 19:17, Juuso Oikarinen <juuso.oikarinen@xxxxxxxxx> wrote: > This patch adds the "set tx_power" command to allow specifying the transmit > power level to the WLAN stack. The transmit power configuration consists of > a mode (automatic, fixed, limited) and the limit mBm value. > > Signed-off-by: Juuso Oikarinen <juuso.oikarinen@xxxxxxxxx> > --- > Makefile | 3 ++- > nl80211.h | 27 ++++++++++++++++++++++++++- > 2 files changed, 28 insertions(+), 2 deletions(-) > > diff --git a/Makefile b/Makefile > index d303f45..cbb9504 100644 > --- a/Makefile > +++ b/Makefile > @@ -17,7 +17,8 @@ CFLAGS += -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing > OBJS = iw.o genl.o event.o info.o phy.o \ > interface.o ibss.o station.o survey.o util.o \ > mesh.o mpath.o scan.o reg.o version.o \ > - reason.o status.o connect.o link.o offch.o ps.o cqm.o > + reason.o status.o connect.o link.o offch.o ps.o cqm.o \ > + txpower.o > OBJS += sections.o > ALL = iw > Call me stupid, but is there a txpower.c? Thanks, -- Julian Calaby Email: julian.calaby@xxxxxxxxx .Plan: http://sites.google.com/site/juliancalaby/ -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html