109 Commits (0e0bf71ed982211d00813140b2c6771733ee0661)

Author SHA1 Message Date
Felix Fietkau da80071315 madwifi: fix antenna selection for ubnt loco2/loco5 15 years ago
Felix Fietkau f970dff78d madwifi: add antenna gpio support for nanostation loco2 15 years ago
Felix Fietkau 8691bbb699 madwifi: add a configuration for uapsd (unscheduled automatic powersave delivery), turn it off by default because of compatibility issues with nokia phones 15 years ago
Felix Fietkau 3d2040de0f madwifi: turn software based tsf merging on by default, get rid of some iwpriv errors on wifi restart 15 years ago
Vasilis Tsiligiannis a4ed68fbe4 madwifi.sh channel fix 15 years ago
Felix Fietkau 985b62a228 madwifi: disable compression by default, as it can cause instabilities on various platforms (thx, acoul) 15 years ago
Vasilis Tsiligiannis 121368fbc8 madwifi: clear variables used in for loop 15 years ago
Jo-Philipp Wich 037f0c9629 madwifi: remove cruft from madwifi.sh introduced by r15954, thanks Vasilis Tsiligiannis 15 years ago
Felix Fietkau 443fc5fe1b madwifi: remove the "turbo" iwpriv command, it does not do anything useful, but it can lead to crashes 16 years ago
Jo-Philipp Wich 89127a67f2 Declare some missing local variables in madwifi.sh Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> 16 years ago
Jo-Philipp Wich bd50b95bde Detect every atheros device present This patch is for boards with more than one atheros devices. It changes detect_atheros() function to continue with the detection of every device present and don't return when just one is found Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> 16 years ago
Nicolas Thill b6bb23e3a8 madwifi: don't try to set an interface essid with an empty value 16 years ago
Felix Fietkau 251a657eaf madwifi: fix distance setting 16 years ago
Felix Fietkau 5bc30de4e7 madwifi: clean up handling of various timings such as slot time, ack timeout, eifs time, etc. 16 years ago
Felix Fietkau 4cdb76c219 use config_get_bool for outdoor mode 16 years ago
Felix Fietkau 56ae52b008 madwifi: make country code and outdoor flag changeable without reloading the driver 16 years ago
Florian Fainelli 87c7791bf2 allow connection to a prefered bssid (#4252) 16 years ago
Felix Fietkau 5f09427160 madwifi: only set the desired mode for the first vap 16 years ago
Felix Fietkau 4aab5d7c49 madwifi: add config option for adjusting the beacon power relative to the full tx power (needs testing, units/scale still unknown, defaults to max.) 16 years ago
Andy Boyett f19d25ebb3 madwifi: mode txpower to wifi-device section, but remain backwards compatible 16 years ago
Travis Kemen 4337de4977 Allow changing country code for madwifi driver. Thanks alisonken1 16 years ago
Jo-Philipp Wich 4a1148cf7b package/madwifi: add uci support for the propereq iwpriv setting 16 years ago
Jo-Philipp Wich 0b5333be4b package/madwifi: fix typo in config handler 16 years ago
Andy Boyett 35078a6a52 hostapd,madwifi: rename agmode option to hwmode. 11a and 11g aren't the only allowed values 16 years ago
Travis Kemen 77d3329588 Move txpower settings after the interface comes up. Thanks alisonken1 16 years ago
Felix Fietkau bd8dad29fa madwifi: ap+sta race conditions 16 years ago
Felix Fietkau a4f11ca22e use pidfiles for hostapd/wpa_supplicant instead of killing all processes when bringing an interface down - fixes an issue with random hostapd death 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 14d0041023 implement uci config option for the nanostation antenna/polarity control (ns2 and ns5 supported) 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 d94103514b madwifi: set essid on to avoid association with different ssid (patch from #3937) 16 years ago
Travis Kemen b42c11bb48 add option to shutoff softled 16 years ago
Felix Fietkau b28a095964 revert accidental change to madwifi.sh 16 years ago
Felix Fietkau 683789250d madwifi: fix encryption type check 16 years ago
Felix Fietkau a2e70fed22 madwifi: only start hostapd when necessary 16 years ago
Felix Fietkau 4419978f84 madwifi: keep a/g mode and pureg setting in sync across vaps 16 years ago
Florian Fainelli 8c8b85b54c Add generic wpa_supplicant calls and use them for mac80211 and madwifi. 16 years ago
Florian Fainelli 4b5488ebfa Add 802.1x client configuration support and corresponding documentation (#2069) 16 years ago
Florian Fainelli 9c8bb0241f Add 11gdt, 11adt, 11ast and fh modes (#3824) 16 years ago
Felix Fietkau 8970a1213b enable wds sta interface splitting by default 16 years ago
Felix Fietkau 1201ed1baa madwifi: remove wds type of wifi-iface without essid, imho it never worked properly and is unsupported now, regular ap/sta with option wds 1 is preferred 16 years ago
Felix Fietkau a5e83a8bed use the madwifi driver instead of wext in the wpa_supplicant command line. the madwifi driver can associate faster because it uses a different ioctl interface 16 years ago
Felix Fietkau fbc77ede0a fix duplicate "doth" interface option in madwifi 16 years ago
Felix Fietkau 55b55f6861 madwifi: change the network scripts to use the new wds sta separation feature 16 years ago
Florian Fainelli e63040663d Allow madwifi devices to be set in monitor mode 16 years ago
Felix Fietkau 67039dcf9e fix madwifi mode setting 16 years ago