aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* mac80211: fix compile errors on platforms with power management enabledFelix Fietkau2013-05-022-0/+42
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36520 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: uci: merge r36518Jo-Philipp Wich2013-05-021-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36519 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: iwinfo: merge r36471Jo-Philipp Wich2013-04-282-7/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36472 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to 2013-02-22 from trunk + backportsFelix Fietkau2013-04-28124-4717/+4771
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36470 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: iwinfo: merge r34982, r35005, r35007, r35471, r36292, r36339, r36417, ↵Jo-Philipp Wich2013-04-277-174/+393
| | | | | | r36449, r36450 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36465 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: uci: merge r36377Jo-Philipp Wich2013-04-271-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36464 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build: fix one more instance of a stray -rc1Felix Fietkau2013-04-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36425 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: base-files: backport r36107Jo-Philipp Wich2013-04-252-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36423 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: use the original mac address for the first virtual interfaceFelix Fietkau2013-04-231-1/+3
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> Backport of r36408 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36409 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: rework mac address allocationFelix Fietkau2013-04-171-10/+24
| | | | | | | | | | | | | | | | | | | | | If the first byte is available in the address mask, use only that one - set the local bit and xor it with the id << 2. This ensures that there are no hardware BSSID & BSSID-mask conflicts with devices that have almost the same MAC address with just a small offset. The MAC address conflict has been observed in a deployment with some devices from the same batch when running with multiple interfaces. If only some bits of the last byte are available, xor the id onto the last MAC address byte (relevant mostly for Ralink devices). In other cases (should not happen at this point), use the previous MAC address offset calculation but without the local bit. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Backport of r36353 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36354 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: backport openssl update from r35600v12.09Florian Fainelli2013-03-192-4/+34
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36088 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add a fix to reduce the number of spurious tx hang detectionsFelix Fietkau2013-03-151-0/+37
| | | | | | Backport of r36040 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36052 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix client reassociation after too many ACK failuresFelix Fietkau2013-03-121-0/+11
| | | | | | Backport of r35973 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35974 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: backport of r35671: b43: Increase number of RX DMA slotsHauke Mehrtens2013-03-101-0/+11
| | | | | | | | | | | | | | | Bastian Bittorf reported that some of the silent freezes on a Linksys WRT54G were due to overflow of the RX DMA ring buffer, which was created with 64 slots. That finding reminded me that I was seeing similar crashed on a netbook, which also has a relatively slow processor. After increasing the number of slots to 128, runs on the netbook that previously failed now worked; however, I found that 109 slots had been used in one test. For that reason, the number of slots is being increased to 256. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35947 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: hotplug2: restore accidentally deleted patchGabor Juhos2013-03-031-0/+21
| | | | | | | | | | | | | | | Backport of r35863. Without the 170-non_fatal_include.patch hotplug2 throws this: Unable to include '/etc/hotplug2-platform.rules' Syntax error (/etc/hotplug2-common.rules, line 9): Syntax error: Internal parser error. Unable to include '/etc/hotplug2-common.rules' Syntax error (/etc/hotplug2-init.rules, line 3): Syntax error: Internal parser error. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35864 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hotplug2: fix a memory leak and wrong variables leaking into the fork worker ↵Felix Fietkau2013-03-031-13/+24
| | | | | | | | process (#12436, maybe also #12765) Backport of r35857 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35859 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hotplug2: merge worker related fixes into one patchFelix Fietkau2013-03-034-251/+179
| | | | | | Backport of r35856 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35858 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: issue a cold reset after failures or after bringing the chip out of ↵Felix Fietkau2013-02-256-7/+18
| | | | | | | | full sleep - fixes many kinds of DMA issues Backport of r35785 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35786 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq] fixes lantiq dsl firmware naming conventionsJohn Crispin2013-02-252-16/+11
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35783 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] fixes mbssid on ralink hardwareJohn Crispin2013-02-251-2/+4
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35781 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] adds missing backport needed for ralink mbssidJohn Crispin2013-02-251-0/+94
| | | | | | | | fixes #12952 Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35780 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA kernel: modules: don't skip built-in modules for i2cJonas Gorski2013-02-251-1/+1
| | | | | | | | Backport of r35755. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35778 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: mac80211: add missing DRIVER_11N_SUPPORT selectsJonas Gorski2013-02-251-3/+3
| | | | | | | | Backport of r35711. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35777 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix rssi issuesFelix Fietkau2013-02-221-0/+11
| | | | | | Backport of r35750 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35752 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k_htc: fix signal strength reporting issuesFelix Fietkau2013-02-221-0/+29
| | | | | | Backport of r35749 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35751 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix the scan wait patch for multiple interfacesFelix Fietkau2013-02-161-21/+13
| | | | | | Backport of r35630 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35631 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: add back the patch that waits for interface bringup in ht40, it got ↵Felix Fietkau2013-02-161-0/+73
| | | | | | | | lost with the update Backport of r35619 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35620 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openssl: backport r35524Tim Yardley2013-02-086-79/+17
| | | | | | | | Signed-off-by: Tim Yardley <yardley@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35530 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libubox: update to latest version, fixes a string corruption issue on JSON ↵Felix Fietkau2013-01-291-3/+3
| | | | | | | | formatting Backport of r35399 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35400 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest versionFelix Fietkau2013-01-293-6/+6
| | | | | | | | | fixes DNS servers on reload (#12910) fixes ubus object race on reload or down/up (#12612) Backport of r35383 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35384 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, fixes setting addresses/routes on alias ↵Felix Fietkau2013-01-281-2/+2
| | | | | | | | interfaces Backport of r35362 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35363 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: firewall: backport r35348Jo-Philipp Wich2013-01-282-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35350 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: sync with trunk r35297, adds another alias support fixFelix Fietkau2013-01-221-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35298 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubus: revert the package install section from the trunk sync commitFelix Fietkau2013-01-211-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35267 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: sync with trunk r35251Felix Fietkau2013-01-203-4/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35254 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubus: sync with trunk r35141Felix Fietkau2013-01-201-5/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35253 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libubox: sync with trunk r35128Felix Fietkau2013-01-201-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35252 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: busybox: merge r35239Jo-Philipp Wich2013-01-194-9/+38
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35241 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uci: sync with trunkLuka Perkov2013-01-171-4/+8
| | | | | | backport of r35013, r33861, r33660 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35195 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix a soft lockup on smp systemsFelix Fietkau2013-01-147-24/+30
| | | | | | Backport of r35152 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35153 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: remove a lock to fix a deadlock on hw resetFelix Fietkau2013-01-144-19/+79
| | | | | | Backport of r35147 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35148 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package: kernel: make crypto kmods always visibleLuka Perkov2013-01-111-1/+1
| | | | | | backport r34298 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35093 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add updated tx gain tables, fixes stability issues on TL-WDR4300 and ↵Felix Fietkau2013-01-102-1/+645
| | | | | | | | other devices Backport of r35089 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35090 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add some calibration fixes from wireless-testingFelix Fietkau2013-01-101-0/+48
| | | | | | Backport r35081 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35082 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: correct a logic error in the rx path fixFelix Fietkau2013-01-091-1/+1
| | | | | | Backport of r35067 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35068 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: refresh patchesFelix Fietkau2013-01-094-54/+34
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35065 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: backport stability fixes from r35063Felix Fietkau2013-01-0911-26/+255
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35064 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: apply network interface configuration for adhoc + wpa2Felix Fietkau2013-01-071-1/+1
| | | | | | Backport of r35049 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35050 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libubox: update to latest version, contains several uloop/ustream fixesFelix Fietkau2013-01-071-3/+3
| | | | | | Backport of r35039 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35040 3c298f89-4303-0410-b956-a3cf2f4a3e73
* opkg: keep package list files compressed when src/gz is used, reduces tmpfs ↵Felix Fietkau2013-01-031-0/+120
| | | | | | | | usage Backport of r34869 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35003 3c298f89-4303-0410-b956-a3cf2f4a3e73