summaryrefslogtreecommitdiffstats
path: root/package/mac80211
Commit message (Collapse)AuthorAgeFilesLines
* mac80211: add initial support for AR9330juhosg2011-06-0133-1/+3758
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27084 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2011-05-27nbd2011-05-3124-1240/+998
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27071 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: make ath9k available even if PCI support is disabledjuhosg2011-05-311-5/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27046 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: reduce the number of rx buffers, 512 is excessively high, 128 should ↵nbd2011-05-301-0/+11
| | | | | | work just as well, and will use a lot less memory git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27029 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: merge a few bugfixesnbd2011-05-283-4/+97
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27025 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: disable fast channel changes, some people have reported that they ↵nbd2011-05-281-0/+18
| | | | | | introduce connection stability issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27024 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix some locking issues in the tx fifo cleanup patchnbd2011-05-191-35/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26947 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: clean up tx fifo handling on ar9380 based hardwarenbd2011-05-182-0/+680
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26934 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix a small race condition in the tx_last_beacon patchnbd2011-05-181-5/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26933 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: sync the CONFIG_ATH5K_DEBUG make override with the buildflags ↵nbd2011-05-171-1/+1
| | | | | | override (thx, KanjiMonster) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26927 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: implement tx_last_beacon() to allow mac80211 to respond to probe ↵nbd2011-05-171-0/+106
| | | | | | requests in ad-hoc mode without creating too much spam git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26923 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix ad-hoc nexttbtt calculation, which broke beacon transmission in ↵nbd2011-05-171-0/+11
| | | | | | some instances git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26915 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix issues with ad-hoc beacon slot selectionnbd2011-05-161-0/+50
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26913 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to 2011-05-13nbd2011-05-1634-906/+167
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26912 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add noise floor calibration fix that should improve stabilitynbd2011-05-041-0/+52
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26819 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add a new fix for signal strength / noise measurementsnbd2011-05-011-0/+88
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26798 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: detect and drop incoming packets with invalid CCMP packet numbers ↵nbd2011-05-011-0/+46
| | | | | | to fix connection hangs on some devices git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26795 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: backport some more compat fixes, fix compile issues on 2.6.31 and ↵nbd2011-04-261-0/+195
| | | | | | earlier git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26768 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: broadcast the country IE by default if the country code is ↵nbd2011-04-261-0/+5
| | | | | | configured (#9308) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26765 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: replace the regd revert patch with a proper fix, add some more ↵nbd2011-04-262-63/+567
| | | | | | pending patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26761 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: remove the signal strength fix, it causes a lot of confusion and ↵nbd2011-04-251-27/+0
| | | | | | seems to be just as inaccurate as the original version of the code git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26753 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cfg80211: revert upstream regdomain handling breakagenbd2011-04-252-2/+65
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26752 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: do rate control updates when the HT configuration changes on an ↵nbd2011-04-231-0/+35
| | | | | | interface git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26750 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: remove unneeded patchhauke2011-04-211-14/+0
| | | | | | | This was fixed upstream git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26745 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2011-04-19, contains several beacon ↵nbd2011-04-2055-2349/+65
| | | | | | related fixes for ath9k git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26744 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: b43: Expose N-PHY supporthauke2011-04-191-2/+18
| | | | | | | | | Allow enabling of N-PHY support for BCM4321 and BCM4322. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26736 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: b43: Expose PIO mode fallbackhauke2011-04-192-13/+29
| | | | | | | | | Allow reenabling the PIO mode fallback for b43. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26735 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: b43: Expose debug optionhauke2011-04-191-0/+12
| | | | | | | | | Allow enabling debug output and debugfs for B43. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26734 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: b43: Add Firmware 5.10.56.27hauke2011-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26733 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: re-enable beacon channel hintsnbd2011-04-191-9/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26723 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: assign a keycache slot per station for unencrypted links to fix ↵nbd2011-04-171-0/+119
| | | | | | powersave frame filtering git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26712 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add a patch to show excessive retry counts for single MPDUsnbd2011-04-171-0/+32
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26711 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix the config define for iwl3945nbd2011-04-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26697 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: make intel wireless drivers depend on pci supportnbd2011-04-161-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26696 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add intel drivers to PKG_CONFIG_DEPENDSnbd2011-04-161-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26695 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: allow simultaneous ad-hoc+ap operationnbd2011-04-153-2/+40
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26685 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: due to popular request, allow ad-hoc+ap again, now that the beacon ↵nbd2011-04-142-2/+19
| | | | | | code can handle it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26668 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix resetting the hw during channel change when the MAC fails to go idlenbd2011-04-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26665 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cfg80211: disable processing of 802.11d regulatory hints - it causes invalid ↵nbd2011-04-141-0/+29
| | | | | | regulatory settings on reconnect (fixes #9207) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26662 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix WPA auth on WDS station interfaces (#9227)nbd2011-04-123-14/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26609 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: ath9k: register id table for platform devicejuhosg2011-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26604 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: disable the unusable 2 GHz mode on the first radio of a dual-band ↵nbd2011-04-111-0/+50
| | | | | | AR5312 device git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26587 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: fix eeprom capability checks that disabled AES crypto support where ↵nbd2011-04-111-0/+11
| | | | | | it should have been enabled git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26586 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: fix mac address detection on dual-radio ar5312nbd2011-04-102-0/+229
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26583 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: fix 2ghz-only radio handling on ar5312nbd2011-04-101-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26582 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: decrease interrupt load for rx/tx interruptsnbd2011-04-101-0/+140
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26579 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: clean up debugfs codenbd2011-04-101-0/+143
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26578 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: fix config options for debugfsnbd2011-04-101-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26577 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix compile with older kernel versionshauke2011-04-091-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26573 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add symbols, small fixeshauke2011-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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26570 3c298f89-4303-0410-b956-a3cf2f4a3e73