121 Commits (55e13f4e6a46b9b1ce753b269deec4b6322a679f)

Author SHA1 Message Date
Jo-Philipp Wich ee875810eb madwifi: change wireless ifname numbering schema Instead of simply counting up until we hit a free iface, group ifnames by wiphy so that the first wlanX on a phy gets the phy number and following ifaces an index-suffix, e.g. ath0 for network 1 on phy 1 and ath0-1 for network 2 on phy 1. This fixes state var confusion when operating multiple radios and allows to reliably take down and restart one radio only, even if the number of networks changes in between. This should, along with other changes in LuCI, fix #10335. 13 years ago
Jo-Philipp Wich 89e74f6aea madwifi: introduce "disabled" option for wifi-iface section to shutdown single networks on a radio 13 years ago
Vasilis Tsiligiannis 98da9c9066 madwifi: typo(s) in /lib/wifi/madwifi.sh 14 years ago
Vasilis Tsiligiannis 3549fb214f madwifi: Always escape SSID parameter 14 years ago
Felix Fietkau 2c875b2edc madwifi: add support for translating country codes into internal country code numbers (based on a patch by Manuel Munz) 14 years ago
Vasilis Tsiligiannis f06c25a0bb madwifi: Add newline at end of autodetected wireless config (cosmetic) 14 years ago
Vasilis Tsiligiannis 96bb1c7585 madwifi: Fix unique device autodetection 14 years ago
Vasilis Tsiligiannis fa6e1dd37d madwifi: Add support for multiple interfaces 14 years ago
Jo-Philipp Wich 87d81bc050 madwifi: fix syntax error introduced by r23660 14 years ago
Jo-Philipp Wich c0bda9a6a9 madwifi: make wep-open the default 14 years ago
Jo-Philipp Wich 1b495361a0 madwifi: add wep+open, wep+shared format support to madwifi as well 14 years ago
Felix Fietkau f434771b7a madwifi: disable softled by default on pci devices (fixes #4484) 15 years ago
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