aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* brcm47xx: add fallback sprom for pci devices without an own sprom.Hauke Mehrtens2011-05-012-36/+30
| | | | | | | | | | | | | | If there is no sprom on an ssb based pci device on the brcm47xx architecture ssb now asks the architecture code to look into the nvram to get some sprom data for this device. Now we are able to read out pci/1/1/ foo or pci/1/3/ foo config options. This will fix some problems where the wireless devices does not got an mac address and the following message was show: ssb: WARNING: Invalid SPROM CRC (corrupt SPROM) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26801 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add a new fix for signal strength / noise measurementsFelix Fietkau2011-05-011-0/+88
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26798 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: detect and drop incoming packets with invalid CCMP packet numbers ↵Felix Fietkau2011-05-011-0/+46
| | | | | | to fix connection hangs on some devices git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26795 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] exclude pktgen for uml targetFlorian Fainelli2011-04-291-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26781 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] relayd: map "ipaddr" option to local ip (-L)Jo-Philipp Wich2011-04-271-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26773 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: Fix compilation for 2.6.39Felix Fietkau2011-04-261-0/+11
| | | | | | | | | Fix compilation for 2.6.39 by replacing SPIN_LOCK_UNLOCKED with DEFINE_SPINLOCK(). Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26771 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: backport some more compat fixes, fix compile issues on 2.6.31 and ↵Felix Fietkau2011-04-261-0/+195
| | | | | | earlier git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26768 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: broadcast the country IE by default if the country code is ↵Felix Fietkau2011-04-261-0/+5
| | | | | | configured (#9308) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26765 3c298f89-4303-0410-b956-a3cf2f4a3e73
* wpa_supplicant: make sure that the common 802.11 code gets linked in (fixes ↵Felix Fietkau2011-04-262-0/+4
| | | | | | #9299) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26764 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: replace the regd revert patch with a proper fix, add some more ↵Felix Fietkau2011-04-262-63/+567
| | | | | | pending patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26761 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: remove the signal strength fix, it causes a lot of confusion and ↵Felix Fietkau2011-04-251-27/+0
| | | | | | seems to be just as inaccurate as the original version of the code git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26753 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cfg80211: revert upstream regdomain handling breakageFelix Fietkau2011-04-252-2/+65
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26752 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix a few compile errors and warningsFelix Fietkau2011-04-246-23/+46
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26751 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: do rate control updates when the HT configuration changes on an ↵Felix Fietkau2011-04-231-0/+35
| | | | | | interface git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26750 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: update to 2011-04-21Felix Fietkau2011-04-2311-34/+216
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26749 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: remove unneeded patchHauke Mehrtens2011-04-211-14/+0
| | | | | | | This was fixed upstream git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26745 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2011-04-19, contains several beacon ↵Felix Fietkau2011-04-2055-2349/+65
| | | | | | related fixes for ath9k git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26744 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ppp: extend the r26742 change to ip-down tooJo-Philipp Wich2011-04-201-4/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26743 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ppp: prevent duplicate hotplug for non uci managed ppp interfaces ↵Jo-Philipp Wich2011-04-202-3/+10
| | | | | | (#9275) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26742 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: prevent excessive uci state data aggregation (#9152)Jo-Philipp Wich2011-04-202-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26740 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: refresh patchesFelix Fietkau2011-04-2020-69/+56
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26738 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: fix issues with static routes and 6rd option parsing (thx, Florian ↵Felix Fietkau2011-04-201-14/+8
| | | | | | Fuessl) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26737 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: b43: Expose N-PHY supportHauke Mehrtens2011-04-191-2/+18
| | | | | | | | | Allow enabling of N-PHY support for BCM4321 and BCM4322. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26736 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: b43: Expose PIO mode fallbackHauke Mehrtens2011-04-192-13/+29
| | | | | | | | | Allow reenabling the PIO mode fallback for b43. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26735 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: b43: Expose debug optionHauke Mehrtens2011-04-191-0/+12
| | | | | | | | | Allow enabling debug output and debugfs for B43. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26734 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: b43: Add Firmware 5.10.56.27Hauke Mehrtens2011-04-192-8/+29
| | | | | | | | | | | | | | Add the 5.10.56.27 firmware option. This includes updating b43-fwcutter to its newest release 14 and updating the b43-fwsquash.py to recognise rev 16 n phy files. Also rename the current options from STABLE/EXPERIMENTAL to their version numbers. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26733 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix bridge handling for wds stations (#9257)Felix Fietkau2011-04-191-0/+29
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26724 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: re-enable beacon channel hintsFelix Fietkau2011-04-191-9/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26723 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: fix stale space in eglibc library install section (#9270)Jo-Philipp Wich2011-04-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26720 3c298f89-4303-0410-b956-a3cf2f4a3e73
* librpc: update to a newer version to fix issues with __set_errnoFelix Fietkau2011-04-181-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26716 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: assign a keycache slot per station for unencrypted links to fix ↵Felix Fietkau2011-04-171-0/+119
| | | | | | powersave frame filtering git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26712 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add a patch to show excessive retry counts for single MPDUsFelix Fietkau2011-04-171-0/+32
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26711 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix the config define for iwl3945Felix Fietkau2011-04-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26697 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: make intel wireless drivers depend on pci supportFelix Fietkau2011-04-161-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26696 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add intel drivers to PKG_CONFIG_DEPENDSFelix Fietkau2011-04-161-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26695 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: allow simultaneous ad-hoc+ap operationFelix Fietkau2011-04-153-2/+40
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26685 3c298f89-4303-0410-b956-a3cf2f4a3e73
* opkg: avoid using getline() to fix a compile issue on darwin (patch by ↵Felix Fietkau2011-04-151-0/+317
| | | | | | Javier Palacios, #9223) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26684 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uboot-ar71xx: add a dependency on the ar71xx targetFelix Fietkau2011-04-151-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26683 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uboot-ar71xx: remove a bogus dependencyFelix Fietkau2011-04-151-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26677 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uboot-ar71xx: fix compile on mac os x (patch from #9124)Felix Fietkau2011-04-151-0/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26676 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: due to popular request, allow ad-hoc+ap again, now that the beacon ↵Felix Fietkau2011-04-142-2/+19
| | | | | | code can handle it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26668 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix resetting the hw during channel change when the MAC fails to go idleFelix Fietkau2011-04-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26665 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cfg80211: disable processing of 802.11d regulatory hints - it causes invalid ↵Felix Fietkau2011-04-141-0/+29
| | | | | | regulatory settings on reconnect (fixes #9207) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26662 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: revert r24160 (remove the bogus ext2/ext3 dependency on linux 2.6.30/31)Lars-Peter Clausen2011-04-131-2/+2
| | | | | | | | | | | For kernel versions newer then 2.6.31 the ext4 module can be used to mount ext2/3 filesystems. Building ext2/3 as modules on the other hand breaks using ext4 for mounting ext2 or ext3, which breaks booting from ext2/3 on machines where the ext4 module is built into the kernel. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26645 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/hostapd: cosmetic fixAlexandros C. Couloumbis2011-04-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26644 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel/modules: Move zlib_deflate module to higher autoloading ↵Vasilis Tsiligiannis2011-04-121-1/+1
| | | | | | priority git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26639 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel/modules: Fix r26637Vasilis Tsiligiannis2011-04-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26638 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel/modules: Add kmod-zlib dependency to kmod-crypto-deflateVasilis Tsiligiannis2011-04-121-5/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26637 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel/modules: Add zlib packageVasilis Tsiligiannis2011-04-122-7/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26636 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel/modules: Add "Libraries" submenu and move library packages ↵Vasilis Tsiligiannis2011-04-122-96/+103
| | | | | | there git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26635 3c298f89-4303-0410-b956-a3cf2f4a3e73