aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211
Commit message (Collapse)AuthorAgeFilesLines
* ath9k: fix some locking issues in the tx fifo cleanup patchFelix Fietkau2011-05-191-35/+23
| | | | SVN-Revision: 26947
* ath9k: clean up tx fifo handling on ar9380 based hardwareFelix Fietkau2011-05-182-0/+680
| | | | SVN-Revision: 26934
* ath9k: fix a small race condition in the tx_last_beacon patchFelix Fietkau2011-05-181-5/+10
| | | | SVN-Revision: 26933
* mac80211: sync the CONFIG_ATH5K_DEBUG make override with the buildflags ↵Felix Fietkau2011-05-171-1/+1
| | | | | | override (thx, KanjiMonster) SVN-Revision: 26927
* ath9k: implement tx_last_beacon() to allow mac80211 to respond to probe ↵Felix Fietkau2011-05-171-0/+106
| | | | | | requests in ad-hoc mode without creating too much spam SVN-Revision: 26923
* ath9k: fix ad-hoc nexttbtt calculation, which broke beacon transmission in ↵Felix Fietkau2011-05-171-0/+11
| | | | | | some instances SVN-Revision: 26915
* ath9k: fix issues with ad-hoc beacon slot selectionFelix Fietkau2011-05-161-0/+50
| | | | SVN-Revision: 26913
* mac80211: update to 2011-05-13Felix Fietkau2011-05-1634-906/+167
| | | | SVN-Revision: 26912
* ath9k: add noise floor calibration fix that should improve stabilityFelix Fietkau2011-05-041-0/+52
| | | | SVN-Revision: 26819
* ath9k: add a new fix for signal strength / noise measurementsFelix Fietkau2011-05-011-0/+88
| | | | SVN-Revision: 26798
* mac80211: detect and drop incoming packets with invalid CCMP packet numbers ↵Felix Fietkau2011-05-011-0/+46
| | | | | | to fix connection hangs on some devices SVN-Revision: 26795
* mac80211: backport some more compat fixes, fix compile issues on 2.6.31 and ↵Felix Fietkau2011-04-261-0/+195
| | | | | | earlier SVN-Revision: 26768
* mac80211: broadcast the country IE by default if the country code is ↵Felix Fietkau2011-04-261-0/+5
| | | | | | configured (#9308) SVN-Revision: 26765
* mac80211: replace the regd revert patch with a proper fix, add some more ↵Felix Fietkau2011-04-262-63/+567
| | | | | | pending patches SVN-Revision: 26761
* ath9k: remove the signal strength fix, it causes a lot of confusion and ↵Felix Fietkau2011-04-251-27/+0
| | | | | | seems to be just as inaccurate as the original version of the code SVN-Revision: 26753
* cfg80211: revert upstream regdomain handling breakageFelix Fietkau2011-04-252-2/+65
| | | | SVN-Revision: 26752
* mac80211: do rate control updates when the HT configuration changes on an ↵Felix Fietkau2011-04-231-0/+35
| | | | | | interface SVN-Revision: 26750
* mac80211: remove unneeded patchHauke Mehrtens2011-04-211-14/+0
| | | | | | This was fixed upstream SVN-Revision: 26745
* mac80211: update to wireless-testing 2011-04-19, contains several beacon ↵Felix Fietkau2011-04-2055-2349/+65
| | | | | | related fixes for ath9k SVN-Revision: 26744
* mac80211: b43: Expose N-PHY supportHauke Mehrtens2011-04-191-2/+18
| | | | | | | | Allow enabling of N-PHY support for BCM4321 and BCM4322. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26736
* mac80211: b43: Expose PIO mode fallbackHauke Mehrtens2011-04-192-13/+29
| | | | | | | | Allow reenabling the PIO mode fallback for b43. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26735
* mac80211: b43: Expose debug optionHauke Mehrtens2011-04-191-0/+12
| | | | | | | | Allow enabling debug output and debugfs for B43. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26734
* mac80211: b43: Add Firmware 5.10.56.27Hauke Mehrtens2011-04-192-8/+29
| | | | | | | | | | | | | Add the 5.10.56.27 firmware option. This includes updating b43-fwcutter to its newest release 14 and updating the b43-fwsquash.py to recognise rev 16 n phy files. Also rename the current options from STABLE/EXPERIMENTAL to their version numbers. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26733
* mac80211: re-enable beacon channel hintsFelix Fietkau2011-04-191-9/+0
| | | | SVN-Revision: 26723
* ath9k: assign a keycache slot per station for unencrypted links to fix ↵Felix Fietkau2011-04-171-0/+119
| | | | | | powersave frame filtering SVN-Revision: 26712
* ath9k: add a patch to show excessive retry counts for single MPDUsFelix Fietkau2011-04-171-0/+32
| | | | SVN-Revision: 26711
* mac80211: fix the config define for iwl3945Felix Fietkau2011-04-161-1/+1
| | | | SVN-Revision: 26697
* mac80211: make intel wireless drivers depend on pci supportFelix Fietkau2011-04-161-2/+2
| | | | SVN-Revision: 26696
* mac80211: add intel drivers to PKG_CONFIG_DEPENDSFelix Fietkau2011-04-161-1/+2
| | | | SVN-Revision: 26695
* ath5k: allow simultaneous ad-hoc+ap operationFelix Fietkau2011-04-153-2/+40
| | | | SVN-Revision: 26685
* ath9k: due to popular request, allow ad-hoc+ap again, now that the beacon ↵Felix Fietkau2011-04-142-2/+19
| | | | | | code can handle it SVN-Revision: 26668
* ath9k: fix resetting the hw during channel change when the MAC fails to go idleFelix Fietkau2011-04-141-1/+1
| | | | SVN-Revision: 26665
* cfg80211: disable processing of 802.11d regulatory hints - it causes invalid ↵Felix Fietkau2011-04-141-0/+29
| | | | | | regulatory settings on reconnect (fixes #9207) SVN-Revision: 26662
* mac80211: fix WPA auth on WDS station interfaces (#9227)Felix Fietkau2011-04-123-14/+10
| | | | SVN-Revision: 26609
* mac80211: ath9k: register id table for platform deviceGabor Juhos2011-04-122-1/+47
| | | | | | | | | | | | Currently the device id in the platform driver is hardcoded to an id which is specific to AR9130/AR9132 SOCs as it supports only wmac (wireless mac) of these SOCs. But this needs to be dynamic when we want to support different wmac of SOCs. So add id_table to driver to make it extendable to more SOCs. Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com> SVN-Revision: 26604
* ath5k: disable the unusable 2 GHz mode on the first radio of a dual-band ↵Felix Fietkau2011-04-111-0/+50
| | | | | | AR5312 device SVN-Revision: 26587
* ath5k: fix eeprom capability checks that disabled AES crypto support where ↵Felix Fietkau2011-04-111-0/+11
| | | | | | it should have been enabled SVN-Revision: 26586
* ath5k: fix mac address detection on dual-radio ar5312Felix Fietkau2011-04-102-0/+229
| | | | SVN-Revision: 26583
* ath5k: fix 2ghz-only radio handling on ar5312Felix Fietkau2011-04-101-0/+12
| | | | SVN-Revision: 26582
* ath5k: decrease interrupt load for rx/tx interruptsFelix Fietkau2011-04-101-0/+140
| | | | SVN-Revision: 26579
* ath5k: clean up debugfs codeFelix Fietkau2011-04-101-0/+143
| | | | SVN-Revision: 26578
* ath5k: fix config options for debugfsFelix Fietkau2011-04-101-2/+3
| | | | SVN-Revision: 26577
* mac80211: fix compile with older kernel versionsHauke Mehrtens2011-04-091-0/+12
| | | | SVN-Revision: 26573
* kernel: add symbols, small fixesHauke Mehrtens2011-04-091-1/+1
| | | | | | | | * Some module should be loaded later to load them after the modules they are depending on * add some more missing config symbols * make CS5535 build again SVN-Revision: 26570
* ath5k: add some more performance improvementsFelix Fietkau2011-04-095-0/+444
| | | | SVN-Revision: 26566
* ath5k: rename a misnamed patchFelix Fietkau2011-04-091-0/+0
| | | | SVN-Revision: 26565
* ath5k: add a few fixes that improve performanceFelix Fietkau2011-04-093-0/+147
| | | | SVN-Revision: 26564
* ath5k: fix tx status reportingFelix Fietkau2011-04-091-0/+37
| | | | SVN-Revision: 26563
* ath9k: properly count retries when frames are filtered due to excessive ↵Felix Fietkau2011-04-091-16/+39
| | | | | | retries when a client is not in powersave mode SVN-Revision: 26545
* mac80211: fix reading the station flags in debugfsFelix Fietkau2011-04-091-0/+9
| | | | SVN-Revision: 26544