Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | madwifi: add some extra delay between bringing the interface up and ↵ | Felix Fietkau | 2007-06-25 |
| | | | | | | configuring it (#1703) SVN-Revision: 7729 | ||
* | refresh all package patches in the buildroot using quilt | Felix Fietkau | 2007-06-04 |
| | | | | SVN-Revision: 7490 | ||
* | madwifi: fix an unhandle cryptoapi change (wpa2) | Felix Fietkau | 2007-06-03 |
| | | | | SVN-Revision: 7470 | ||
* | fixes for wpa/wpa2 | Felix Fietkau | 2007-06-02 |
| | | | | SVN-Revision: 7453 | ||
* | madwifi update: include upstream fixes for ff handling, disable ff by ↵ | Felix Fietkau | 2007-06-02 |
| | | | | | | default (not reliable enough), wpa in ap mode should be working now SVN-Revision: 7440 | ||
* | optimize the performance of the minstrel rate algorithm - don't sample lower ↵ | Felix Fietkau | 2007-06-01 |
| | | | | | | rates if the rate with the higest probability is high SVN-Revision: 7437 | ||
* | minor locking change | Felix Fietkau | 2007-06-01 |
| | | | | SVN-Revision: 7436 | ||
* | madwifi: fix a crash in ff handling | Felix Fietkau | 2007-06-01 |
| | | | | SVN-Revision: 7435 | ||
* | disable tpc in madwifi by default (seems to be hurting performance in ↵ | Felix Fietkau | 2007-06-01 |
| | | | | | | long-distance links) SVN-Revision: 7434 | ||
* | forgot a small change | Felix Fietkau | 2007-06-01 |
| | | | | SVN-Revision: 7426 | ||
* | clean up madwifi and sync with trunk | Felix Fietkau | 2007-06-01 |
| | | | | SVN-Revision: 7425 | ||
* | madwifi: fix a few locking mistakes | Felix Fietkau | 2007-05-31 |
| | | | | SVN-Revision: 7410 | ||
* | madwifi: add patch for doing ad-hoc and master mode at the same (including ↵ | Felix Fietkau | 2007-05-31 |
| | | | | | | beacon handling) SVN-Revision: 7409 | ||
* | update madwifi to latest trunk - performance enhancements | Felix Fietkau | 2007-05-26 |
| | | | | SVN-Revision: 7341 | ||
* | update madwifi to latest trunk (refcount and hal-0.9.30.13 got merged) and ↵ | Felix Fietkau | 2007-05-23 |
| | | | | | | include a security fix that was merged in 0.9.3.1 SVN-Revision: 7309 | ||
* | seems like the upstream fix for the minstrel crash wasn't enough. add an ↵ | Felix Fietkau | 2007-05-21 |
| | | | | | | extra check SVN-Revision: 7303 | ||
* | madwifi: add support for the ahdemo (ad-hoc demo) mode in ↵ | Felix Fietkau | 2007-05-21 |
| | | | | | | /etc/config/wireless. using it, simultaneous ap+mesh operation is possible SVN-Revision: 7302 | ||
* | fix essid setting in adhoc mode | Felix Fietkau | 2007-05-21 |
| | | | | SVN-Revision: 7301 | ||
* | madwifi: switch to latest madwifi-hal-0.9.30.13 snapshot as reference merge ↵ | Felix Fietkau | 2007-05-21 |
| | | | | | | in refcount branch as well and clean up openwrt patches (a few fixes got merged upstream) SVN-Revision: 7300 | ||
* | oops... wrong patch (unfixed typo) | Felix Fietkau | 2007-05-21 |
| | | | | SVN-Revision: 7299 | ||
* | more cleanup | Felix Fietkau | 2007-05-21 |
| | | | | SVN-Revision: 7298 | ||
* | cleanup | Felix Fietkau | 2007-05-21 |
| | | | | SVN-Revision: 7297 | ||
* | make txstop workaround safe with napi polling | Felix Fietkau | 2007-05-16 |
| | | | | SVN-Revision: 7258 | ||
* | madwifi: enable txstop workaround for ap and ibss mode only | Felix Fietkau | 2007-05-14 |
| | | | | SVN-Revision: 7223 | ||
* | madwifi: remove V=1 (was only added for debugging) | Felix Fietkau | 2007-05-13 |
| | | | | SVN-Revision: 7218 | ||
* | oops. some code accidentally slipped into the wrong patch file :) | Felix Fietkau | 2007-05-13 |
| | | | | SVN-Revision: 7217 | ||
* | madwifi: fix xscale build | Felix Fietkau | 2007-05-13 |
| | | | | SVN-Revision: 7213 | ||
* | huge madwifi update - use a madwifi-ng-refcount snapshot as base, includes ↵ | Felix Fietkau | 2007-05-13 |
| | | | | | | lots of bugfixes and performance enhancements SVN-Revision: 7211 | ||
* | fix isolate mode | Mike Baker | 2007-05-10 |
| | | | | SVN-Revision: 7155 | ||
* | add isolate closes #1636 | Travis Kemen | 2007-05-08 |
| | | | | SVN-Revision: 7133 | ||
* | madwifi: fix static bssid setting for ad-hoc mode | Felix Fietkau | 2007-04-29 |
| | | | | SVN-Revision: 7067 | ||
* | remove led fix again - seems like gpio handling is really broken in the ↵ | Felix Fietkau | 2007-04-26 |
| | | | | | | original madwifi hal SVN-Revision: 7057 | ||
* | fix for the wifi led on atheros SoC | Felix Fietkau | 2007-04-26 |
| | | | | SVN-Revision: 7053 | ||
* | don't try to set up wpa if hostapd is not installed | Felix Fietkau | 2007-04-19 |
| | | | | SVN-Revision: 7005 | ||
* | improve handling of 11a/b/g mode setting. redirect iwconfig channel errors ↵ | Felix Fietkau | 2007-04-16 |
| | | | | | | to /dev/null (the command fails at times and needs to be run multiple times, because it's a bit unreliable) SVN-Revision: 6975 | ||
* | madwifi init: set the channel after bringing up the interface (sometimes it ↵ | Felix Fietkau | 2007-04-12 |
| | | | | | | needs the channel before bringing up the interface, sometimes after, no idea what's going on) SVN-Revision: 6939 | ||
* | don't call wpa_supplicant unconditionally | Felix Fietkau | 2007-03-24 |
| | | | | SVN-Revision: 6656 | ||
* | fix wep encryption setting for madwifi | Felix Fietkau | 2007-03-24 |
| | | | | SVN-Revision: 6655 | ||
* | fix a small typo | Felix Fietkau | 2007-03-24 |
| | | | | SVN-Revision: 6654 | ||
* | fix a harmless warning | Felix Fietkau | 2007-03-23 |
| | | | | SVN-Revision: 6650 | ||
* | Add bssid fix from #1281 | Florian Fainelli | 2007-03-18 |
| | | | | SVN-Revision: 6601 | ||
* | remove duplicate section to find bridge name | Travis Kemen | 2007-03-17 |
| | | | | SVN-Revision: 6591 | ||
* | add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵ | Felix Fietkau | 2007-03-16 |
| | | | | | | lots of places SVN-Revision: 6582 | ||
* | add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use ↵ | Felix Fietkau | 2007-03-16 |
| | | | | | | KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) SVN-Revision: 6580 | ||
* | add a new 'option disabled' to wifi-device | Mike Baker | 2007-03-16 |
| | | | | SVN-Revision: 6576 | ||
* | Enable bridge, disable wifi Easier to deal with "how do I enable wifi" than ↵ | Mike Baker | 2007-03-15 |
| | | | | | | "why isn't wifi working?" SVN-Revision: 6570 | ||
* | added TXpower, antenna diversity, distance, backround scan, PSK and PSK2 ↵ | Travis Kemen | 2007-03-15 |
| | | | | | | settings, from #1287 #1255 SVN-Revision: 6567 | ||
* | add preliminary IOP32x support, mark it broken for now | Imre Kaloz | 2007-03-11 |
| | | | | SVN-Revision: 6557 | ||
* | use config_get_bool for hide_ssid option in madwifi | Felix Fietkau | 2007-02-27 |
| | | | | SVN-Revision: 6408 | ||
* | Add hidden_ssid option to madwifi script (#1363) | Florian Fainelli | 2007-02-27 |
| | | | | SVN-Revision: 6406 |