summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches
Commit message (Collapse)AuthorAgeFilesLines
* mac80211: fix enabling HT40-Felix Fietkau2013-01-113-5/+16
| | | | SVN-Revision: 35096
* mac80211: add a fix for ht40 connectionsFelix Fietkau2013-01-111-0/+16
| | | | SVN-Revision: 35094
* ath9k: add updated tx gain tables, fixes stability issues on TL-WDR4300 and ↵Felix Fietkau2013-01-101-0/+645
| | | | | | other devices SVN-Revision: 35089
* ath9k: add some calibration fixes from wireless-testingFelix Fietkau2013-01-101-0/+48
| | | | SVN-Revision: 35081
* ath9k: correct a logic error in the rx path fixFelix Fietkau2013-01-091-1/+1
| | | | SVN-Revision: 35067
* mac80211, ath9k: merge some pending fixes from linux-wireless@Felix Fietkau2013-01-099-22/+543
| | | | SVN-Revision: 35066
* mac80211: update to 2013-01-07, add several ath9k stability fixesFelix Fietkau2013-01-0940-1831/+383
| | | | SVN-Revision: 35063
* ath9k: disable TX_IQ_ON_AGC_CAL on AR934x, should improve stabilityFelix Fietkau2013-01-021-0/+11
| | | | SVN-Revision: 34979
* mac80211: refresh patchesFelix Fietkau2012-12-283-4/+4
| | | | SVN-Revision: 34911
* mac80211: assume 2-byte aligning for 802.11 packets, slightly improves code ↵Felix Fietkau2012-12-282-0/+449
| | | | | | size and performance SVN-Revision: 34910
* mac80211: update rt2x00 rx_status patchGabor Juhos2012-12-113-69/+19
| | | | | | | | Also remove the superfluous ones for ath5k, p54. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34637
* mac80211: zero-out rx_status in rt2x00, ath5k, p54Gabor Juhos2012-12-113-0/+115
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34627
* mac80211: fix possible NULL pointer dereference in ath9kGabor Juhos2012-12-101-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34624
* mac80211: fix channel context related warnings when using wds ap mode (fixes ↵Felix Fietkau2012-12-107-15/+149
| | | | | | #12585) SVN-Revision: 34610
* b43: fix tx path skb leaksFelix Fietkau2012-12-102-4/+82
| | | | SVN-Revision: 34607
* mac80211: ath9k: allow to load EEPROM data via firmware APIGabor Juhos2012-12-1013-34/+530
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34606
* mac80211: ath9k: fix OTP register offsets for AR9340Gabor Juhos2012-12-101-0/+73
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34605
* ath5k: fix skb leaks (should fix #12199)Felix Fietkau2012-12-101-0/+31
| | | | SVN-Revision: 34603
* mac80211: fix setting txpower (#12594)Felix Fietkau2012-12-101-1/+1
| | | | SVN-Revision: 34594
* ath9k: improve signal strength / channel noise reporting accuracyFelix Fietkau2012-12-101-0/+22
| | | | SVN-Revision: 34592
* mac80211: refresh patchesFelix Fietkau2012-12-103-4/+4
| | | | SVN-Revision: 34591
* mac80211: merge fix for carl9170 upstream regressionFelix Fietkau2012-12-101-0/+11
| | | | SVN-Revision: 34590
* mac80211: update to wireless-testing 2012-12-06Felix Fietkau2012-12-0758-2110/+580
| | | | SVN-Revision: 34571
* mac80211: brcmsmac: do a read after write when writing objmem to device.Hauke Mehrtens2012-12-072-10/+13
| | | | SVN-Revision: 34570
* mac80211: clean up patches, replace patching config.mk with a generated sed ↵Felix Fietkau2012-12-0629-911/+35
| | | | | | expression SVN-Revision: 34531
* mac80211: refresh patchesGabor Juhos2012-12-0218-46/+40
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34464
* mac80211: rename a misnamed ath9k patchGabor Juhos2012-12-021-0/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34463
* mac80211/rt2x00: add rf_vals for Rt3352 with Xtal=20MHzGabor Juhos2012-11-201-0/+121
| | | | | | | | | [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 PAGabor Juhos2012-11-201-0/+212
| | | | | | | | | 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 Fietkau2012-11-103-160/+209
| | | | SVN-Revision: 34133
* mac80211: prevent reconfigure calls while interfaces are downFelix Fietkau2012-10-312-1/+13
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 34030
* mac80211: report tx status for dropped frames, should fix some remaining ↵Felix Fietkau2012-10-291-38/+133
| | | | | | stability issues SVN-Revision: 33991
* ath9k: add a patch that prevents excessive retry of single frames during an ↵Felix Fietkau2012-10-295-11/+41
| | | | | | aggregation session SVN-Revision: 33989
* generic: allow to disable [25]GHz support in ath9k via platform dataGabor Juhos2012-10-271-0/+70
| | | | | | 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 Fietkau2012-10-251-0/+18
| | | | | | errors and "Failed to stop Tx DMA" errors SVN-Revision: 33938
* mac80211: refresh patchFelix Fietkau2012-10-251-10/+4
| | | | SVN-Revision: 33937
* kernel: update bcma and ssb to master-2012-10-18 from wireless-testingHauke Mehrtens2012-10-251-0/+48
| | | | | | | * 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 debugfsFelix Fietkau2012-10-221-1/+1
| | | | SVN-Revision: 33891
* mac80211: merge a client mode state handling fix, refresh patchesFelix Fietkau2012-10-173-3/+62
| | | | SVN-Revision: 33821
* mac80211: use ieee80211_free_txskb in a few more placesFelix Fietkau2012-10-101-0/+51
| | | | SVN-Revision: 33695
* mac80211: brcmsmac: use firmware extracted from proprietary driverHauke Mehrtens2012-10-081-1/+1
| | | | | | | | 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
* mac80211: refresh patchesFelix Fietkau2012-10-072-41/+27
| | | | SVN-Revision: 33636
* mac80211: use ieee80211_free_txskb in a few more places to prevent skb leaksFelix Fietkau2012-10-072-1/+108
| | | | SVN-Revision: 33635
* ath9k: fix invalid register access on single-stream ar93xx devicesFelix Fietkau2012-10-051-0/+13
| | | | SVN-Revision: 33628
* mac80211/rt2x00: fix lna assignment typo in Rt3352 which went upstreamGabor Juhos2012-10-041-0/+30
| | | | | | | | | | 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 supportGabor Juhos2012-10-041-70/+90
| | | | | | | | | | | 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 Fietkau2012-10-034-4/+15
| | | | SVN-Revision: 33613
* ath9k: use ieee80211_free_txskb, might fix hostapd stability issuesFelix Fietkau2012-10-031-0/+149
| | | | SVN-Revision: 33611
* mac80211: fix regulatory tx power initializationFelix Fietkau2012-10-031-0/+21
| | | | SVN-Revision: 33610
* mac80211: fix antenna gain and add support for user-defined antenna gain ↵Felix Fietkau2012-09-284-3/+228
| | | | | | configuration SVN-Revision: 33585