Commit Graph

908 Commits (6e2ae90f4ab5f90459da923069ed31dc6503918f)

Author SHA1 Message Date
Felix Fietkau 4dfdbf5039 mac80211: merge some pending fixes, fixes skb leaks and some warnings
SVN-Revision: 29460
13 years ago
Felix Fietkau 84b97dc0fb ath9k: fix antenna configuration on ar9285 for devices without antenna diversity
SVN-Revision: 29438
13 years ago
Felix Fietkau cdda13e194 ath9k: fix 5/10 mhz channel bandwidth issues
SVN-Revision: 29437
13 years ago
Felix Fietkau aa63f0bef6 mac80211: update to 2011-12-01
SVN-Revision: 29436
13 years ago
Felix Fietkau cb76939571 ath9k: fix a regression in touching power mode related registers
SVN-Revision: 29341
13 years ago
Felix Fietkau ae3a134cc4 ath9k: enable ANI on ar913x, should noticeably improve stability in noisy environments
SVN-Revision: 29338
13 years ago
Felix Fietkau e735154874 mac80211: fix aggregation related kernel warnings when using wds
SVN-Revision: 29296
13 years ago
Felix Fietkau 8a33526c4e ath9k: fix setting channel bandwidth before bringing up interfaces
SVN-Revision: 29295
13 years ago
Nicolas Thill aca5063d4e package/mac80211: fix atomic64 issues on x86 / uml
SVN-Revision: 29289
13 years ago
Jo-Philipp Wich 16c583531a mac80211: revert unrelated change in previous commit
SVN-Revision: 29285
13 years ago
Jo-Philipp Wich 95f0a41bf5 mac80211: fix reversed WARN_ON() condition which causes a stray stacktrace on boot
SVN-Revision: 29284
13 years ago
Felix Fietkau 19694044e8 ath9k: merge a pending aggregation fix
SVN-Revision: 29273
13 years ago
Felix Fietkau c893863d31 mac80211: refresh p54spi patches
SVN-Revision: 29272
13 years ago
Felix Fietkau e49b39486a mac80211: fix a workqueue compat backport
SVN-Revision: 29271
13 years ago
Felix Fietkau 067aedb906 Revert "package/mac80211: fix atomic64 compat"
SVN-Revision: 29258
13 years ago
Felix Fietkau c6f0ca6c00 ath9k: allow run-time change of the chanbw debugfs file
SVN-Revision: 29257
13 years ago
Felix Fietkau 0838e883f2 mac80211: update to wireless-testing 2011-11-15
SVN-Revision: 29240
13 years ago
Nicolas Thill c43938afc3 package/mac80211: fix atomic64 compat
SVN-Revision: 29209
13 years ago
Michael Büsch e12543a1d7 p54spi: workqueue deadlock fix
SVN-Revision: 29202
13 years ago
Michael Büsch 6aac54298b p54spi: Lock fixes
SVN-Revision: 29200
13 years ago
Felix Fietkau 817c72ef02 ath9k: reorganize patches, reset hardware after full sleep (fixes #10349)
SVN-Revision: 29155
13 years ago
Felix Fietkau b33f7e264c ath9k: do not put the hardware to full-sleep while tx is pending
SVN-Revision: 29133
13 years ago
Felix Fietkau b14b5bb038 ath9k: rework radio stop/start cleanup, avoid duplicate rx/tx stop, avoid early phy stop
SVN-Revision: 29132
13 years ago
Felix Fietkau 3b0870f450 mac80211: enable support for RaLink Rt53xx USB devices in rt2800usb
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
13 years ago
John Crispin eb20ab87e6 lantiq: w303v has its rt2860 eep on the nor flash. tell compat-wireless how to use it
SVN-Revision: 28994
13 years ago
Jo-Philipp Wich 1cdd762f90 mac80211: add antenna control api for b43
SVN-Revision: 28940
13 years ago
Jonas Gorski 5079522183 package: mac80211: mark as broken for 3.2
SVN-Revision: 28896
13 years ago
Felix Fietkau 0fb7c80659 ath9k: fix LED related crashes on AR913x
SVN-Revision: 28809
13 years ago
Felix Fietkau 476ca6d5d1 carl9170: add dependency on kmod-input-core
SVN-Revision: 28808
13 years ago
Jo-Philipp Wich d7205a9021 mac80211: change wireless ifname numbering schema Instead of simply counting 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
13 years ago
Felix Fietkau 2201e32df3 ath9k: add some fixes for radio reinit and frame flush
SVN-Revision: 28772
13 years ago
Felix Fietkau 973308ebfe mac80211: update to wireless-testing 2011-11-04
SVN-Revision: 28771
13 years ago
Felix Fietkau 48a77bb98b mac80211: update to wireless-testing 2011-11-01
SVN-Revision: 28711
13 years ago
Nicolas Thill ab29084cdb package/kernel: prefix library modules with lib-
SVN-Revision: 28656
13 years ago
Jonas Gorski 1c251e09ba package: mac80211: remove uses of $(LINUX_KMOD_SUFFIX)
SVN-Revision: 28601
13 years ago
Jo-Philipp Wich 2f5cb96222 mac80211: allow building ath9k_htc without PCI support, based on patch by Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 28573
13 years ago
Jo-Philipp Wich 56c2b1f382 mac80211: autoload ath9k_htc after USB controller drivers
SVN-Revision: 28442
13 years ago
Hauke Mehrtens b27c184b07 mac80211: fix some dependencies and make lib80211 compile without cfg80211 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
13 years ago
Hauke Mehrtens 4867f34759 mac80211: use new version of carl80211 firmware
This firmware is compatible with the driver version in use.

SVN-Revision: 28436
13 years ago
Hauke Mehrtens 02c3f6c002 mac80211: use correct firmware for ath9k_htc
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
13 years ago
Felix Fietkau adfeb00e5a mac80211: update to wireless-testing 2011-10-05 + pending patches
SVN-Revision: 28392
13 years ago
Felix Fietkau 2e94be02a8 mac80211: set the country code early to allow crda to settle
SVN-Revision: 28387
13 years ago
Felix Fietkau d317a227e1 mac80211: remove a WARN_ON that causes compile errors on 2.6.32
SVN-Revision: 28386
13 years ago
Felix Fietkau 91af0d5b25 ath9k: add support for per-chain signal strength info
SVN-Revision: 28384
13 years ago
Felix Fietkau fc4a676270 ath9k: extend the phy error disable patch
SVN-Revision: 28383
13 years ago
Felix Fietkau a9d6a59cff ath9k: disable phy error reporting on the rx queue to improve stability under noisy conditions
SVN-Revision: 28379
13 years ago
Felix Fietkau e477159e40 ath9k: add some more fixes to AP handling of buffered frames for powersave clients
SVN-Revision: 28344
13 years ago
Felix Fietkau a66d423560 ath9k: fix some tx aggregation issues - reduces the number of tx dma stop failures
SVN-Revision: 28301
13 years ago
Felix Fietkau f45bd67de0 ath9k: merge a pending fix for powersave
SVN-Revision: 28300
13 years ago
Jo-Philipp Wich 6addd50b9d mac80211: rework mac address generation for virtual interfaces; set locally administered bit on generated macs and change the last two bytes isntead of the first one
SVN-Revision: 28298
13 years ago