summaryrefslogtreecommitdiffstats
path: root/package/mac80211
Commit message (Collapse)AuthorAgeFilesLines
* mac80211: always store broadcom firmware in b43 and b43legacy dirhauke2011-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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27926 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add missing chunk to the BlockAckReq fix (fixes a compile error)nbd2011-08-041-1/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27891 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add some code to control internal driver queue length limitsnbd2011-08-042-0/+457
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27890 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: reduce the number of software retries, include hardware a-mpdu ↵nbd2011-08-041-0/+61
| | | | | | retries in retry counting git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27889 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: rework handling of sending BlockAckReq frames, should hopefully lead ↵nbd2011-08-042-0/+213
| | | | | | to fewer latency spikes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27888 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix a compiler warningnbd2011-08-011-3/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27870 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add missing chunks to the compat_firmware_class changenbd2011-08-011-0/+60
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27864 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: move compat_firmware_class.ko into compat.ko (fixes #9864)nbd2011-08-012-8/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27863 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: prevent the aggregation code from sending packets to sleeping ↵nbd2011-08-011-0/+22
| | | | | | stations - should fix some latency issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27861 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fold patches that were merged upstream into 300-pending_work.patchnbd2011-08-0127-524/+507
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27860 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix switching channel bandwidth from 5/10 back to 20mhznbd2011-07-292-3/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27827 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: rework tx power handling - display the correct *current* tx power, ↵nbd2011-07-266-0/+313
| | | | | | and also fix tx power limits with ATH_USER_REGD set git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27788 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: merge a few pending fixes for channel switch handlingnbd2011-07-261-0/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27783 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: rename a misnamed patchnbd2011-07-251-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27769 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: remove the ccmp rx pn workaround, it should no longer be necessary ↵nbd2011-07-251-46/+0
| | | | | | and it was reported to cause connection stability issues (see #9646) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27764 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: do not build bcma from compat-wirelesshauke2011-07-241-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27750 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix typo and make broken options depend on BROKENhauke2011-07-231-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27735 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mca80211: add support for b43 on bcma bus.hauke2011-07-236-6/+2700
| | | | | | | | This makes b43 work on broadcom SoCs using bcma as system bus. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27734 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: validate eeprom chainmask settings, some Ubiquiti devices (and maybe ↵nbd2011-07-191-0/+51
| | | | | | others) contain bogus data, which breaks wifi git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27688 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add some more fixes to the mic failure handling rework patchnbd2011-07-131-7/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27607 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix compile errors because of duplicate atomic64 implementations ↵nbd2011-07-131-2/+6
| | | | | | (#9690) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27605 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix mic frame handling for bigger packetsnbd2011-07-121-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27596 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: backport atomic64_t support for kernels that don't support itnbd2011-07-091-0/+87
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27572 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: merge some pending initval fixes for ar9380nbd2011-07-091-0/+40
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27566 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix sifs time for half/quarter and remove some unnecessary definesnbd2011-07-092-3/+57
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27565 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add more fixes for TKIP MIC validationnbd2011-07-091-30/+39
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27564 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add a temporary uci option for setting the channel bandwidthnbd2011-07-081-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27563 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add more fixes for half/quarter rate supportnbd2011-07-087-0/+240
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27562 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix an interop issue with some broken 802.11n clients (#9436)nbd2011-07-081-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27554 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add pending crypto bugfixesnbd2011-07-082-5/+549
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27552 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix some more "DMA failed to stop in 10 ms" issues on AR913x (#9654)nbd2011-07-061-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27482 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix reliability issues with TKIP MIC verificationnbd2011-07-061-0/+73
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27481 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: always enable fast clock for 5 ghz regardless of the eeprom settingnbd2011-07-061-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27480 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: use lib80211 from compat-wireless instead of the kernelnbd2011-07-041-5/+31
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27436 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: merge an upstream change to fix false tx hangs on ar9003nbd2011-07-041-1/+52
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27433 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: add an upstream patch to fix a memory leaknbd2011-07-041-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27432 3c298f89-4303-0410-b956-a3cf2f4a3e73
* max80211: rt2x00: load the eeprom data from a file on Ralink SoCsjuhosg2011-07-034-1/+320
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27395 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: rename a rt2x00 related patchjuhosg2011-07-031-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27394 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: fix tx queue limit for the cabq, fixes warning described in #9465nbd2011-07-031-0/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27367 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: disable the 32 khz sleep clock, atheros also does this, might improve ↵nbd2011-07-031-0/+18
| | | | | | stability git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27366 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: fix restoring the mac timing setting after a sleep clock setting changenbd2011-07-031-0/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27365 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: delay initial periodic calibration after reset to improve stabilitynbd2011-07-031-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27364 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: clean up pll code for ar9002 to fix 5/10 mhz pll settings for 5ghznbd2011-07-021-0/+42
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27362 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: fix a crash when setting coverage class before the first channel ↵nbd2011-07-021-0/+10
| | | | | | change (#9586) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27352 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add a small hack to make changing the channel bandwidth to 5/10 mhz ↵nbd2011-07-011-0/+54
| | | | | | available through debugfs - does not work on all chipsets and is not recommended for production use yet git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27340 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: merge an upstream patch that provides a minor throughput improvement ↵nbd2011-07-011-1/+11
| | | | | | on ar9003 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27339 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: enable spur mitigation for ar2413 - should improve performance and ↵nbd2011-07-011-0/+10
| | | | | | reliability on those devices git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27331 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: add a missing srev checks for code that lowers the synth voltage - ↵nbd2011-07-011-0/+31
| | | | | | might fix some stability issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27325 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: disable tx power gain correction probing for hardware that does not ↵nbd2011-07-011-0/+20
| | | | | | need or support it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27324 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: rename a misnamed patchnbd2011-07-011-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27323 3c298f89-4303-0410-b956-a3cf2f4a3e73