| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | add option to shutoff softled | Travis Kemen | 2008-09-25 | 1 | -0/+3 |
* | revert accidental change to madwifi.sh | Felix Fietkau | 2008-08-29 | 1 | -0/+1 |
* | madwifi: fix encryption type check | Felix Fietkau | 2008-08-28 | 1 | -2/+1 |
* | madwifi: only start hostapd when necessary | Felix Fietkau | 2008-08-28 | 1 | -2/+3 |
* | madwifi: keep a/g mode and pureg setting in sync across vaps | Felix Fietkau | 2008-08-21 | 1 | -18/+19 |
* | Add generic wpa_supplicant calls and use them for mac80211 and madwifi. | Florian Fainelli | 2008-08-12 | 1 | -75/+9 |
* | Add 802.1x client configuration support and corresponding documentation (#2069) | Florian Fainelli | 2008-08-11 | 1 | -2/+41 |
* | Add 11gdt, 11adt, 11ast and fh modes (#3824) | Florian Fainelli | 2008-08-07 | 1 | -0/+4 |
* | enable wds sta interface splitting by default | Felix Fietkau | 2008-08-01 | 1 | -3/+5 |
* | madwifi: remove wds type of wifi-iface without essid, imho it never worked pr... | Felix Fietkau | 2008-08-01 | 1 | -11/+6 |
* | use the madwifi driver instead of wext in the wpa_supplicant command line. th... | Felix Fietkau | 2008-07-31 | 1 | -1/+1 |
* | fix duplicate "doth" interface option in madwifi | Felix Fietkau | 2008-07-31 | 1 | -3/+0 |
* | madwifi: change the network scripts to use the new wds sta separation feature | Felix Fietkau | 2008-07-30 | 2 | -0/+15 |
* | Allow madwifi devices to be set in monitor mode | Florian Fainelli | 2008-07-26 | 1 | -2/+2 |
* | fix madwifi mode setting | Felix Fietkau | 2008-07-20 | 1 | -4/+2 |
* | Remove the sleep since we delayed bringing up the interface | Florian Fainelli | 2008-06-18 | 1 | -1/+0 |
* | Delay bringing up the interface because some cards requires setting the mode ... | Florian Fainelli | 2008-06-18 | 1 | -1/+1 |
* | make madwifi startup script aware of new iwpriv options | John Crispin | 2008-03-13 | 1 | -0/+6 |
* | fix problems with the use of a passphrase, add option to use a key instead of... | Travis Kemen | 2008-02-13 | 1 | -5/+13 |
* | disable radar detection by default until it is fixed | Felix Fietkau | 2008-02-05 | 1 | -0/+3 |
* | fix wpa_supplicant for madwifi | John Crispin | 2008-02-05 | 1 | -2/+1 |
* | upgrade madwifi, finally fix the annoying ap auto channel selection bug, defa... | Felix Fietkau | 2008-01-25 | 1 | -2/+4 |
* | add options for options xr, ar, turbo, mcast_rate Signed-off-by: Lorenz Schor... | Travis Kemen | 2008-01-17 | 1 | -0/+12 |