summaryrefslogtreecommitdiffstats
path: root/package/mac80211
Commit message (Collapse)AuthorAgeFilesLines
* ath9k: merge a fix for tx power limit testingFelix Fietkau2011-09-011-0/+16
| | | | SVN-Revision: 28143
* ath9k: fix another crash bugFelix Fietkau2011-08-312-2/+2
| | | | SVN-Revision: 28139
* ath9k: merge a pending fix for 5 ghz rx latencyFelix Fietkau2011-08-318-26/+74
| | | | SVN-Revision: 28137
* ath9k: add a missing dma cache sync on aggregation software retryFelix Fietkau2011-08-305-20/+40
| | | | SVN-Revision: 28132
* ath9k: add some more minor hw reset related fixesFelix Fietkau2011-08-303-37/+79
| | | | SVN-Revision: 28129
* ath9k: fix a few crash issues on hardware resetFelix Fietkau2011-08-293-39/+370
| | | | SVN-Revision: 28122
* ath9k: use cold reset instead of warm reset on ar9280 to make recovery from ↵Felix Fietkau2011-08-291-0/+23
| | | | | | stuck states more reliable SVN-Revision: 28118
* ath9k: add some cleanup patchesFelix Fietkau2011-08-293-3/+4132
| | | | SVN-Revision: 28117
* ath9k: fix a compile errorFelix Fietkau2011-08-292-18/+18
| | | | SVN-Revision: 28116
* ath9k: fix disabling ani on resetFelix Fietkau2011-08-292-15/+15
| | | | SVN-Revision: 28115
* ath9k: fix processing of rx frames on channel changeFelix Fietkau2011-08-292-20/+41
| | | | SVN-Revision: 28114
* ath9k: fix a tx aggregation padding issueFelix Fietkau2011-08-293-10/+33
| | | | SVN-Revision: 28113
* ath9k: fix calibration on 5 ghzFelix Fietkau2011-08-291-0/+12
| | | | SVN-Revision: 28110
* ath9k: minor fixes for the antenna control patchFelix Fietkau2011-08-292-56/+5
| | | | SVN-Revision: 28109
* ath9k: prevent calibration / beacons from starting too earlyFelix Fietkau2011-08-281-6/+10
| | | | SVN-Revision: 28108
* ath9k: implement rx/tx antenna controlFelix Fietkau2011-08-286-31/+893
| | | | SVN-Revision: 28107
* mac80211: allow building for linux 3.1 againJonas Gorski2011-08-281-1/+1
| | | | | | wireless-testing 2011-08-26 properly detects and works with linux 3.1. SVN-Revision: 28096
* ath: fix compile errors with CONFIG_PACKAGE_ATH_DEBUG disabled (#10013)Felix Fietkau2011-08-281-0/+16
| | | | SVN-Revision: 28095
* ath9k: fix cts timeout setting on 2.4 ghzFelix Fietkau2011-08-271-0/+28
| | | | SVN-Revision: 28094
* mac80211: update to wireless-testing 2011-08-26Felix Fietkau2011-08-2735-873/+926
| | | | SVN-Revision: 28093
* mac80211: Fix the location firmware is copied to (libertas_sdio driver loads ↵Hamish Guthrie2011-08-221-2/+2
| | | | | | firmware from /lib/formware/libertas) SVN-Revision: 28069
* mac80211: configure hostapd logging optionsJo-Philipp Wich2011-08-202-2/+5
| | | | SVN-Revision: 28057
* mac80211: use first available channel from current phy if channel is set to ↵Jo-Philipp Wich2011-08-131-1/+7
| | | | | | "auto" SVN-Revision: 27976
* ath9k: merge a few more pending fixes, including a fix for the bogus WARN_ON ↵Felix Fietkau2011-08-137-30/+610
| | | | | | in pci.c and fixes for Rx DMA stop issues SVN-Revision: 27972
* mac80211: update to 2011-08-10Felix Fietkau2011-08-1162-5246/+546
| | | | SVN-Revision: 27958
* ath9k: add a regdomain code used on newer ubiquiti networks devicesFelix Fietkau2011-08-101-0/+26
| | | | SVN-Revision: 27947
* package/mac80211: mark as broken for linux 3.1Jonas Gorski2011-08-091-1/+1
| | | | | | compat-wireless does not support 3.1 yet. SVN-Revision: 27935
* b43: fix reloading config settings after channel changes or hostapd restart ↵Felix Fietkau2011-08-081-0/+101
| | | | | | (#8033) SVN-Revision: 27930
* mac80211: always store broadcom firmware in b43 and b43legacy dirHauke Mehrtens2011-08-062-0/+17
| | | | | | | | This is always used to build a firmware for linux systems also if we are on freebsd. This is one patch from #9897 SVN-Revision: 27926
* ath9k: add missing chunk to the BlockAckReq fix (fixes a compile error)Felix Fietkau2011-08-041-1/+9
| | | | SVN-Revision: 27891
* ath9k: add some code to control internal driver queue length limitsFelix Fietkau2011-08-042-0/+457
| | | | SVN-Revision: 27890
* ath9k: reduce the number of software retries, include hardware a-mpdu ↵Felix Fietkau2011-08-041-0/+61
| | | | | | retries in retry counting SVN-Revision: 27889
* ath9k: rework handling of sending BlockAckReq frames, should hopefully lead ↵Felix Fietkau2011-08-042-0/+213
| | | | | | to fewer latency spikes SVN-Revision: 27888
* mac80211: fix a compiler warningFelix Fietkau2011-08-011-3/+6
| | | | SVN-Revision: 27870
* mac80211: add missing chunks to the compat_firmware_class changeFelix Fietkau2011-08-011-0/+60
| | | | SVN-Revision: 27864
* mac80211: move compat_firmware_class.ko into compat.ko (fixes #9864)Felix Fietkau2011-08-012-8/+17
| | | | SVN-Revision: 27863
* ath9k: prevent the aggregation code from sending packets to sleeping ↵Felix Fietkau2011-08-011-0/+22
| | | | | | stations - should fix some latency issues SVN-Revision: 27861
* ath9k: fold patches that were merged upstream into 300-pending_work.patchFelix Fietkau2011-08-0127-524/+507
| | | | SVN-Revision: 27860
* ath9k: fix switching channel bandwidth from 5/10 back to 20mhzFelix Fietkau2011-07-292-3/+6
| | | | SVN-Revision: 27827
* ath9k: rework tx power handling - display the correct *current* tx power, ↵Felix Fietkau2011-07-266-0/+313
| | | | | | and also fix tx power limits with ATH_USER_REGD set SVN-Revision: 27788
* mac80211: merge a few pending fixes for channel switch handlingFelix Fietkau2011-07-261-0/+28
| | | | SVN-Revision: 27783
* mac80211: rename a misnamed patchFelix Fietkau2011-07-251-0/+0
| | | | SVN-Revision: 27769
* mac80211: remove the ccmp rx pn workaround, it should no longer be necessary ↵Felix Fietkau2011-07-251-46/+0
| | | | | | and it was reported to cause connection stability issues (see #9646) SVN-Revision: 27764
* mac80211: do not build bcma from compat-wirelessHauke Mehrtens2011-07-241-0/+11
| | | | SVN-Revision: 27750
* mac80211: fix typo and make broken options depend on BROKENHauke Mehrtens2011-07-231-2/+4
| | | | SVN-Revision: 27735
* mca80211: add support for b43 on bcma bus.Hauke Mehrtens2011-07-236-6/+2700
| | | | | | This makes b43 work on broadcom SoCs using bcma as system bus. SVN-Revision: 27734
* ath9k: validate eeprom chainmask settings, some Ubiquiti devices (and maybe ↵Felix Fietkau2011-07-191-0/+51
| | | | | | others) contain bogus data, which breaks wifi SVN-Revision: 27688
* ath9k: add some more fixes to the mic failure handling rework patchFelix Fietkau2011-07-131-7/+28
| | | | SVN-Revision: 27607
* mac80211: fix compile errors because of duplicate atomic64 implementations ↵Felix Fietkau2011-07-131-2/+6
| | | | | | (#9690) SVN-Revision: 27605
* ath9k: fix mic frame handling for bigger packetsFelix Fietkau2011-07-121-6/+6
| | | | SVN-Revision: 27596