| Commit message (Expand) | Author | Age | Files | Lines |
* | move a few unmaintained packages from trunk to /packages | Felix Fietkau | 2012-10-07 | 1 | -498/+0 |
* | madwifi: modify madwifi.sh to support IBSS WPA-NONE | Felix Fietkau | 2012-03-27 | 1 | -0/+9 |
* | wpa_supplicant: use wext driver for hostap and madwifi | Felix Fietkau | 2012-03-27 | 1 | -1/+1 |
* | madwifi: change wireless ifname numbering schema Instead of simply counting u... | Jo-Philipp Wich | 2011-11-06 | 1 | -2/+9 |
* | madwifi: introduce "disabled" option for wifi-iface section to shutdown singl... | Jo-Philipp Wich | 2011-09-08 | 1 | -2/+4 |
* | madwifi: typo(s) in /lib/wifi/madwifi.sh | Vasilis Tsiligiannis | 2011-04-06 | 1 | -2/+2 |
* | madwifi: Always escape SSID parameter | Vasilis Tsiligiannis | 2011-04-05 | 1 | -1/+1 |
* | madwifi: add support for translating country codes into internal country code... | Felix Fietkau | 2011-03-26 | 1 | -6/+10 |
* | madwifi: Add newline at end of autodetected wireless config (cosmetic) | Vasilis Tsiligiannis | 2011-03-17 | 1 | -0/+1 |
* | madwifi: Fix unique device autodetection | Vasilis Tsiligiannis | 2011-03-15 | 1 | -2/+2 |
* | madwifi: Add support for multiple interfaces | Vasilis Tsiligiannis | 2011-03-08 | 1 | -15/+69 |
* | madwifi: fix syntax error introduced by r23660 | Jo-Philipp Wich | 2010-10-27 | 1 | -1/+1 |
* | madwifi: make wep-open the default | Jo-Philipp Wich | 2010-10-27 | 1 | -2/+2 |
* | madwifi: add wep+open, wep+shared format support to madwifi as well | Jo-Philipp Wich | 2010-10-27 | 1 | -1/+5 |
* | madwifi: disable softled by default on pci devices (fixes #4484) | Felix Fietkau | 2010-03-14 | 1 | -1/+1 |
* | madwifi: fix antenna selection for ubnt loco2/loco5 | Felix Fietkau | 2009-12-19 | 1 | -9/+41 |
* | madwifi: add antenna gpio support for nanostation loco2 | Felix Fietkau | 2009-10-17 | 1 | -7/+15 |
* | madwifi: add a configuration for uapsd (unscheduled automatic powersave deliv... | Felix Fietkau | 2009-09-03 | 1 | -0/+3 |
* | madwifi: turn software based tsf merging on by default, get rid of some iwpri... | Felix Fietkau | 2009-07-16 | 1 | -4/+5 |
* | madwifi.sh channel fix | Vasilis Tsiligiannis | 2009-07-12 | 1 | -22/+17 |
* | madwifi: disable compression by default, as it can cause instabilities on var... | Felix Fietkau | 2009-06-11 | 1 | -2/+2 |
* | madwifi: clear variables used in for loop | Vasilis Tsiligiannis | 2009-06-03 | 1 | -2/+1 |
* | madwifi: remove cruft from madwifi.sh introduced by r15954, thanks Vasilis Ts... | Jo-Philipp Wich | 2009-05-31 | 1 | -43/+3 |
* | madwifi: remove the "turbo" iwpriv command, it does not do anything useful, b... | Felix Fietkau | 2009-05-22 | 1 | -3/+0 |
* | Declare some missing local variables in madwifi.sh Signed-off-by: Vasilis Tsi... | Jo-Philipp Wich | 2009-05-20 | 1 | -17/+58 |
* | Detect every atheros device present This patch is for boards with more than o... | Jo-Philipp Wich | 2009-05-20 | 1 | -1/+1 |
* | madwifi: don't try to set an interface essid with an empty value | Nicolas Thill | 2009-05-17 | 1 | -2/+4 |
* | madwifi: fix distance setting | Felix Fietkau | 2009-05-13 | 1 | -0/+2 |
* | madwifi: clean up handling of various timings such as slot time, ack timeout,... | Felix Fietkau | 2009-05-08 | 1 | -3/+1 |
* | use config_get_bool for outdoor mode | Felix Fietkau | 2009-05-06 | 1 | -2/+1 |
* | madwifi: make country code and outdoor flag changeable without reloading the ... | Felix Fietkau | 2009-05-06 | 1 | -7/+10 |
* | allow connection to a prefered bssid (#4252) | Florian Fainelli | 2009-04-19 | 1 | -1/+1 |
* | madwifi: only set the desired mode for the first vap | Felix Fietkau | 2009-03-29 | 1 | -1/+1 |
* | madwifi: add config option for adjusting the beacon power relative to the ful... | Felix Fietkau | 2009-03-26 | 1 | -0/+3 |
* | madwifi: mode txpower to wifi-device section, but remain backwards compatible | Andy Boyett | 2009-01-31 | 1 | -3/+10 |
* | Allow changing country code for madwifi driver. Thanks alisonken1 | Travis Kemen | 2009-01-22 | 1 | -4/+14 |
* | package/madwifi: add uci support for the propereq iwpriv setting | Jo-Philipp Wich | 2009-01-01 | 1 | -0/+3 |
* | package/madwifi: fix typo in config handler | Jo-Philipp Wich | 2009-01-01 | 1 | -1/+1 |
* | hostapd,madwifi: rename agmode option to hwmode. 11a and 11g aren't the only ... | Andy Boyett | 2008-12-31 | 1 | -13/+13 |
* | Move txpower settings after the interface comes up. Thanks alisonken1 | Travis Kemen | 2008-12-03 | 1 | -3/+5 |
* | madwifi: ap+sta race conditions | Felix Fietkau | 2008-11-14 | 1 | -1/+1 |
* | use pidfiles for hostapd/wpa_supplicant instead of killing all processes when... | Felix Fietkau | 2008-10-29 | 1 | -7/+3 |
* | remove LED api abuse from r13032 per request fom nbd, gpioctl is now built by... | Travis Kemen | 2008-10-23 | 1 | -14/+5 |
* | remove polarity from config file generation | Travis Kemen | 2008-10-23 | 1 | -2/+1 |
* | fix mistakes in last commit | Travis Kemen | 2008-10-23 | 1 | -2/+2 |
* | Simplify antenna selection and remove the need for gpioctl for the nanostation2. | Travis Kemen | 2008-10-23 | 1 | -12/+19 |
* | fix polarity | Travis Kemen | 2008-10-23 | 1 | -1/+1 |
* | implement uci config option for the nanostation antenna/polarity control (ns2... | Felix Fietkau | 2008-10-23 | 1 | -8/+47 |
* | madwifi: allow disabling of hardware ibss merges by setting the wifi-iface op... | Felix Fietkau | 2008-10-16 | 1 | -1/+4 |
* | madwifi: set essid on to avoid association with different ssid (patch from #3... | Felix Fietkau | 2008-09-28 | 1 | -0/+1 |