Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | mac80211/rt2x00: add rf_vals for Rt3352 with Xtal=20MHz | Gabor Juhos | 2012-11-20 |
| | | | | | | | | | [juhosg: move ramips specific stuff into a followup patch] Signed-off-by: Daniel Golle <dgolle@allnet.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34269 | ||
* | mac80211/rt2x00: support Rt3352 with external PA | Gabor Juhos | 2012-11-20 |
| | | | | | | | | | This is needed for WiFi to work e.g. on DIR-615 rev.H1. Signed-off-by: Daniel Golle <dgolle@allnet.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34268 | ||
* | mac80211: add more tx skb free fixes (hopefully final fix to #11894) | Felix Fietkau | 2012-11-10 |
| | | | | SVN-Revision: 34133 | ||
* | mac80211: prevent reconfigure calls while interfaces are down | Felix Fietkau | 2012-10-31 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 34030 | ||
* | mac80211: report tx status for dropped frames, should fix some remaining ↵ | Felix Fietkau | 2012-10-29 |
| | | | | | | stability issues SVN-Revision: 33991 | ||
* | ath9k: add a patch that prevents excessive retry of single frames during an ↵ | Felix Fietkau | 2012-10-29 |
| | | | | | | aggregation session SVN-Revision: 33989 | ||
* | generic: allow to disable [25]GHz support in ath9k via platform data | Gabor Juhos | 2012-10-27 |
| | | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33954 | ||
* | ath9k: fix a stale bf->bf_next pointer, potentially leading to double-free ↵ | Felix Fietkau | 2012-10-25 |
| | | | | | | errors and "Failed to stop Tx DMA" errors SVN-Revision: 33938 | ||
* | mac80211: refresh patch | Felix Fietkau | 2012-10-25 |
| | | | | SVN-Revision: 33937 | ||
* | mac80211: add md5sum for linux-firmware file, to download it from the mirror. | Hauke Mehrtens | 2012-10-25 |
| | | | | SVN-Revision: 33932 | ||
* | mac80211: update carl9170 firmware | Hauke Mehrtens | 2012-10-25 |
| | | | | SVN-Revision: 33930 | ||
* | kernel: update bcma and ssb to master-2012-10-18 from wireless-testing | Hauke Mehrtens | 2012-10-25 |
| | | | | | | | * update the flash driver for bcm47xx to use the stubs already in bcma * do some misc enhancements to the flash drivers for bcm47xx SVN-Revision: 33920 | ||
* | ath9k: fix operating state check on changing the channel bandwidth via debugfs | Felix Fietkau | 2012-10-22 |
| | | | | SVN-Revision: 33891 | ||
* | mac80211: update firmware from linux-firmware | Hauke Mehrtens | 2012-10-18 |
| | | | | | | | | | | * add firmware for some more intel wifi cards * use new firmware for some intel wifi cards * remove old firmware version for libertas when we also ship a more recent version * add rt3290.bin for rt2800-pci * use new firmware version for wl12xx, the old one is not supported by the driver any more SVN-Revision: 33854 | ||
* | mac80211: fix typo that broke specifying the phy name directly (deprecated) | Felix Fietkau | 2012-10-18 |
| | | | | SVN-Revision: 33853 | ||
* | mac80211: store the device path as identifier in the config instead of the ↵ | Felix Fietkau | 2012-10-18 |
| | | | | | | mac address, makes it more robust against card replacement or user errors SVN-Revision: 33834 | ||
* | mac80211: merge a client mode state handling fix, refresh patches | Felix Fietkau | 2012-10-17 |
| | | | | SVN-Revision: 33821 | ||
* | mac80211: remove useless menus for extra configuration | Felix Fietkau | 2012-10-17 |
| | | | | SVN-Revision: 33805 | ||
* | mac80211: use ieee80211_free_txskb in a few more places | Felix Fietkau | 2012-10-10 |
| | | | | SVN-Revision: 33695 | ||
* | mac80211: fix intel wifi autoload module names | Jonas Gorski | 2012-10-09 |
| | | | | | | | The autoload directives were using wrong module names, preventing them from being automatically inserted at boot time. SVN-Revision: 33676 | ||
* | mac80211: brcmsmac: use firmware extracted from proprietary driver | Hauke Mehrtens | 2012-10-08 |
| | | | | | | | | The firmware from linux-firmware does not support the rev 17 core found in a bcm4716. The firmware extracted from the proprietary driver supports this core. Use this firmware instead by default. SVN-Revision: 33669 | ||
* | tools: add b43-tools | Hauke Mehrtens | 2012-10-08 |
| | | | | | | Move the b43-tools build from the mac80211 Makefile into an own package in tools and use the newest version of b43-tools. SVN-Revision: 33668 | ||
* | mac80211: fix spacing | Hauke Mehrtens | 2012-10-08 |
| | | | | SVN-Revision: 33667 | ||
* | add myself as a maintainer for various packages | Felix Fietkau | 2012-10-08 |
| | | | | SVN-Revision: 33660 | ||
* | mac80211: refresh patches | Felix Fietkau | 2012-10-07 |
| | | | | SVN-Revision: 33636 | ||
* | mac80211: use ieee80211_free_txskb in a few more places to prevent skb leaks | Felix Fietkau | 2012-10-07 |
| | | | | SVN-Revision: 33635 | ||
* | ath9k: fix invalid register access on single-stream ar93xx devices | Felix Fietkau | 2012-10-05 |
| | | | | SVN-Revision: 33628 | ||
* | mac80211/rt2x00: fix lna assignment typo in Rt3352 which went upstream | Gabor Juhos | 2012-10-04 |
| | | | | | | | | | | Reviewing what went into wireless-testing I found a quite nasty mistake, probably a result of copy&past'ing from the lines below in rt2800lib.c. This adds another patch to fix that. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33616 | ||
* | mac80211/rt2x00: sync Rt3352 support | Gabor Juhos | 2012-10-04 |
| | | | | | | | | | | | The original patch was accepted into linux-next in a slightly modified form. In order to provide integrity to follow-up patches, replace the patch in OpenWrt with the (semantically identical) now upstream patch. (commit 03839951515b0ea2b21d649b1fe7b63f9817d0c8 in wireless-testing) Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33615 | ||
* | mac80211: allow scans in access point mode (for site survey) | Felix Fietkau | 2012-10-03 |
| | | | | SVN-Revision: 33613 | ||
* | ath9k: use ieee80211_free_txskb, might fix hostapd stability issues | Felix Fietkau | 2012-10-03 |
| | | | | SVN-Revision: 33611 | ||
* | mac80211: fix regulatory tx power initialization | Felix Fietkau | 2012-10-03 |
| | | | | SVN-Revision: 33610 | ||
* | dont explicitly select wireless-tools. rely on the drivers that need them to ↵ | John Crispin | 2012-09-28 |
| | | | | | | have the right dependency SVN-Revision: 33593 | ||
* | mac80211: add uci support for configuring antenna gain | Felix Fietkau | 2012-09-28 |
| | | | | SVN-Revision: 33587 | ||
* | mac80211: fix antenna gain and add support for user-defined antenna gain ↵ | Felix Fietkau | 2012-09-28 |
| | | | | | | configuration SVN-Revision: 33585 | ||
* | mac80211: rework the current tx power display patch | Felix Fietkau | 2012-09-28 |
| | | | | SVN-Revision: 33584 | ||
* | mac80211: fix beacon IE power constraint handling | Felix Fietkau | 2012-09-28 |
| | | | | SVN-Revision: 33583 | ||
* | ath5k: add a spur mitigation fix | Felix Fietkau | 2012-09-27 |
| | | | | SVN-Revision: 33572 | ||
* | mac80211: refresh patches | Florian Fainelli | 2012-09-26 |
| | | | | SVN-Revision: 33557 | ||
* | mac80211: avoid sending useless delBA frames on client disassoc | Felix Fietkau | 2012-09-25 |
| | | | | SVN-Revision: 33551 | ||
* | ath9k: fix rx filtering for older chipsets, helps with multi-bssid and mesh mode | Felix Fietkau | 2012-09-25 |
| | | | | SVN-Revision: 33550 | ||
* | mac80211: extend help for new options in b43-fwsquash.py | Hauke Mehrtens | 2012-09-23 |
| | | | | SVN-Revision: 33530 | ||
* | mac80211: fiy typo in b43-fwsquash.py | Hauke Mehrtens | 2012-09-23 |
| | | | | | | Thanks Jonas SVN-Revision: 33529 | ||
* | build: add the + token to any commands that can pass through the jobserver, ↵ | Felix Fietkau | 2012-09-23 |
| | | | | | | fixes parallel build on some systems SVN-Revision: 33523 | ||
* | mac80211: fix b43 firmware squash for HT and LCN firmware, one file was ↵ | Hauke Mehrtens | 2012-09-22 |
| | | | | | | missing for both. SVN-Revision: 33505 | ||
* | mac80211: remove ep93xx target from blacklist. | Florian Fainelli | 2012-09-19 |
| | | | | SVN-Revision: 33465 | ||
* | mac80211: fix regdb locking issues | Felix Fietkau | 2012-09-14 |
| | | | | SVN-Revision: 33398 | ||
* | mac80211: bump PKG_RELEASE | Felix Fietkau | 2012-09-08 |
| | | | | SVN-Revision: 33333 | ||
* | ath9k: disable PA predistortion by default, since it has been reported to ↵ | Felix Fietkau | 2012-09-08 |
| | | | | | | reduce rx sensitivity on some devices (#12135) SVN-Revision: 33332 | ||
* | mac80211: update to 2012-09-07, adds ath9k beacon fixes, mesh/adhoc fixes, ↵ | Felix Fietkau | 2012-09-08 |
| | | | | | | and more SVN-Revision: 33331 |