aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* rtl8366_smi: fix excessive stack usage and buffer handling bugsFelix Fietkau2010-01-181-50/+52
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19205 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix return statement in the rtl8366 driverFelix Fietkau2010-01-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19204 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add mini_fo locking fix from #5864Felix Fietkau2010-01-173-0/+75
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19203 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rtl8366_smi: register the switch directly from the probe routineGabor Juhos2010-01-171-21/+36
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19202 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rtl8366_smi: use vlanmc name for all vlanconfig variablesGabor Juhos2010-01-171-61/+60
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19201 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rtl8366_smi: use vlan4k name for all vlan4kentry variablesGabor Juhos2010-01-171-26/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19200 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rtl8366_smi: move memset into the rtl8366s_get_member_config functionGabor Juhos2010-01-171-10/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19199 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rtl8366_smi: move memset into the rtl8366s_get_vlan_4k_entry functionGabor Juhos2010-01-171-6/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19198 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rtl8366_smi: add vid parameter to the rtl8366s_get_vlan_4k_entry functionGabor Juhos2010-01-171-16/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19197 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: upgrade rtl8366_smi driverGabor Juhos2010-01-171-75/+1434
| | | | | | | | Thanks to Antti Seppälä. Patch from https://forum.openwrt.org/viewtopic.php?pid=100150#p100150 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19196 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: remove an obsolete patchFelix Fietkau2010-01-171-12/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19195 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw, mac80211: get the frequency info per-netdev instead of per-phyFelix Fietkau2010-01-174-86/+44
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19194 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: create sysupgrade file for the WZR-HP-G300NHGabor Juhos2010-01-171-0/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19193 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: update cfi patches for 2.6.3[12] as wellGabor Juhos2010-01-176-40/+260
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19188 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: move forcing of word write into a separate patchGabor Juhos2010-01-172-43/+70
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19187 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add optimizations to the cfi cmdset 002 status checkingGabor Juhos2010-01-171-8/+40
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19186 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix phy interface selection for the RB-450GGabor Juhos2010-01-171-2/+2
| | | | | | | Patch from: https://forum.openwrt.org/viewtopic.php?pid=95865#p95865 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19185 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix Routerboard 411ar on board wirelessGabor Juhos2010-01-171-0/+4
| | | | | | | | | This patch adds the appropriate interrupt for slot 0 pin 1 of the Routerboard 411ar (RB411 with on board Atheros wireless). Signed-off-by: Andrew Bates abates@omeganetserv.com git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19184 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] missing prerequisite for Orion imagesJo-Philipp Wich2010-01-171-6/+13
| | | | | | | | | | | Webupgrade image building for WRT350Nv2 needs zip package. Copy command for WRT350Nv2 recovery image overrides error code of webupgrade builder, moved behind brackets. Removed indention of comments to avoid output in log. Signed-off by: Matthias Buecher <mail@maddes.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19183 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw: print the current operating frequency in the phy infoFelix Fietkau2010-01-171-0/+30
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19179 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: allow user space to query the current operating frequencyFelix Fietkau2010-01-172-0/+76
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19178 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix mac address handling for multiple phy/vifFelix Fietkau2010-01-171-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19177 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: upgrade to compat-wireless 2010-01-15Felix Fietkau2010-01-1715-396/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19176 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: the lack of DQ* flash status checking for cfi cmdset 0002 does not ↵Felix Fietkau2010-01-172-20/+71
| | | | | | only apply to erase commands, it also affects writes. extend the workaround to cover writes commands as well git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19175 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make sure that processed directories are printed on make V=99Felix Fietkau2010-01-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19174 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] remove broadcom-mmc, superseded by broadcom-sdhcJo-Philipp Wich2010-01-163-729/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19173 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add broadcom-sdhc - successor of broadcom-mmc (#6343)Jo-Philipp Wich2010-01-161-0/+57
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19172 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] fix serial flash support (#6442)Jo-Philipp Wich2010-01-164-481/+1361
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19171 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files:Jo-Philipp Wich2010-01-162-1/+4
| | | | | | | | | sysupgade library coomon.sh has "bug" in glibc enviorement. For 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19167 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [orion] add sysupgrade support for the Netgear WNR854T and Linksys WRT350N ↵Jo-Philipp Wich2010-01-163-12/+55
| | | | | | v2 - thanks Matthias Buecher git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19166 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix typo in AGPF_S0 reset button definitionDaniel Dickinson2010-01-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19160 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mtd-utils: refresh the cygwin_fixes patchFelix Fietkau2010-01-161-33/+24
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19159 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mtd-utils: fix compile on mac os xFelix Fietkau2010-01-164-1/+121
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19158 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libuuid: only build the static variant - fixes compile on mac os xFelix Fietkau2010-01-161-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19157 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add a workaround for the tx ack time issue triggered by the timing ↵Felix Fietkau2010-01-151-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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19156 3c298f89-4303-0410-b956-a3cf2f4a3e73
* etrax: fix detection of samsung flash chip (#6155)Claudio Mignanti2010-01-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19153 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: add gpio leds to alice gateClaudio Mignanti2010-01-152-1/+50
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19152 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix typos in the ar71xx.shGabor Juhos2010-01-151-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19151 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add preliminary support for the Buffalo WZR-HP-G300NHGabor Juhos2010-01-1511-5/+304
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19150 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add GPIO driver for the NXP 74HC153 chipGabor Juhos2010-01-158-0/+348
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19149 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix rts/cts handlingFelix Fietkau2010-01-151-0/+61
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19147 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: tweak rx interrupt mitigation settings for better performanceFelix Fietkau2010-01-151-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19146 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add some ibss related fixes from linux-wireless@Felix Fietkau2010-01-152-0/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19145 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix ht capability detection (thx, stintel)Felix Fietkau2010-01-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19144 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add a missing chunk of the short slot patchFelix Fietkau2010-01-151-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19143 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: implement the distance settingFelix Fietkau2010-01-151-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19142 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix short slot vs long slot handling, implement support for setting ↵Felix Fietkau2010-01-153-0/+300
| | | | | | the coverage class git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19141 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw: add patch for setting coverage class / distanceFelix Fietkau2010-01-152-0/+248
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19140 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing+wireless-2.6 from 2010-01-13Felix Fietkau2010-01-1519-265/+83
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19139 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw: update to 0.9.19Felix Fietkau2010-01-151-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19138 3c298f89-4303-0410-b956-a3cf2f4a3e73