Commit graph

3423 commits

Author SHA1 Message Date
Felix Fietkau
86bfe0a701 mac80211: rename autogenerated wifi-device sections from wifi* to radio* to prevent conflicts with madwifi interface naming
SVN-Revision: 18627
2009-12-03 18:35:31 +00:00
Felix Fietkau
9e6c05a20d ath9k: disable interrupt mitigation - it hurts performance on embedded systems
SVN-Revision: 18626
2009-12-03 18:35:26 +00:00
Jo-Philipp Wich
6cb040903b firewall: initialize dest_port with src_dport if omitted in redirect sections to narrow down corresponding forward rules to the actual target ports - thanks Niels Boehm! (#6249)
SVN-Revision: 18617
2009-12-01 22:31:10 +00:00
Florian Fainelli
a263714936 fix p54usb firmware installation (#6260)
SVN-Revision: 18615
2009-11-30 21:26:12 +00:00
Felix Fietkau
4ca03b54ee hostapd: update to latest git, fixes ampdu settings in the beacon HT IE
SVN-Revision: 18606
2009-11-29 16:56:38 +00:00
Felix Fietkau
7e3d67e546 hostapd: replace the wme_* config variables with wmm_* ones (fixes #6247)
SVN-Revision: 18602
2009-11-29 14:13:47 +00:00
Felix Fietkau
7d599ee46c mac80211: fix up wds sta mode after r18591
SVN-Revision: 18600
2009-11-29 13:56:41 +00:00
Florian Fainelli
8ba061b3cf prevent some modules from being built on ubicom32 since they do not compile or link
SVN-Revision: 18595
2009-11-29 00:33:32 +00:00
Hauke Mehrtens
7fac6dd17f Update regulatory database to version 2009.11.25
SVN-Revision: 18592
2009-11-28 23:16:40 +00:00
Hauke Mehrtens
a9241174f5 Update iw to version 0.9.18
The deleted patches went upstream.

SVN-Revision: 18591
2009-11-28 23:16:11 +00:00
Gabor Juhos
becedde3f1 mac80211: use mac address from platform data if present on ath9k
SVN-Revision: 18584
2009-11-28 18:01:03 +00:00
Gabor Juhos
756b6fdbf3 mac80211: fix detection of multiple mac80211 devices
SVN-Revision: 18583
2009-11-28 18:00:59 +00:00
Gabor Juhos
ff7c793af5 mac80211: remove trailing whitespaces in mac80211.sh
SVN-Revision: 18582
2009-11-28 18:00:53 +00:00
Florian Fainelli
ef499299ea update p54usb firmware to 2.13.24.0.lm87.arm (#6177, #6237)
SVN-Revision: 18580
2009-11-28 14:25:41 +00:00
Gabor Juhos
1104a67439 mac80211: fix default channel selection in mac80211.sh (thanks to blubberdiblub)
SVN-Revision: 18577
2009-11-28 13:49:14 +00:00
Gabor Juhos
7ce91a64f0 mac80211: fix a typo in the mac80211.sh
SVN-Revision: 18567
2009-11-27 21:21:28 +00:00
Gabor Juhos
fee0ea3ba8 mac80211: update ath9k patch
SVN-Revision: 18563
2009-11-27 21:21:14 +00:00
Gabor Juhos
05c8eef651 mac80211: select channel 36 by default on 5GHz only devices
SVN-Revision: 18562
2009-11-27 21:21:10 +00:00
Florian Fainelli
4ac3fb8e45 libuuid needs to be compiled with fPIC/pic.
SVN-Revision: 18542
2009-11-26 16:05:20 +00:00
Markus Wigge
c05ba34ba7 new upstream release 2.51 with some fixes, see http://www.thekelleys.org.uk/dnsmasq/CHANGELOG refreshed patches for new release
SVN-Revision: 18541
2009-11-26 10:58:01 +00:00
Gabor Juhos
5838c83c1f package/mac80211: disable 2GHz band for 5GHz only devices
SVN-Revision: 18537
2009-11-25 20:35:58 +00:00
Florian Fainelli
2937618dd9 prevent busybox's ping6 from crashing (#4604)
SVN-Revision: 18528
2009-11-24 22:13:19 +00:00
Felix Fietkau
cafe76e103 ath: only use GFP_DMA on ixp4xx
SVN-Revision: 18525
2009-11-24 13:55:37 +00:00
Hamish Guthrie
e1a2e7037f kmod-sound-core: Add new 2.6.32 kernel config option
SVN-Revision: 18523
2009-11-24 10:39:31 +00:00
Florian Fainelli
0fb52dee86 downgrade e2fsprogs to 1.40.11 which does not segfault until we fix the issue (#6073)
SVN-Revision: 18517
2009-11-23 23:53:23 +00:00
Florian Fainelli
7d7b200cb5 package sfdisk from util-linux-ng (#5998)
SVN-Revision: 18513
2009-11-23 22:30:45 +00:00
Florian Fainelli
1f24cd1700 update compcache to 0.5.4 (#6018)
SVN-Revision: 18512
2009-11-23 22:30:42 +00:00
Felix Fietkau
9fce92753f separate ath9k debugfs support from ath9k debugging, use the mac80211 debugfs config option to enable it
SVN-Revision: 18505
2009-11-23 22:01:45 +00:00
Felix Fietkau
d6cb068098 mac80211: do not build b44
SVN-Revision: 18504
2009-11-23 22:01:40 +00:00
Felix Fietkau
e69581be06 ath9k: add a few debugfs files to access the chainmasks and registers
SVN-Revision: 18503
2009-11-23 20:38:18 +00:00
Felix Fietkau
e39038f688 mount debugfs by default
SVN-Revision: 18502
2009-11-23 20:35:05 +00:00
Felix Fietkau
79fcadc146 hostapd: fix rebuild checks (#6210)
SVN-Revision: 18497
2009-11-23 17:12:54 +00:00
Nicolas Thill
0153a9bfea busybox: restore previous inittab handling when terminal can't be accessed (closes: #6181)
SVN-Revision: 18485
2009-11-22 17:00:50 +00:00
Jo-Philipp Wich
5a485c4112 dnsmasq: Set a list of addnhosts files. e.g. list 'addnhosts' '/var/etc/hosts.olsr' list 'addnhosts' '/var/etc/hosts.olsrv6' hosts.olsr for ipv4 and hosts.olsrv6 for ipv6 addresses. Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
SVN-Revision: 18470
2009-11-22 11:52:08 +00:00
Felix Fietkau
e4489675b5 mac80211: update to compat-wireless 2009-11-21
SVN-Revision: 18465
2009-11-22 07:13:30 +00:00
Felix Fietkau
f1da5431bb build variants: only build opkg packages for the requested build variant (or any if no variant was specified for the package)
SVN-Revision: 18464
2009-11-22 07:08:39 +00:00
Jo-Philipp Wich
4d9b1d6c75 base-files: sysupgrade: restrict find command to plain files to avoid duplicates when generating the conffiles tgz archive
SVN-Revision: 18455
2009-11-20 23:02:35 +00:00
Felix Fietkau
1f88eb26ac ath9k: fix compiler warning without debug enabled
SVN-Revision: 18452
2009-11-18 18:35:31 +00:00
Felix Fietkau
f5c4ff9389 ath9k: fix bisectability of rc patches
SVN-Revision: 18445
2009-11-18 04:42:40 +00:00
Felix Fietkau
57d7f2f99a ath9k: split up and adjust rc cleanup patch according to upstream feedback, also fix tx status reporting for minstrel compatibility
SVN-Revision: 18444
2009-11-18 03:48:55 +00:00
Nicolas Thill
0cd7179165 change ext2/ext3 load order so that lazy mount tries ext3 before ext2
SVN-Revision: 18442
2009-11-17 21:29:27 +00:00
Gabor Juhos
3018b457f9 package/mac80211: use platform_data on PCI devices in ath9k
SVN-Revision: 18436
2009-11-16 17:31:29 +00:00
Felix Fietkau
cdce75c5fc ath: use GFP_DMA for rx buffer allocations to fix allocation errors on ixp4xx devices with more than 64 MB RAM
SVN-Revision: 18433
2009-11-16 00:44:39 +00:00
Felix Fietkau
b01e1d4916 mac80211: adjust patches based on upstream feedback
SVN-Revision: 18431
2009-11-15 22:05:03 +00:00
Felix Fietkau
46560d64a8 mac80211: add some missing patch chunks that were accidentally left out in the previous commit
SVN-Revision: 18430
2009-11-15 21:36:40 +00:00
Felix Fietkau
bc6301de27 ath9k: work-in-progress patch to adapt ath9k to the mac80211 rate control api
SVN-Revision: 18429
2009-11-15 21:21:56 +00:00
Felix Fietkau
0a5fa7b10e ath9k: fix massive packet loss issue introduced by upstream cleanups
SVN-Revision: 18428
2009-11-15 21:21:52 +00:00
Felix Fietkau
a7ddfc6e79 mac80211: sync with changes to patches submitted upstream
SVN-Revision: 18427
2009-11-15 21:21:47 +00:00
Jo-Philipp Wich
194f32bc26 change switch config to swconfig style format to remain consistent accross platforms
SVN-Revision: 18425
2009-11-15 18:43:46 +00:00
Jo-Philipp Wich
013fa61257 iproute2: honour when building libnetlink.a, completes r18323 and fixes #6160
SVN-Revision: 18422
2009-11-14 21:32:30 +00:00