On Tue, 2010-06-15 at 13:50 +0200, ext Julian Calaby wrote: > 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? No I won't call you stupid. It seems I have forgotten to commit again, but no worries: The corresponding kernel patch went back to the drawing board, so I'll to redo this patch anyway. I'll be sure also commit then ;) -Juuso > Thanks, > -- 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