Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mac80211: ignore errors in the command to set the rx/tx antenna - many ↵ | Felix Fietkau | 2011-01-28 | 1 | -1/+1 |
| | | | | | | drivers do not support this yet SVN-Revision: 25192 | ||||
* | mac80211: fix order of iw parameters, fix broken antenna config call | Jo-Philipp Wich | 2011-01-27 | 1 | -2/+2 |
| | | | | SVN-Revision: 25152 | ||||
* | mac80211: Fix antenna setting when only one of {rx,tx}antenna options is ↵ | Vasilis Tsiligiannis | 2011-01-27 | 1 | -4/+3 |
| | | | | | | specified SVN-Revision: 25136 | ||||
* | mac80211: add missing done to mac80211.sh (#8735) | Jo-Philipp Wich | 2011-01-26 | 1 | -0/+1 |
| | | | | SVN-Revision: 25131 | ||||
* | mac80211: add mising esac to mac80211.sh | Jo-Philipp Wich | 2011-01-26 | 1 | -0/+1 |
| | | | | SVN-Revision: 25122 | ||||
* | mac80211: rework recent mac80211.sh additions: - split antenna options into ↵ | Jo-Philipp Wich | 2011-01-26 | 1 | -7/+32 |
| | | | | | | rxantenna and txantenna to bring it in line with broadcom and madwifi - get rid of temporary variables - follow the documented config protocol for wep keys (option key # + option key# [s:]data) SVN-Revision: 25116 | ||||
* | mac80211: Add new parameters to mac80211.sh | Felix Fietkau | 2011-01-26 | 1 | -1/+10 |
| | | | | | | | | | | | | Add new options 'bintval' (beacon interval), 'basicrates' (basic rates) and 'antenna' (antenna selection) for /etc/config/wireless to be used with mac80211 drivers. Enable WEP encryption for IBSS mode. Patch from: kentarou matsuyama <matsuyama@thinktube.com> SVN-Revision: 25111 | ||||
* | mac80211: Add mac address filter configuration for hostapd | Felix Fietkau | 2011-01-26 | 1 | -1/+22 |
| | | | | | | | | | Add support of mac address filter. Now 'macfilter' and 'maclist' options can be used with mac80211. Patch from: kentarou matsuyama <matsuyama@thinktube.com> SVN-Revision: 25105 | ||||
* | mac80211: support per-vif wmm option, defaults to 1 if unset | Jo-Philipp Wich | 2011-01-11 | 1 | -2/+4 |
| | | | | SVN-Revision: 24966 | ||||
* | mac80211: rename max_clients option to maxassoc, this brings it in line with ↵ | Jo-Philipp Wich | 2010-12-19 | 1 | -2/+2 |
| | | | | | | broadcom SVN-Revision: 24726 | ||||
* | hostapd: add support for specifying the maximum number of clients | Felix Fietkau | 2010-12-19 | 1 | -0/+2 |
| | | | | | | Signed-off-by: Alexander Couzens <lynxis@c-base.org> SVN-Revision: 24725 | ||||
* | mac80211: use iw for txpower control (#8416) | Jo-Philipp Wich | 2010-12-10 | 1 | -2/+1 |
| | | | | SVN-Revision: 24441 | ||||
* | mac80211: set GF flag in hostapd config if supported | Felix Fietkau | 2010-10-27 | 1 | -0/+1 |
| | | | | | | Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 23673 | ||||
* | mac80211: add uci support for the ad-hoc multicast rate setting | Felix Fietkau | 2010-10-25 | 1 | -1/+8 |
| | | | | SVN-Revision: 23637 | ||||
* | hostapd/mac80211: implement support for AP+STA | Felix Fietkau | 2010-10-23 | 1 | -1/+3 |
| | | | | SVN-Revision: 23602 | ||||
* | wifi: change the default channel from 5 to 11, 5 was a really bad choice | Felix Fietkau | 2010-10-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 23423 | ||||
* | mac80211: fix handling of frag and rts options, thanks stintel! | Jo-Philipp Wich | 2010-07-22 | 1 | -10/+4 |
| | | | | SVN-Revision: 22355 | ||||
* | mac80211: fix interface teardown for kernels >= 2.6.33 | Felix Fietkau | 2010-07-06 | 1 | -1/+9 |
| | | | | SVN-Revision: 22078 | ||||
* | mac80211: use the nl80211 driver for wpa_supplicant | Felix Fietkau | 2010-05-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 21321 | ||||
* | mac80211: enable rx/tx stbc by default if supported | Felix Fietkau | 2010-05-02 | 1 | -0/+4 |
| | | | | SVN-Revision: 21319 | ||||
* | mac80211: fix interface setup for wds client sometimes an interface does not ↵ | Felix Fietkau | 2010-03-09 | 1 | -2/+2 |
| | | | | | | get added to the bridge properly this seems to be a race of interface setup vs wpa_supplicant fix this by configuring the interface only after wpa_supplicant has been started SVN-Revision: 20106 | ||||
* | mac80211: add support for the noscan option for skipping the initial scan on ↵ | Felix Fietkau | 2010-03-09 | 1 | -0/+2 |
| | | | | | | hostapd startup SVN-Revision: 20089 | ||||
* | mac80211: fix essid setting for ad-hoc (thx, stintel) | Felix Fietkau | 2010-02-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 19916 | ||||
* | mac80211: fix client mode | Felix Fietkau | 2010-02-28 | 1 | -12/+12 |
| | | | | SVN-Revision: 19915 | ||||
* | mac80211: fix interface startup order for AP+STA (patch by yann lopez) | Felix Fietkau | 2010-02-28 | 1 | -23/+30 |
| | | | | SVN-Revision: 19912 | ||||
* | mac80211: always use wpa_supplicant for client connections (patch by Stijn ↵ | Felix Fietkau | 2010-02-19 | 1 | -97/+21 |
| | | | | | | | | | | | | | | | | | | | Tintel) Since client mode in mac80211is unreliable without using wpa_supplicant, it would be better to enable wpa_supplicant by default. With this patch, wpa_supplicant will always be used for mac80211-based drivers in client mode. This will break client mode for images that don't include wpa_supplicant or wpad, so maybe I need to add a check somewhere to see if wpa_supplicant is available, and show the user a warning if he tries client mode without wpa_supplicant. Suggestions on where to add this check are welcome. Tested with ath5k in client mode on open and wpa2-psk network, and tested on my ath9k based AP as well to make sure it doesn't break AP mode. SVN-Revision: 19718 | ||||
* | mac80211: use wpa_supplicant for unencrypted connections to improve client ↵ | Felix Fietkau | 2010-02-08 | 1 | -1/+15 |
| | | | | | | mode reliability (patch by Stijn Tintel from #6653) SVN-Revision: 19550 | ||||
* | mac80211: fix setup with more than 2 ap mode interfaces | Felix Fietkau | 2010-02-02 | 1 | -0/+1 |
| | | | | SVN-Revision: 19494 | ||||
* | mac80211: restrict the killing of wpa_supplicant processes to the right ↵ | Felix Fietkau | 2010-01-25 | 1 | -2/+6 |
| | | | | | | interface (#5991) SVN-Revision: 19334 | ||||
* | mac80211: make b43-fwsquash.py work with python 3.x | Jo-Philipp Wich | 2010-01-24 | 1 | -14/+14 |
| | | | | SVN-Revision: 19307 | ||||
* | mac80211: improve wifi interface cleanup | Felix Fietkau | 2010-01-23 | 1 | -1/+2 |
| | | | | SVN-Revision: 19285 | ||||
* | mac80211: fix spurious error return codes in enable_mac80211() | Jo-Philipp Wich | 2010-01-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 19265 | ||||
* | mac80211: fix hostapd wmm setting for multiple bss interfaces | Felix Fietkau | 2010-01-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 19264 | ||||
* | mac80211: restructure /lib/wifi/mac80211.sh use the new multi-bss single ↵ | Felix Fietkau | 2010-01-20 | 1 | -31/+164 |
| | | | | | | instance hostapd mode move mac80211 specific bits out of /lib/wifi/hostapd.sh add a new option 'htmode' for switching between HT20 and HT40+,HT40- SVN-Revision: 19235 | ||||
* | mac80211: fix mac address handling for multiple phy/vif | Felix Fietkau | 2010-01-17 | 1 | -2/+4 |
| | | | | SVN-Revision: 19177 | ||||
* | mac80211: fix ht capability detection (thx, stintel) | Felix Fietkau | 2010-01-15 | 1 | -1/+1 |
| | | | | SVN-Revision: 19144 | ||||
* | mac80211: implement the distance setting | Felix Fietkau | 2010-01-15 | 1 | -0/+3 |
| | | | | SVN-Revision: 19142 | ||||
* | base-files, mac80211 (#6491) - fix wep key handling in iw with mac80211 ↵ | Jo-Philipp Wich | 2010-01-13 | 1 | -14/+24 |
| | | | | | | based drivers - sanitize keys where necessary - put a procedure prepare_key_wep() into /sbin/wifi for use by other driver backends SVN-Revision: 19118 | ||||
* | b43-fwsquash: ucode2.fw also supports core rev 3 | Michael Büsch | 2009-12-26 | 1 | -1/+1 |
| | | | | SVN-Revision: 18948 | ||||
* | b43 and b43legacy: squash firmware | Hauke Mehrtens | 2009-12-26 | 1 | -0/+4 |
| | | | | | | | Only G and L-PHY are supportted by b43 driver Add squash firmware for b43legacy SVN-Revision: 18947 | ||||
* | b43: Add L-PHY firemware files to squash script | Hauke Mehrtens | 2009-12-26 | 1 | -1/+8 |
| | | | | | | | | | Use firmware 4.178.10.4 as default on. Select firmware for all supported phy types and version as default. Close ticket #5978 SVN-Revision: 18935 | ||||
* | mac80211: fix handling of vif mac addresses in /lib/wifi/mac80211.sh (patch ↵ | Felix Fietkau | 2009-12-24 | 1 | -1/+1 |
| | | | | | | from #6401) SVN-Revision: 18923 | ||||
* | mac80211: Don't echo missing physical device errors to wireless config file | Vasilis Tsiligiannis | 2009-12-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 18896 | ||||
* | mac80211: fix RTS threshold not being set for mac80211 devices | Felix Fietkau | 2009-12-09 | 1 | -1/+1 |
| | | | | | | | | A typo prevented it from working, tested with ar71xx and ath9k. Signed-off-by: Otto Solares <solca@guug.org> SVN-Revision: 18719 | ||||
* | mac80211: set the country code through iw reg, setting it only through ↵ | Felix Fietkau | 2009-12-05 | 1 | -0/+2 |
| | | | | | | hostapd apparently does not work SVN-Revision: 18665 | ||||
* | mac80211: fix a shell syntax error | Jo-Philipp Wich | 2009-12-05 | 1 | -1/+1 |
| | | | | SVN-Revision: 18664 | ||||
* | mac80211: fix wpa handling in sta mode | Jo-Philipp Wich | 2009-12-05 | 1 | -5/+5 |
| | | | | SVN-Revision: 18662 | ||||
* | mac80211: rename autogenerated wifi-device sections from wifi* to radio* to ↵ | Felix Fietkau | 2009-12-03 | 1 | -3/+3 |
| | | | | | | prevent conflicts with madwifi interface naming SVN-Revision: 18627 | ||||
* | mac80211: fix up wds sta mode after r18591 | Felix Fietkau | 2009-11-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 18600 | ||||
* | mac80211: fix detection of multiple mac80211 devices | Gabor Juhos | 2009-11-28 | 1 | -5/+6 |
| | | | | SVN-Revision: 18583 |