aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* add vendor command to MakefileJohannes Berg2014-10-291-1/+1
* Add mpp get/dump commandsHenning Rogge2014-10-091-1/+1
* iw: add coalesce supportAmitkumar Karwar2013-07-081-1/+1
* makefile: allow passing NO_PKG_CONFIGJohannes Berg2013-04-231-0/+2
* makefile: don't include .configJohannes Berg2013-04-231-2/+0
* clean up makefileJohannes Berg2013-04-231-3/+5
* add P2P Device handling primitivesJohannes Berg2012-11-061-1/+1
* add (optional) hwsim codeJohannes Berg2012-07-061-3/+6
* iw: fix the Makefile for multiple libnl installationsGuido Trentalancia2012-06-061-4/+12
* remove NLVERSION from MakefileJohannes Berg2011-11-171-1/+0
* always use libnl 3.2 as 3.2, not 3.0Bjarke Istrup Pedersen2011-11-141-6/+8
* fix compilation against libnl-3.xGilles Espinasse2011-11-141-14/+18
* Revert "Fix linking with libnl-3"Johannes Berg2011-11-111-3/+2
* Fix linking with libnl-3Gilles Espinasse2011-11-081-2/+3
* iw: add libnl-3.0 supportYegor Yefremov2011-09-071-0/+10
* add remain-on-channelJohannes Berg2011-07-151-1/+1
* wowlan supportJohannes Berg2011-05-091-1/+1
* implement setting bitrate maskJohannes Berg2010-07-231-1/+2
* iw: fix makefile for cqmBruno Randolf2010-05-111-1/+1
* iw: Add support for connection quality monitor configuationJuuso Oikarinen2010-03-311-1/+1
* iw: change install command to make it compatible with ancient coreutilsLuciano Coelho2010-03-171-2/+2
* iw: add set/get power_save commandsKalle Valo2010-03-161-1/+1
* add off-channel commandJohannes Berg2010-02-021-1/+1
* display noise level from survey dataHolger Schurig2009-11-161-1/+1
* iw: use PKG_CONFIG variable consistentlyJohannes Stezenbach2009-11-101-2/+2
* default install to $(PREFIX)/sbinJohn W. Linville2009-09-301-3/+3
* separate commands into sectionsJohannes Berg2009-08-241-0/+1
* add link commandJohannes Berg2009-07-251-1/+4
* connect API testJohannes Berg2009-06-231-1/+1
* iw/Makefile use pkg-config if passed from environmental var.Karl Hiramoto2009-05-131-2/+3
* split out event handling codeJohannes Berg2009-05-051-1/+1
* print statusJohannes Berg2009-05-051-1/+1
* print nicer auth/assoc/deauth/disassoc eventsJohannes Berg2009-05-051-1/+1
* generate version.c instead of version.oJohannes Berg2009-04-211-6/+10
* ibss join/leave/event codeJohannes Berg2009-04-191-1/+1
* make version.h depend on thingsJohannes Berg2009-04-181-1/+1
* Merge branch 'master' into scan-testJohannes Berg2009-02-051-0/+4
|\
| * iw: report if no supported version of libnl is foundPavel Roskin2009-01-311-0/+4
* | Merge branch 'master' into scan-testJohannes Berg2009-01-291-1/+1
|\|
| * change link order - it matters for help outputJohannes Berg2009-01-291-1/+1
* | Merge branch 'master' into scan-testJohannes Berg2009-01-291-1/+1
|\|
| * make all objects depend on nl80211.hJohannes Berg2009-01-271-1/+1
* | Merge branch 'master' into scan-testJohannes Berg2009-01-071-7/+26
|\|
| * Do not set -O2 -g CFLAGS if CFLAGS are already defined (in the env).Robert Buchholz2009-01-071-1/+1
| * evaluate pkg-config only onceJohannes Berg2008-12-131-2/+2
| * allow linking against libnl 2.0Pat Erley2008-12-131-5/+24
| * allow compilation using --as-neededMike Auty2008-12-121-2/+2
* | Merge branch 'master' into scan-testJohannes Berg2008-12-081-6/+10
|\|
| * Trivial patch for easier packaging of iwRobby Workman2008-11-191-5/+9
| * add event commandJohannes Berg2008-10-241-1/+1