summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* mac80211: fix ad-hoc mode performance regressionnbd2012-03-011-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30758 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: delete linux/eeprom_93cx6.h since the module is used from the ↵nbd2012-02-291-0/+1
| | | | | | kernel tree, fixes rt2x00 issues on lantiq git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30754 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: remove 060-fix_compat_security.patch, it is no longer needednbd2012-02-281-11/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30753 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update, fix some mac address handling issuesnbd2012-02-271-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30750 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: add missing do_sysctl functionnbd2012-02-271-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30749 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwcap: fix reversed umaskjow2012-02-271-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30748 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add iwcap - a small radiotap capture utility for background ↵jow2012-02-272-0/+632
| | | | | | monitoring of wireless traffic or use as a remote capture drone git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30747 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2012-02-27nbd2012-02-2721-909/+253
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30746 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix beacon issues on ar93xxnbd2012-02-271-0/+113
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30745 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to 2012-02-26, fixes ipv4 broadcast handlingnbd2012-02-271-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30744 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: add a hotplug handler for setting sysctls (based on the old ↵nbd2012-02-271-0/+36
| | | | | | 10-routes file) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30743 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2012-02-23nbd2012-02-2734-301/+924
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30742 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: add a new udhcpc default script for command line use (no uci support)nbd2012-02-271-0/+57
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30741 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: allow ICMPv6 type 129 (echo reply) - this fixes basic ↵jow2012-02-252-1/+3
| | | | | | ICMPv6 in case no connection tracking is used git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30727 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: only depend on kmod-rtc-core if its provided by the used ↵jow2012-02-251-2/+2
| | | | | | Kernel version git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30716 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] dropbear: patch possible use after free by authenticated remote ↵jow2012-02-253-3/+94
| | | | | | users with active command restrictions (CVE-2012-0920) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30714 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uci: update to git head, reduces quotations in exported config ↵jow2012-02-241-3/+3
| | | | | | files and fixes delta list handling in the Lua binding git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30711 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] broadcom-wl: remove an erroneous BUG() call in the glue driverjow2012-02-242-8/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30709 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: bail out if uci is used in firewall include filesjow2012-02-232-2/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30694 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: fix wl backend, unsigned -> signed for mcs idx, revision ↵jow2012-02-233-4/+4
| | | | | | bump after latest abi changes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30693 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: replace internal constant mode strings with enumsjow2012-02-2313-52/+71
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30692 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: implement netlink scanning code, rework IE parsing codejow2012-02-237-240/+510
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30691 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: fix array size mismatch after r30684jow2012-02-221-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30685 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] Allow full 250mw (24dBm) on WRT54GL and related with wl legacy ↵jow2012-02-221-2/+2
| | | | | | | | | driver on iwinfo Signed-off-by: Hanno Schupp <hanno.schupp@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30684 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] Adjust txpower offset for Nano and Picostation M2 in iwinfojow2012-02-221-2/+2
| | | | | | | Signed-off-by: Hanno Schupp <hanno.schupp@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30683 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: add per-station rate and mcs info to assoclist opjow2012-02-2210-88/+1305
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30682 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: fix logic flaw in mtd partition checkjow2012-02-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30678 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iptables: make it possible to dynamically configure built-in statically ↵nbd2012-02-223-49/+60
| | | | | | linked extensions, fold -mod-conntrack and -mod-nat into the default package. saves about 8k on an ar71xx default squashfs git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30676 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iptables: do not link binaries with -rdynamic, plugins do not need any ↵nbd2012-02-211-1/+0
| | | | | | symbols from the main executable. saves some space git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30675 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: b43: use firmware version 666.2 as defaulthauke2012-02-211-6/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30673 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: fix logic flaw in WPA OUI filtering, solves misdetecting ↵jow2012-02-211-1/+1
| | | | | | various WPA2-PSK only networks as mixed mode git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30672 3c298f89-4303-0410-b956-a3cf2f4a3e73
* dropbear: disable assertions to reduce code sizenbd2012-02-211-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30668 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: disable the state dump callback to save a few more kbnbd2012-02-212-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30667 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: add configurable debug message minimum priority to cut down on ↵nbd2012-02-203-1/+228
| | | | | | bloat generated by excessive debug messages git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30666 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix memory leak on bcm5354hauke2012-02-201-0/+11
| | | | | | | | | The ucode triggers the gpio pins used for the buttons and causes diag to handle them and send them to userspace. This only happened with a more recent firmware. This patch was tested on an Asus wl-520GU and should also work on the other bcm5354 based asus devices. I do not know if it works on the dir320. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30665 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: iwinfo_hardware_id_from_mtd() never writes, so do not ↵jow2012-02-201-1/+1
| | | | | | request write access in mmap() git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30664 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: recognize AR5416 EEPROMs as seen on the Ubiquiti ↵jow2012-02-202-2/+13
| | | | | | Picostation M2 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30663 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add gpio-button-hotplug, like button-hotplug + gpio-keys-polled, fully ↵nbd2012-02-203-0/+495
| | | | | | compatible, but without the nasty input-core dependency chain git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30659 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: add more device entriesjow2012-02-202-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30658 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: brcmsmac: fix a build warning, till we update bcmahauke2012-02-191-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30644 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add brcmsmac driverhauke2012-02-194-3/+300
| | | | | | | brcmsmac does not work on bcm47xx based devices or has AP mode support for now. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30643 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix directory of mwl8k firmwarehauke2012-02-191-2/+2
| | | | | | | Thank you Eugene San for the patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30642 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: rt2x00: allow to disable bands via platform datajuhosg2012-02-182-1/+48
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30629 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: add package for MTD testing modulesjuhosg2012-02-181-0/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30628 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: do not re-run AGC calibration periodically - fixes stability issues ↵nbd2012-02-171-0/+42
| | | | | | on AR2315 (#10574) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30624 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: do not stop the hardware queues during PAPD calibration, speeds up ↵nbd2012-02-171-0/+31
| | | | | | calibration git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30623 3c298f89-4303-0410-b956-a3cf2f4a3e73
* crda: remove unnecessary build dependency on mac80211nbd2012-02-171-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30612 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: remove unnecessary dependency on mac80211nbd2012-02-171-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30611 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] broadcom-diag: add missing brackets breakign the detection logic ↵jow2012-02-171-2/+4
| | | | | | (#10836) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30610 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: implement proper hardware detection for ar23xx SoC devices ↵jow2012-02-176-77/+78
| | | | | | like the NanoStation 2 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30605 3c298f89-4303-0410-b956-a3cf2f4a3e73