aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211
Commit message (Collapse)AuthorAgeFilesLines
...
* ath9k: allow run-time change of the chanbw debugfs fileFelix Fietkau2011-11-193-6/+74
| | | | SVN-Revision: 29257
* mac80211: update to wireless-testing 2011-11-15Felix Fietkau2011-11-1831-708/+544
| | | | SVN-Revision: 29240
* package/mac80211: fix atomic64 compatNicolas Thill2011-11-171-1/+1
| | | | SVN-Revision: 29209
* p54spi: workqueue deadlock fixMichael Büsch2011-11-161-0/+22
| | | | SVN-Revision: 29202
* p54spi: Lock fixesMichael Büsch2011-11-162-0/+29
| | | | SVN-Revision: 29200
* ath9k: reorganize patches, reset hardware after full sleep (fixes #10349)Felix Fietkau2011-11-155-66/+98
| | | | SVN-Revision: 29155
* ath9k: do not put the hardware to full-sleep while tx is pendingFelix Fietkau2011-11-141-0/+22
| | | | SVN-Revision: 29133
* ath9k: rework radio stop/start cleanup, avoid duplicate rx/tx stop, avoid ↵Felix Fietkau2011-11-143-74/+56
| | | | | | early phy stop SVN-Revision: 29132
* mac80211: enable support for RaLink Rt53xx USB devices in rt2800usbFelix Fietkau2011-11-141-0/+1
| | | | | | | | The driver works quite nice and stable for me using a RaLink Rt5370 USB device. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 29116
* lantiq: w303v has its rt2860 eep on the nor flash. tell compat-wireless how ↵John Crispin2011-11-121-0/+50
| | | | | | to use it SVN-Revision: 28994
* mac80211: add antenna control api for b43Jo-Philipp Wich2011-11-101-0/+131
| | | | SVN-Revision: 28940
* package: mac80211: mark as broken for 3.2Jonas Gorski2011-11-091-1/+1
| | | | SVN-Revision: 28896
* ath9k: fix LED related crashes on AR913xFelix Fietkau2011-11-071-0/+30
| | | | SVN-Revision: 28809
* carl9170: add dependency on kmod-input-coreFelix Fietkau2011-11-071-1/+1
| | | | SVN-Revision: 28808
* mac80211: change wireless ifname numbering schema Instead of simply counting ↵Jo-Philipp Wich2011-11-061-6/+3
| | | | | | up until we hit a free iface, group ifnames by wiphy so that the first wlanX on a phy gets the phy number and following ifaces an index-suffix, e.g. wlan0 for network 1 on phy 1 and wlan0-1 for network 2 on phy 1. This fixes state var confusion when operating multiple radios and allows to reliably take down and restart one radio only, even if the number of networks changes in between. This should, along with other changes in LuCI, fix #10335. SVN-Revision: 28784
* ath9k: add some fixes for radio reinit and frame flushFelix Fietkau2011-11-052-0/+320
| | | | SVN-Revision: 28772
* mac80211: update to wireless-testing 2011-11-04Felix Fietkau2011-11-052-73/+5
| | | | SVN-Revision: 28771
* mac80211: update to wireless-testing 2011-11-01Felix Fietkau2011-11-0113-10646/+93
| | | | SVN-Revision: 28711
* package/kernel: prefix library modules with lib-Nicolas Thill2011-10-281-4/+4
| | | | SVN-Revision: 28656
* package: mac80211: remove uses of $(LINUX_KMOD_SUFFIX)Jonas Gorski2011-10-261-4/+4
| | | | SVN-Revision: 28601
* mac80211: allow building ath9k_htc without PCI support, based on patch by ↵Jo-Philipp Wich2011-10-251-1/+1
| | | | | | Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 28573
* mac80211: autoload ath9k_htc after USB controller driversJo-Philipp Wich2011-10-131-1/+1
| | | | SVN-Revision: 28442
* mac80211: fix some dependencies and make lib80211 compile without cfg80211 ↵Hauke Mehrtens2011-10-131-7/+8
| | | | | | | | | | | selected * libertas: does not depend on mac80211 but on cfg80211 and it uses wext * libipw: also uses wext * net-hermes: it is enough if the main package net-hermes depends on cfg80211 * Now it is possible to build it without cfg80211 at all SVN-Revision: 28437
* mac80211: use new version of carl80211 firmwareHauke Mehrtens2011-10-131-2/+2
| | | | | | This firmware is compatible with the driver version in use. SVN-Revision: 28436
* mac80211: use correct firmware for ath9k_htcHauke Mehrtens2011-10-131-4/+5
| | | | | | | | | The old firmware for ath9k_htc was not compatible with the driver since april. Also update to a new version of linux-firmware to get the newest version of these firmware files. Thank you Helmut Schaa for reporting this. SVN-Revision: 28433
* mac80211: update to wireless-testing 2011-10-05 + pending patchesFelix Fietkau2011-10-0947-4732/+11045
| | | | SVN-Revision: 28392
* mac80211: set the country code early to allow crda to settleFelix Fietkau2011-10-081-0/+7
| | | | SVN-Revision: 28387
* mac80211: remove a WARN_ON that causes compile errors on 2.6.32Felix Fietkau2011-10-081-0/+10
| | | | SVN-Revision: 28386
* ath9k: add support for per-chain signal strength infoFelix Fietkau2011-10-082-0/+444
| | | | SVN-Revision: 28384
* ath9k: extend the phy error disable patchFelix Fietkau2011-10-081-0/+21
| | | | SVN-Revision: 28383
* ath9k: disable phy error reporting on the rx queue to improve stability ↵Felix Fietkau2011-10-072-1/+17
| | | | | | under noisy conditions SVN-Revision: 28379
* ath9k: add some more fixes to AP handling of buffered frames for powersave ↵Felix Fietkau2011-09-302-10/+40
| | | | | | clients SVN-Revision: 28344
* ath9k: fix some tx aggregation issues - reduces the number of tx dma stop ↵Felix Fietkau2011-09-253-1/+63
| | | | | | failures SVN-Revision: 28301
* ath9k: merge a pending fix for powersaveFelix Fietkau2011-09-251-1/+1
| | | | SVN-Revision: 28300
* mac80211: rework mac address generation for virtual interfaces; set locally ↵Jo-Philipp Wich2011-09-251-9/+17
| | | | | | administered bit on generated macs and change the last two bytes isntead of the first one SVN-Revision: 28298
* ath9k: fix antenna gain calculationFelix Fietkau2011-09-201-2/+2
| | | | SVN-Revision: 28261
* ath9k: fix handling configured tx power limitsFelix Fietkau2011-09-191-1/+1
| | | | SVN-Revision: 28260
* b43: merge ad-hoc beacon fixFelix Fietkau2011-09-193-2/+14
| | | | SVN-Revision: 28258
* ath9k: add some cleanup patches and rework tx power handlingFelix Fietkau2011-09-175-16/+870
| | | | SVN-Revision: 28253
* ath9k: do not strip MMIC for key miss framesFelix Fietkau2011-09-171-3/+13
| | | | SVN-Revision: 28252
* mac80211: reduce tx queue length of wireless interfaces - improves latency ↵Felix Fietkau2011-09-171-0/+10
| | | | | | under load SVN-Revision: 28251
* ath9k: fix a regression in handling of MAC key miss events (should improve ↵Felix Fietkau2011-09-171-0/+83
| | | | | | connection stability) SVN-Revision: 28250
* ath9k: fix compile without debugfs (#10117)Felix Fietkau2011-09-171-3/+5
| | | | SVN-Revision: 28249
* mac80211/ath9k: fix excessive "Failed to stop TX DMA" logspam in client modeFelix Fietkau2011-09-162-3/+40
| | | | SVN-Revision: 28247
* mac80211: update to wireless-testing 2011-09-14Felix Fietkau2011-09-1546-6697/+3198
| | | | SVN-Revision: 28245
* ath9k: add a better fix for beacon timer reliabilityFelix Fietkau2011-09-111-8/+7
| | | | SVN-Revision: 28211
* ath9k: fix an rx path race condition that might be the cause of the "ath: ↵Felix Fietkau2011-09-091-0/+34
| | | | | | DMA failed to stop in 10 ms" logspam as well as various connection stability issues SVN-Revision: 28202
* mac80211: introduce "disabled" option for wifi-iface section to shutdown ↵Jo-Philipp Wich2011-09-081-1/+4
| | | | | | single networks on a radio SVN-Revision: 28198
* mac80211: fix an endian issue in BlockAckReq handlingFelix Fietkau2011-09-071-3/+16
| | | | SVN-Revision: 28190
* mac80211: merge a power save related race condition fixFelix Fietkau2011-09-061-0/+11
| | | | SVN-Revision: 28185