2209 Commits (96244d4367424fa66b2df23a3d1e82fb70eb7f80)

Author SHA1 Message Date
Mike Baker a75c1c1262 fix a null pointer deref in vi's search 16 years ago
Gabor Juhos 71b43456c7 mac80211: fix zd1211rw firmware location 16 years ago
Travis Kemen 7adb667a13 remove LED api abuse from r13032 per request fom nbd, gpioctl is now built by defualt 16 years ago
Travis Kemen 3800e56ddb remove polarity from config file generation 16 years ago
Travis Kemen 0aaaf0e266 fix mistakes in last commit 16 years ago
Travis Kemen 5506db71c3 Simplify antenna selection and remove the need for gpioctl for the nanostation2. 16 years ago
Travis Kemen 6d6878bb10 fix polarity 16 years ago
Felix Fietkau c818cdbb4d madwifi: improve reliability of the antenna diversity setting 16 years ago
Felix Fietkau 14d0041023 implement uci config option for the nanostation antenna/polarity control (ns2 and ns5 supported) 16 years ago
Felix Fietkau eb121d2189 madwifi: add a patch for detecting vendor / device name information (only implemented for WiSoC at the moment) 16 years ago
Felix Fietkau c0e753bcdc make sure that the dhcp client (or other processes necessary to get a connection) gets restarted when the wifi is restarted 16 years ago
Felix Fietkau 487c622ac0 add new switch configuration api 16 years ago
Gabor Juhos af61c22a01 mac80211: fix zd1211rw build error 16 years ago
Travis Kemen cddfdc8938 add phidget kernel module from #4116 16 years ago
Felix Fietkau f3e2fb3da0 madwifi: allow disabling of hardware ibss merges by setting the wifi-iface 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) 16 years ago
Felix Fietkau 6e9522d27e remove madwifi-testing (it confuses users) - it doesn't work, never has, and i'm not going to finish it. 16 years ago
Gabor Juhos 7613c343b5 netfilter/iptables: disable IMQ on 2.6.27 16 years ago
Felix Fietkau 8ec25f13de madwifi: add sta mode idle reassoc fix (#4091) 16 years ago
John Crispin 3830b905e3 fixes firewall for trunk, custom chains were never reched, as policies apply beforehand 16 years ago
Florian Fainelli cff56165ac Add acx wireless configuration (#4095) 16 years ago
Steven Barth d0d1d9fd57 Ucified PXE-Boot options for dnsmasq 16 years ago
Felix Fietkau d625fc88d3 madwifi: fix a node refcounting imbalance with a low (but nonzero) crash probability 16 years ago
Felix Fietkau b8f710a69a mac80211: add rate control rewrite and enhance the performance of the minstrel algorithm for non-mrr configurations 16 years ago
Lars-Peter Clausen 06c86e8538 Fix libnl pkg config file template. 16 years ago
Felix Fietkau 6e85059256 update to latest compat-wireless version and add some new minstrel/b43 fixes 16 years ago
Felix Fietkau a195b6d864 mac80211/compat-wireless: don't patch a generated file 16 years ago
Felix Fietkau 951d704a3e allow larger beacon interval values - useful for big mesh networks (patch by sven-ola) 16 years ago
Felix Fietkau 27a9ac4583 madwifi: re-enable the MIB interrupt flood protection fix - apparently it's still necessary in some extreme cases 16 years ago
Felix Fietkau 822c055850 fix mode setup for ibss/ahdemo - preserve existing modes and use HOSTAP mode for AHDEMO instead of IBSS to prevent unwanted IBSS merges 16 years ago
Felix Fietkau a5d8cfb520 madwifi: allow ad-hoc mode with software based TSF merging (hardware merging can screw up the internal timers and cause transmit hangs) - based on a patch by sven-ola. activated by wlanconfig's nosbeacon flag 16 years ago
Felix Fietkau 51a69f3f97 fix busybox http auth if the root user has an empty password 16 years ago
Felix Fietkau 7e0e4fb486 add the new compat-wireless for 2.6.27 + multi-rate retry and minstrel patches, rename patches/ for old compat-wireless to patches-old/ 16 years ago
Florian Fainelli c6b1119e6b Silence ifconfig down errors in mac80211 (#4067) 16 years ago
Florian Fainelli 10f4e46cf9 Add proper LED support to broadcom-diag for the Asus WL-320gE/gP routers (#4062) 16 years ago
Andy Boyett b9222805f0 use gzipped package lists 16 years ago
Felix Fietkau 6928d7321d madwifi: add another missing change for linux 2.4 compat 16 years ago
Felix Fietkau c9552f3101 fix linux 2.4 compile with latest ibss fixes (thx, sven-ola) 16 years ago
Felix Fietkau 187b76991d madwifi patch cleanup and stability fixes - fix a semi-random heisenbug by 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 16 years ago
Andy Boyett bbf0f2fac5 ebtables-utils: create $(1)/usr/sbin/ dir before files are installed into it 16 years ago
Felix Fietkau 0d71217695 remove accidentally committed debug message 16 years ago
Felix Fietkau 8f567ff728 mtd: fix image check on non-broadcom platforms 16 years ago
Felix Fietkau b0e7c7ba79 implement conditional dependencies for menuconfig and build deps 16 years ago
Florian Fainelli 9ce3b1ade7 Split ebtables into ebtables and ebtables-utils, bump release number 16 years ago
Peter Denison 5ff6932c66 Allow dropbear to use shadow passwords, and correct base-files generation of /etc/shadow 16 years ago
Felix Fietkau bc92b67c41 port generic and ixp4xx kernel patches to 2.6.27 (compiles except for iptables, but otherwise completely untested) 16 years ago
Felix Fietkau 2b2884293a add option in sysupgrade to restore config from file or URL (patch from #4043) 16 years ago
Felix Fietkau 72fd7feb0d madwifi: revert part of the noderef fix patch 16 years ago
Felix Fietkau ec6c0fdc5e broadcom-wl: only use mssid if necessary (fixes spurious error messages on older hw) 16 years ago
John Crispin 221f4ad32d fixes firewall rule generation. forwarding rules were inserted in input chains, fixes #4028 16 years ago
John Crispin b56d5cc36f custom chains were never reached on DROP/REJECT policy, fixes #4004 #4029 16 years ago