aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi
Commit message (Expand)AuthorAgeFilesLines
* madwifi: fix a race condition in the ap2ap wds setupFelix Fietkau2009-08-011-11/+33
* madwifi: disable debug by default in the source tree instead of only relying ...Felix Fietkau2009-08-011-3/+5
* madwifi: remove the get_arch.mk build failure when the 'detected' arch doesn'...Felix Fietkau2009-08-011-1/+6
* madwifi: fix crash on 2.6.30Felix Fietkau2009-07-182-2/+16
* madwifi: fix a race condition in the ibss mergeFelix Fietkau2009-07-161-0/+10
* madwifi: turn software based tsf merging on by default, get rid of some iwpri...Felix Fietkau2009-07-161-4/+5
* madwifi: clean up / fix ibss node handlingFelix Fietkau2009-07-161-0/+80
* madwifi: trivial antenna diversity fixFelix Fietkau2009-07-141-1/+1
* madwifi: remove the -mlong-calls cflag from include filesFelix Fietkau2009-07-131-0/+1
* madwifi.sh channel fixVasilis Tsiligiannis2009-07-121-22/+17
* madwifi: clean up wme handling, use same packet classification as mac80211Felix Fietkau2009-07-121-0/+136
* madwifi: fix another instance of excessive stack usage in wlanconfigFelix Fietkau2009-07-121-0/+9
* upgrade to the new version of wprobe - includes reconfigurable layer 2 statis...Felix Fietkau2009-07-061-22/+63
* [package] madwifi: Disable compression capability on AR71XX and make it optio...Vasilis Tsiligiannis2009-07-012-1/+13
* [packages] Various Makefile cleanup.Hauke Mehrtens2009-06-131-3/+3
* madwifi: disable compression by default, as it can cause instabilities on var...Felix Fietkau2009-06-111-2/+2
* [package] madwifi: clear variables used in for loopVasilis Tsiligiannis2009-06-031-2/+1
* madwifi: fix wlanconfig athX destroy on 2.6.30 (incomplete netdev_ops transit...Felix Fietkau2009-06-011-3/+34
* now that the gemini target is working, get rid of the obsolete and buggy stor...Imre Kaloz2009-06-011-3/+0
* fix madwifi for the gemini targetImre Kaloz2009-06-011-0/+3
* [package] madwifi: remove cruft from madwifi.sh introduced by r15954, thanks ...Jo-Philipp Wich2009-05-311-43/+3
* madwifi: handle frame classification properly if eth->h_proto contains the pr...Felix Fietkau2009-05-311-1/+1
* madwifi: fix excessive stack usage in the wlanconfig toolFelix Fietkau2009-05-311-0/+11
* madwifi: if a txpower value below the poweroffset is requested, set the inter...Felix Fietkau2009-05-311-0/+16
* madwifi: add better hw detection, use a power offset for setting/getting tx p...Felix Fietkau2009-05-3128-283/+406
* madwifi: add sanity checks for monitor mode injectionFelix Fietkau2009-05-301-0/+26
* madwifi: fix an array overrun in the rate control attach checkFelix Fietkau2009-05-301-1/+1
* madwifi: remove the "turbo" iwpriv command, it does not do anything useful, b...Felix Fietkau2009-05-221-3/+0
* madwifi: fix a rare ad-hoc mode crashFelix Fietkau2009-05-211-0/+11
* madwifi: cosmetic fixes for maxrate/minrateFelix Fietkau2009-05-214-6/+6
* [PATCH] [madwifi] Declare some missing local variables in madwifi.shJo-Philipp Wich2009-05-201-17/+58
* [PATCH] [madwifi] Fix device name allocationJo-Philipp Wich2009-05-201-0/+30
* [PATCH] [madwifi] Build madwifi with compression capability enabledJo-Philipp Wich2009-05-201-0/+3
* [PATCH] [madwifi] Detect every atheros device presentJo-Philipp Wich2009-05-201-1/+1
* [package] madwifi: don't try to set an interface essid with an empty valueNicolas Thill2009-05-171-2/+4
* [madwifi] Make madwifi compile with kernel 2.6.30.Hauke Mehrtens2009-05-143-3/+151
* madwifi: fix distance settingFelix Fietkau2009-05-131-0/+2
* madwifi: the openwrt build system usually has a better idea of what the targe...Felix Fietkau2009-05-111-0/+1
* [madwifi] make madwifi compile with kernel 2.6.29.Hauke Mehrtens2009-05-112-0/+1971
* madwifi: ignore the eeprom fast framing supported flag, as it is an arbitrary...Felix Fietkau2009-05-101-0/+11
* madwifi: do not add the ff headroom len to dev->hard_header_len to avoid unne...Felix Fietkau2009-05-101-0/+12
* madwifi: remove some leftover duplicate definitionsFelix Fietkau2009-05-102-3/+36
* madwifi: clean up tx status mrr handling and fix mrr parsing for 5416Felix Fietkau2009-05-101-0/+507
* madwifi: clean up handling of various timings such as slot time, ack timeout,...Felix Fietkau2009-05-083-4/+732
* madwifi: fix uninitialized variableFelix Fietkau2009-05-082-4/+5
* madwifi: remove unused functionsFelix Fietkau2009-05-081-0/+29
* upgrade to a new public hal build - contains several minor fixes including an...Felix Fietkau2009-05-082-5/+13
* madwifi: fix selection of phy errors in the rx filterFelix Fietkau2009-05-081-0/+28
* madwifi: improve autochannel decision with lots of cards on one boardFelix Fietkau2009-05-071-1/+1
* madwifi: improve autochannel, nuke some dead code, fix scanlist building from...Felix Fietkau2009-05-0715-74/+197
^Target-Title:\s*(.+?)\s*$/ and $feature->{target_title} = $1; /^Feature-Priority:\s*(\d+)\s*$/ and $feature->{priority} = $1; /^Feature-Name:\s*(.+?)\s*$/ and $feature->{title} = $1; /^Feature-Description:/ and $feature->{description} = get_multiline(\*FILE, "\t\t\t"); next; }; next unless $pkg; /^Version: \s*(.+)\s*$/ and $pkg->{version} = $1; /^Title: \s*(.+)\s*$/ and $pkg->{title} = $1; /^Menu: \s*(.+)\s*$/ and $pkg->{menu} = $1; /^Submenu: \s*(.+)\s*$/ and $pkg->{submenu} = $1; /^Submenu-Depends: \s*(.+)\s*$/ and $pkg->{submenudep} = $1; /^Source: \s*(.+)\s*$/ and $pkg->{source} = $1; /^Default: \s*(.+)\s*$/ and $pkg->{default} = $1; /^Provides: \s*(.+)\s*$/ and do { my @vpkg = split /\s+/, $1; foreach my $vpkg (@vpkg) { $package{$vpkg} or $package{$vpkg} = { name => $vpkg, vdepends => [], src => $src, subdir => $subdir, makefile => $makefile }; push @{$package{$vpkg}->{vdepends}}, $pkg->{name}; } }; /^Menu-Depends: \s*(.+)\s*$/ and $pkg->{mdepends} = [ split /\s+/, $1 ]; /^Depends: \s*(.+)\s*$/ and $pkg->{depends} = [ split /\s+/, $1 ]; /^Hidden: \s*(.+)\s*$/ and $pkg->{hidden} = 1; /^Build-Variant: \s*([\w\-]+)\s*/ and $pkg->{variant} = $1; /^Build-Only: \s*(.+)\s*$/ and $pkg->{buildonly} = 1; /^Build-Depends: \s*(.+)\s*$/ and $pkg->{builddepends} = [ split /\s+/, $1 ]; /^Build-Depends\/(\w+): \s*(.+)\s*$/ and $pkg->{"builddepends/$1"} = [ split /\s+/, $2 ]; /^Build-Types:\s*(.+)\s*$/ and $pkg->{buildtypes} = [ split /\s+/, $1 ]; /^Category: \s*(.+)\s*$/ and do { $pkg->{category} = $1; defined $category{$1} or $category{$1} = {}; defined $category{$1}->{$src} or $category{$1}->{$src} = []; push @{$category{$1}->{$src}}, $pkg; }; /^Description: \s*(.*)\s*$/ and $pkg->{description} = "\t\t $1\n". get_multiline(*FILE, "\t\t "); /^Type: \s*(.+)\s*$/ and do { $pkg->{type} = [ split /\s+/, $1 ]; undef $pkg->{tristate}; foreach my $type (@{$pkg->{type}}) { $type =~ /ipkg/ and $pkg->{tristate} = 1; } }; /^Config:\s*(.*)\s*$/ and $pkg->{config} = "$1\n".get_multiline(*FILE, "\t"); /^Prereq-Check:/ and $pkg->{prereq} = 1; /^Preconfig:\s*(.+)\s*$/ and do { my $pkgname = $pkg->{name}; $preconfig{$pkgname} or $preconfig{$pkgname} = {}; if (exists $preconfig{$pkgname}->{$1}) { $preconfig = $preconfig{$pkgname}->{$1}; } else { $preconfig = { id => $1 }; $preconfig{$pkgname}->{$1} = $preconfig; } }; /^Preconfig-Type:\s*(.*?)\s*$/ and $preconfig->{type} = $1; /^Preconfig-Label:\s*(.*?)\s*$/ and $preconfig->{label} = $1; /^Preconfig-Default:\s*(.*?)\s*$/ and $preconfig->{default} = $1; } close FILE; return 1; } 1;