summaryrefslogtreecommitdiffstats
path: root/package/mac80211
Commit message (Collapse)AuthorAgeFilesLines
* ath9k: merge a channel change fix from linux-wirelessFelix Fietkau2012-01-074-13/+45
| | | | SVN-Revision: 29684
* mac80211: clean up init, remove some redundant checks, fix tx power init ↵Felix Fietkau2011-12-231-77/+73
| | | | | | (#10113) SVN-Revision: 29606
* mac80211: deactivate mac80211 tracingHauke Mehrtens2011-12-191-0/+44
| | | | | | Activating tracing on kernel <= 2.6.32 causes build errors. SVN-Revision: 29572
* ath9k: fix another tx locking issueFelix Fietkau2011-12-191-11/+285
| | | | SVN-Revision: 29570
* mac80211: fix powersave settingFelix Fietkau2011-12-191-1/+1
| | | | SVN-Revision: 29569
* mac80211: apply txpower after bringing up the interface, should fix #10113Felix Fietkau2011-12-181-6/+6
| | | | SVN-Revision: 29566
* mac80211: use iw instead of iwconfig to disable powersaveFelix Fietkau2011-12-181-1/+1
| | | | SVN-Revision: 29565
* ath9k: fix some issues in the btcoex disable patchFelix Fietkau2011-12-181-10/+8
| | | | SVN-Revision: 29564
* ath9k: fix a locking issue in the tx pathFelix Fietkau2011-12-171-0/+25
| | | | SVN-Revision: 29560
* ath9k: fix a crash in led initFelix Fietkau2011-12-161-1/+4
| | | | SVN-Revision: 29558
* ath9k: fix a locking issueFelix Fietkau2011-12-141-33/+0
| | | | SVN-Revision: 29537
* ath9k: add support for registering extra leds connected to the wmac gpio linesFelix Fietkau2011-12-142-0/+326
| | | | SVN-Revision: 29530
* mac80211: make mesh support optionalFelix Fietkau2011-12-122-0/+18
| | | | SVN-Revision: 29506
* mac80211: merge another upstream aggregation fixFelix Fietkau2011-12-101-8/+58
| | | | SVN-Revision: 29496
* ath9k: disable bluetooth coexistence support to reduce module sizeFelix Fietkau2011-12-102-0/+583
| | | | SVN-Revision: 29495
* ath9k: improve handling of blockackreq (should improve aggregation behavior ↵Felix Fietkau2011-12-105-0/+741
| | | | | | under tough wifi conditions with lots of retransmission) SVN-Revision: 29494
* mac80211: merge an upstream fix for an aggregation related race conditionFelix Fietkau2011-12-101-2/+130
| | | | SVN-Revision: 29493
* mac80211: add support for firmware 666.2 for b43 devicesHauke Mehrtens2011-12-082-6/+27
| | | | SVN-Revision: 29485
* mac80211: merge some pending fixes, fixes skb leaks and some warningsFelix Fietkau2011-12-051-2/+73
| | | | SVN-Revision: 29460
* ath9k: fix antenna configuration on ar9285 for devices without antenna diversityFelix Fietkau2011-12-051-0/+9
| | | | SVN-Revision: 29438
* ath9k: fix 5/10 mhz channel bandwidth issuesFelix Fietkau2011-12-052-0/+76
| | | | SVN-Revision: 29437
* mac80211: update to 2011-12-01Felix Fietkau2011-12-0549-770/+390
| | | | SVN-Revision: 29436
* ath9k: fix a regression in touching power mode related registersFelix Fietkau2011-11-271-0/+12
| | | | SVN-Revision: 29341
* ath9k: enable ANI on ar913x, should noticeably improve stability in noisy ↵Felix Fietkau2011-11-271-0/+11
| | | | | | environments SVN-Revision: 29338
* mac80211: fix aggregation related kernel warnings when using wdsFelix Fietkau2011-11-231-0/+95
| | | | SVN-Revision: 29296
* ath9k: fix setting channel bandwidth before bringing up interfacesFelix Fietkau2011-11-231-1/+1
| | | | SVN-Revision: 29295
* package/mac80211: fix atomic64 issues on x86 / umlNicolas Thill2011-11-211-1/+1
| | | | SVN-Revision: 29289
* mac80211: revert unrelated change in previous commitJo-Philipp Wich2011-11-211-2/+0
| | | | SVN-Revision: 29285
* mac80211: fix reversed WARN_ON() condition which causes a stray stacktrace ↵Jo-Philipp Wich2011-11-212-0/+13
| | | | | | on boot SVN-Revision: 29284
* ath9k: merge a pending aggregation fixFelix Fietkau2011-11-203-13/+42
| | | | SVN-Revision: 29273
* mac80211: refresh p54spi patchesFelix Fietkau2011-11-203-12/+6
| | | | SVN-Revision: 29272
* mac80211: fix a workqueue compat backportFelix Fietkau2011-11-201-0/+18
| | | | SVN-Revision: 29271
* Revert "package/mac80211: fix atomic64 compat"Felix Fietkau2011-11-191-1/+1
| | | | SVN-Revision: 29258
* 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