summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* fix hostapd a/g mode if only the channel is configured in the configFelix Fietkau2008-10-291-1/+4
| | | | SVN-Revision: 13076
* fix hostapd race condition which breaks wpa with madwifiFelix Fietkau2008-10-291-0/+27
| | | | SVN-Revision: 13075
* fix a null pointer deref in vi's searchMike Baker2008-10-291-0/+35
| | | | SVN-Revision: 13073
* mac80211: fix zd1211rw firmware locationGabor Juhos2008-10-281-2/+2
| | | | SVN-Revision: 13065
* remove LED api abuse from r13032 per request fom nbd, gpioctl is now built ↵Travis Kemen2008-10-231-14/+5
| | | | | | by defualt SVN-Revision: 13039
* remove polarity from config file generationTravis Kemen2008-10-231-2/+1
| | | | SVN-Revision: 13034
* fix mistakes in last commitTravis Kemen2008-10-231-2/+2
| | | | SVN-Revision: 13033
* Simplify antenna selection and remove the need for gpioctl for the nanostation2.Travis Kemen2008-10-231-12/+19
| | | | SVN-Revision: 13032
* fix polarityTravis Kemen2008-10-231-1/+1
| | | | SVN-Revision: 13031
* madwifi: improve reliability of the antenna diversity settingFelix Fietkau2008-10-232-1/+11
| | | | SVN-Revision: 13029
* implement uci config option for the nanostation antenna/polarity control ↵Felix Fietkau2008-10-231-8/+47
| | | | | | (ns2 and ns5 supported) SVN-Revision: 13028
* madwifi: add a patch for detecting vendor / device name information (only ↵Felix Fietkau2008-10-234-9/+326
| | | | | | implemented for WiSoC at the moment) SVN-Revision: 13027
* make sure that the dhcp client (or other processes necessary to get a ↵Felix Fietkau2008-10-231-0/+1
| | | | | | connection) gets restarted when the wifi is restarted SVN-Revision: 13026
* add new switch configuration apiFelix Fietkau2008-10-185-0/+1141
| | | | SVN-Revision: 13009
* mac80211: fix zd1211rw build errorGabor Juhos2008-10-171-3/+18
| | | | SVN-Revision: 12996
* add phidget kernel module from #4116Travis Kemen2008-10-171-0/+13
| | | | SVN-Revision: 12994
* madwifi: allow disabling of hardware ibss merges by setting the wifi-iface ↵Felix Fietkau2008-10-161-1/+4
| | | | | | option sw_merge, which does the tsf sync in software instead. used to work around hardware issues with hw merges (ATIM window gets screwed up) SVN-Revision: 12993
* remove madwifi-testing (it confuses users) - it doesn't work, never has, and ↵Felix Fietkau2008-10-1646-5160/+5
| | | | | | i'm not going to finish it. SVN-Revision: 12992
* netfilter/iptables: disable IMQ on 2.6.27Gabor Juhos2008-10-152-3/+4
| | | | SVN-Revision: 12984
* madwifi: add sta mode idle reassoc fix (#4091)Felix Fietkau2008-10-141-9/+0
| | | | SVN-Revision: 12981
* fixes firewall for trunk, custom chains were never reched, as policies apply ↵John Crispin2008-10-141-3/+3
| | | | | | beforehand SVN-Revision: 12978
* Add acx wireless configuration (#4095)Florian Fainelli2008-10-132-0/+203
| | | | SVN-Revision: 12962
* Ucified PXE-Boot options for dnsmasqSteven Barth2008-10-131-0/+3
| | | | SVN-Revision: 12960
* madwifi: fix a node refcounting imbalance with a low (but nonzero) crash ↵Felix Fietkau2008-10-111-1/+1
| | | | | | probability SVN-Revision: 12950
* mac80211: add rate control rewrite and enhance the performance of the ↵Felix Fietkau2008-10-1122-129/+7636
| | | | | | minstrel algorithm for non-mrr configurations SVN-Revision: 12948
* Fix libnl pkg config file template.Lars-Peter Clausen2008-10-101-0/+13
| | | | SVN-Revision: 12945
* update to latest compat-wireless version and add some new minstrel/b43 fixesFelix Fietkau2008-10-1011-1522/+179
| | | | SVN-Revision: 12939
* mac80211/compat-wireless: don't patch a generated fileFelix Fietkau2008-10-081-19/+0
| | | | SVN-Revision: 12895
* allow larger beacon interval values - useful for big mesh networks (patch by ↵Felix Fietkau2008-10-071-0/+13
| | | | | | sven-ola) SVN-Revision: 12886
* madwifi: re-enable the MIB interrupt flood protection fix - apparently it's ↵Felix Fietkau2008-10-071-28/+11
| | | | | | still necessary in some extreme cases SVN-Revision: 12885
* fix mode setup for ibss/ahdemo - preserve existing modes and use HOSTAP mode ↵Felix Fietkau2008-10-071-0/+23
| | | | | | for AHDEMO instead of IBSS to prevent unwanted IBSS merges SVN-Revision: 12884
* madwifi: allow ad-hoc mode with software based TSF merging (hardware merging ↵Felix Fietkau2008-10-0710-18/+123
| | | | | | can screw up the internal timers and cause transmit hangs) - based on a patch by sven-ola. activated by wlanconfig's nosbeacon flag SVN-Revision: 12883
* fix busybox http auth if the root user has an empty passwordFelix Fietkau2008-10-061-2/+2
| | | | SVN-Revision: 12869
* add the new compat-wireless for 2.6.27 + multi-rate retry and minstrel ↵Felix Fietkau2008-10-0611-5/+1818
| | | | | | patches, rename patches/ for old compat-wireless to patches-old/ SVN-Revision: 12865
* Silence ifconfig down errors in mac80211 (#4067)Florian Fainelli2008-10-041-1/+1
| | | | SVN-Revision: 12856
* Add proper LED support to broadcom-diag for the Asus WL-320gE/gP routers (#4062)Florian Fainelli2008-10-041-0/+14
| | | | SVN-Revision: 12855
* use gzipped package listsAndy Boyett2008-10-041-1/+1
| | | | SVN-Revision: 12849
* madwifi: add another missing change for linux 2.4 compatFelix Fietkau2008-10-041-1/+1
| | | | SVN-Revision: 12847
* fix linux 2.4 compile with latest ibss fixes (thx, sven-ola)Felix Fietkau2008-10-031-2/+2
| | | | SVN-Revision: 12841
* madwifi patch cleanup and stability fixes - fix a semi-random heisenbug by ↵Felix Fietkau2008-10-0335-162/+401
| | | | | | replacing the previous noderef fix with a simple hack that is not 100% correct, but safe. - add ad-hoc atim fixes by bruno - add napi polling fixes by sven-ola - fix compile breakage with debug enabled SVN-Revision: 12838
* ebtables-utils: create $(1)/usr/sbin/ dir before files are installed into itAndy Boyett2008-10-031-0/+1
| | | | SVN-Revision: 12833
* remove accidentally committed debug messageFelix Fietkau2008-10-021-3/+1
| | | | SVN-Revision: 12827
* mtd: fix image check on non-broadcom platformsFelix Fietkau2008-10-021-1/+1
| | | | SVN-Revision: 12825
* implement conditional dependencies for menuconfig and build depsFelix Fietkau2008-10-011-2/+2
| | | | SVN-Revision: 12820
* Split ebtables into ebtables and ebtables-utils, bump release numberFlorian Fainelli2008-10-011-1/+14
| | | | SVN-Revision: 12818
* Allow dropbear to use shadow passwords, and correct base-files generation of ↵Peter Denison2008-09-302-3/+8
| | | | | | /etc/shadow SVN-Revision: 12809
* port generic and ixp4xx kernel patches to 2.6.27 (compiles except for ↵Felix Fietkau2008-09-291-0/+133
| | | | | | iptables, but otherwise completely untested) SVN-Revision: 12790
* add option in sysupgrade to restore config from file or URL (patch from #4043)Felix Fietkau2008-09-281-1/+15
| | | | SVN-Revision: 12772
* madwifi: revert part of the noderef fix patchFelix Fietkau2008-09-281-19/+0
| | | | SVN-Revision: 12771
* broadcom-wl: only use mssid if necessary (fixes spurious error messages on ↵Felix Fietkau2008-09-281-1/+7
| | | | | | older hw) SVN-Revision: 12769