Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mac80211: restructure /lib/wifi/mac80211.sh use the new multi-bss single ↵ | Felix Fietkau | 2010-01-20 | 2 | -128/+209 |
| | | | | | | 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 | ||||
* | hostapd: upgrade to latest git version, add patches to fix multi-bss support ↵ | Felix Fietkau | 2010-01-20 | 5 | -2/+1351 |
| | | | | | | with a single hostapd instance SVN-Revision: 19234 | ||||
* | ath9k: fix a beacon buffer leak on interface up/down | Felix Fietkau | 2010-01-20 | 1 | -0/+14 |
| | | | | SVN-Revision: 19233 | ||||
* | firewall: fix a race condition preventing interfaces from being added to the ↵ | Jo-Philipp Wich | 2010-01-19 | 2 | -3/+7 |
| | | | | | | firewall on boot SVN-Revision: 19232 | ||||
* | mtd: treat failure to open FIS partition as fatal when a fis_layout is ↵ | Jo-Philipp Wich | 2010-01-19 | 2 | -2/+2 |
| | | | | | | given, aborts mtd write if reformat is needed and FIS table not available SVN-Revision: 19231 | ||||
* | hostapd: remove all object files on config changes | Felix Fietkau | 2010-01-19 | 1 | -2/+1 |
| | | | | SVN-Revision: 19229 | ||||
* | mac80211: fix firmware compat stuff for 2.6.32 | Felix Fietkau | 2010-01-18 | 1 | -0/+103 |
| | | | | SVN-Revision: 19222 | ||||
* | base-files: disable bridge firewalling by default | Jo-Philipp Wich | 2010-01-18 | 2 | -3/+8 |
| | | | | SVN-Revision: 19214 | ||||
* | swconfig: support providing the switch device name in an option instead of ↵ | Felix Fietkau | 2010-01-18 | 3 | -3/+23 |
| | | | | | | the section name - necessary to support switches that contain characters such as "-" SVN-Revision: 19208 | ||||
* | mac80211: remove an obsolete patch | Felix Fietkau | 2010-01-17 | 1 | -12/+0 |
| | | | | SVN-Revision: 19195 | ||||
* | iw, mac80211: get the frequency info per-netdev instead of per-phy | Felix Fietkau | 2010-01-17 | 4 | -86/+44 |
| | | | | SVN-Revision: 19194 | ||||
* | iw: print the current operating frequency in the phy info | Felix Fietkau | 2010-01-17 | 1 | -0/+30 |
| | | | | SVN-Revision: 19179 | ||||
* | mac80211: allow user space to query the current operating frequency | Felix Fietkau | 2010-01-17 | 2 | -0/+76 |
| | | | | SVN-Revision: 19178 | ||||
* | mac80211: fix mac address handling for multiple phy/vif | Felix Fietkau | 2010-01-17 | 1 | -2/+4 |
| | | | | SVN-Revision: 19177 | ||||
* | mac80211: upgrade to compat-wireless 2010-01-15 | Felix Fietkau | 2010-01-17 | 15 | -396/+13 |
| | | | | SVN-Revision: 19176 | ||||
* | remove broadcom-mmc, superseded by broadcom-sdhc | Jo-Philipp Wich | 2010-01-16 | 3 | -729/+0 |
| | | | | SVN-Revision: 19173 | ||||
* | add broadcom-sdhc - successor of broadcom-mmc (#6343) | Jo-Philipp Wich | 2010-01-16 | 1 | -0/+57 |
| | | | | SVN-Revision: 19172 | ||||
* | base-files: sysupgade library coomon.sh has "bug" in glibc enviorement. For ↵ | Jo-Philipp Wich | 2010-01-16 | 2 | -1/+4 |
| | | | | | | some reason ld-linux.so.3 is not installed at ramfs and sysupgrade always fails. Signed-off-by: Zintis Petersons <zintis.petersons@e-mail.lv> SVN-Revision: 19167 | ||||
* | ath9k: add a workaround for the tx ack time issue triggered by the timing ↵ | Felix Fietkau | 2010-01-15 | 1 | -0/+14 |
| | | | | | | handling cleanups in 2.4 ghz, calculating the ack timeout the way it is described in 802.11-2007 currently leads to tx timeouts set it to a minimum of what the initvals set (64 usec) until we know what is causing this SVN-Revision: 19156 | ||||
* | ath9k: fix rts/cts handling | Felix Fietkau | 2010-01-15 | 1 | -0/+61 |
| | | | | SVN-Revision: 19147 | ||||
* | ath9k: tweak rx interrupt mitigation settings for better performance | Felix Fietkau | 2010-01-15 | 1 | -0/+11 |
| | | | | SVN-Revision: 19146 | ||||
* | mac80211: add some ibss related fixes from linux-wireless@ | Felix Fietkau | 2010-01-15 | 2 | -0/+27 |
| | | | | SVN-Revision: 19145 | ||||
* | mac80211: fix ht capability detection (thx, stintel) | Felix Fietkau | 2010-01-15 | 1 | -1/+1 |
| | | | | SVN-Revision: 19144 | ||||
* | mac80211: add a missing chunk of the short slot patch | Felix Fietkau | 2010-01-15 | 1 | -0/+16 |
| | | | | SVN-Revision: 19143 | ||||
* | mac80211: implement the distance setting | Felix Fietkau | 2010-01-15 | 1 | -0/+3 |
| | | | | SVN-Revision: 19142 | ||||
* | ath9k: fix short slot vs long slot handling, implement support for setting ↵ | Felix Fietkau | 2010-01-15 | 3 | -0/+300 |
| | | | | | | the coverage class SVN-Revision: 19141 | ||||
* | iw: add patch for setting coverage class / distance | Felix Fietkau | 2010-01-15 | 2 | -0/+248 |
| | | | | SVN-Revision: 19140 | ||||
* | mac80211: update to wireless-testing+wireless-2.6 from 2010-01-13 | Felix Fietkau | 2010-01-15 | 19 | -265/+83 |
| | | | | SVN-Revision: 19139 | ||||
* | iw: update to 0.9.19 | Felix Fietkau | 2010-01-15 | 1 | -2/+2 |
| | | | | SVN-Revision: 19138 | ||||
* | wpa_supplicant: fix two syntax errors in wpa_supplicant.sh (#6504) | Jo-Philipp Wich | 2010-01-14 | 1 | -2/+2 |
| | | | | SVN-Revision: 19128 | ||||
* | dropbear: add GatewayPorts (-a) option (#6503) | Jo-Philipp Wich | 2010-01-14 | 2 | -3/+6 |
| | | | | SVN-Revision: 19127 | ||||
* | opkg: fallback to dest->root_dir if specified overlay_root does not exist on ↵ | Jo-Philipp Wich | 2010-01-13 | 1 | -5/+18 |
| | | | | | | filesystem (#6498) SVN-Revision: 19121 | ||||
* | wpa_supplicant: add WEP key handling to conform with documented behaviour in ↵ | Jo-Philipp Wich | 2010-01-13 | 1 | -5/+32 |
| | | | | | | mac80211.sh (#6493) SVN-Revision: 19119 | ||||
* | base-files, mac80211 (#6491) - fix wep key handling in iw with mac80211 ↵ | Jo-Philipp Wich | 2010-01-13 | 2 | -14/+37 |
| | | | | | | based drivers - sanitize keys where necessary - put a procedure prepare_key_wep() into /sbin/wifi for use by other driver backends SVN-Revision: 19118 | ||||
* | mac80211: another minor fix to monitor mode queue selection | Felix Fietkau | 2010-01-12 | 1 | -0/+18 |
| | | | | SVN-Revision: 19111 | ||||
* | mac80211: upgrade to a new unofficial snapshot based on ↵ | Felix Fietkau | 2010-01-12 | 9 | -142/+6 |
| | | | | | | wireless-testing+wireless-2.6 SVN-Revision: 19110 | ||||
* | refresh patch | Imre Kaloz | 2010-01-11 | 1 | -6/+6 |
| | | | | SVN-Revision: 19102 | ||||
* | mac80211: fix some monitor mode queue selection bugs | Felix Fietkau | 2010-01-11 | 2 | -0/+41 |
| | | | | SVN-Revision: 19099 | ||||
* | ppp: process option dns if peerdns is off (#6474) | Jo-Philipp Wich | 2010-01-10 | 1 | -3/+10 |
| | | | | SVN-Revision: 19093 | ||||
* | dnsmasq: only write search directive if domain is actually set | Jo-Philipp Wich | 2010-01-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 19090 | ||||
* | dnsmasq: add local domain as search directive to /tmp/resolv.conf | Jo-Philipp Wich | 2010-01-09 | 1 | -0/+1 |
| | | | | SVN-Revision: 19086 | ||||
* | hostapd: fix compile error with madwifi enabled | Felix Fietkau | 2010-01-08 | 1 | -0/+18 |
| | | | | SVN-Revision: 19080 | ||||
* | mac80211: fix patch naming | Felix Fietkau | 2010-01-08 | 3 | -0/+0 |
| | | | | SVN-Revision: 19078 | ||||
* | hostapd: upgrade to latest version | Felix Fietkau | 2010-01-08 | 5 | -284/+26 |
| | | | | SVN-Revision: 19077 | ||||
* | mac80211: various wds related fixes | Felix Fietkau | 2010-01-08 | 3 | -0/+189 |
| | | | | SVN-Revision: 19076 | ||||
* | dnsmasq: Fix setting the network-id for config host sections This renames ↵ | Jo-Philipp Wich | 2010-01-08 | 2 | -36/+38 |
| | | | | | | name to networkid where applicable, and re-adds the name option for hosts. Signed-off-by: Stefan Bethke <stb@lassitu.de> SVN-Revision: 19069 | ||||
* | carl9170: enable ht support by default | Felix Fietkau | 2010-01-07 | 1 | -0/+11 |
| | | | | SVN-Revision: 19068 | ||||
* | carl9170: fix debugfs support | Felix Fietkau | 2010-01-07 | 2 | -2/+16 |
| | | | | SVN-Revision: 19067 | ||||
* | add the carl9170 wifi driver for ar9170 devices | Felix Fietkau | 2010-01-07 | 3 | -0/+186 |
| | | | | SVN-Revision: 19066 | ||||
* | mac80211: export a few ath header files | Felix Fietkau | 2010-01-07 | 1 | -1/+5 |
| | | | | SVN-Revision: 19065 |