summaryrefslogtreecommitdiff
path: root/package/kernel/mac80211
Commit message (Collapse)AuthorAgeFilesLines
* mac80211: enable driver compilation for mt7620John Crispin2014-07-011-1/+1
| | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 41442
* mac80211: add support for mt7620John Crispin2014-07-012-0/+1218
| | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 41441
* mac80211: disable greenfield by defaultFelix Fietkau2014-06-221-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41300
* mac80211: revert a faulty upstream change which is causing channel 12 to be ↵Felix Fietkau2014-06-222-2/+67
| | | | | | | | enabled for US regdomain Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41298
* mac80211: disable the clk_* backport, it is unused by drivers and has the ↵Felix Fietkau2014-06-131-0/+20
| | | | | | | | wrong ifdef Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41181
* mac80211: fix disabling of 802.11n featuresFelix Fietkau2014-06-131-0/+6
| | | | | | | | | | | | r40682 ("mac80211: clean up ht capability handling, drop the use of the ht_capab list, use individual variables instead") removed the ht_capab list and replaced it with optional variables to disable features for a phy. But these variables weren't added in drv_mac80211_init_device_config and thus didn't make any difference when modifying /etc/config/wireless. Signed-off-by: Sven Eckelmann <sven@narfation.org> SVN-Revision: 41180
* revert an accidentally committed patch chunkFelix Fietkau2014-06-131-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41179
* kernel: fix pkt_type filter mask for packet socketsFelix Fietkau2014-06-131-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41178
* b43: fix a regression on G-PHY devicesFelix Fietkau2014-06-122-2/+35
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41162
* rt2x00: fix crash when using TKIP on USB devicesFelix Fietkau2014-06-121-2/+49
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41161
* ath9k: fix initial noise floor calibration on older chipsFelix Fietkau2014-06-121-0/+25
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41156
* ath9k: make noise floor calibration and periodic calibration mutually exclusiveFelix Fietkau2014-06-121-0/+42
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41155
* b43: fix frequency reporting, fixes scan issuesFelix Fietkau2014-06-121-0/+25
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41154
* ath9k: do a chip reset if noise floor calibration fails, should improve ↵Felix Fietkau2014-06-112-0/+232
| | | | | | | | stability Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41113
* brcm47xx: add a "legacy" subtarget that is usable for low-end 802.11g ↵Felix Fietkau2014-06-071-0/+6
| | | | | | | | devices like WRT54G Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41041
* mac80211: b43: fix B43_USE_SSB dependencyFelix Fietkau2014-06-071-1/+1
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 41040
* b43: fix ssb/bcma dependenciesFelix Fietkau2014-06-061-5/+19
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41037
* ath9k: add a fix for rx overrun processingFelix Fietkau2014-06-051-0/+12
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41029
* ath9k: add a fix for ANI related stability issuesFelix Fietkau2014-06-051-0/+155
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41028
* ath9k: fix enabling PC-OEM card support (#16624)Felix Fietkau2014-06-051-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41021
* mac80211: merge a series of cleanups/fixesFelix Fietkau2014-06-054-7/+2012
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41018
* ath9k: merge a p2p powersave handling fixFelix Fietkau2014-06-051-0/+61
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41017
* rt2x00: merge beacon setup fixes, disable unused hw beacon slotsFelix Fietkau2014-06-0537-105/+405
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41016
* mac80211: b43: make support for SSB optionalFelix Fietkau2014-06-051-8/+23
| | | | | | | | Now we have a choice submenu, just like b43 in the mainline. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 41015
* mac80211: b43: update BCM4716 patch to compile without SSBFelix Fietkau2014-06-051-3/+5
| | | | | | | | B43_SSB is optional after recent upstream changes. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 41014
* mac80211: backport a powersave related fixFelix Fietkau2014-06-031-2/+225
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40995
* mac80211: refresh patchFelix Fietkau2014-06-031-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40994
* mac80211: b43: make support for BCMA optionalFelix Fietkau2014-06-021-2/+11
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 40985
* mac80211: b43: make B43_PHY_LP configurableFelix Fietkau2014-06-021-1/+12
| | | | | | | | This allows saving 11772 B if disabled. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 40984
* mac80211: query driver for max A-MPDU length exponentJohn Crispin2014-06-021-1/+20
| | | | | | | | | | | | This patch enables netifd to query 802.11ac-driver for the maximum supported A-MPDU length exponent, possibly increasing VHT throughput by more aggressive frame aggregation. v2: refreshed patch Signed-off-by: Matti Laakso <malaakso at elisanet.fi> SVN-Revision: 40938
* ath9k: fix deprecated syntax in config symbolFelix Fietkau2014-05-261-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40860
* ath9k: make support for PC-OEM cards optional, reduces module sizeFelix Fietkau2014-05-253-0/+270
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40859
* mac80211: mark kmod-rtlwifi as hidden (selected by rtlwifi drivers)Felix Fietkau2014-05-251-5/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40845
* rt2x00: fix rt3352 rf probing (#14322)Felix Fietkau2014-05-231-1/+5
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40837
* mac80211: fix probing of rtl8180Felix Fietkau2014-05-231-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40836
* mac80211: update to wireless-testing 2014-05-22Felix Fietkau2014-05-2318-4342/+122
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40834
* ath9k: revert a faulty rx path fixFelix Fietkau2014-05-204-66/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40802
* mac80211: update to wireless-testing 2014-05-19Felix Fietkau2014-05-2076-1399/+4652
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40800
* mac80211: fix stbc configurationFelix Fietkau2014-05-191-2/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40783
* ath9k: add some rx path fixesFelix Fietkau2014-05-195-13/+181
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40780
* mac80211: fix ht capabilities for HT20Felix Fietkau2014-05-181-1/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40776
* mac80211: fix VHT80 channel allocation (thx, SeG)Felix Fietkau2014-05-151-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40770
* mac80211: fix warning in select_queue with kernel 3.14Hauke Mehrtens2014-05-081-0/+31
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 40737
* mac80211: reset ht_capab for each deviceFelix Fietkau2014-05-061-0/+1
| | | | | | | | | ... or else "option htmode" is added multiple times to the second and following device sections. Signed-off-by: Reiner Herrmann <reiner@reiner-h.de> SVN-Revision: 40711
* mac80211: fix station info rx bitrate for IBSS modeFelix Fietkau2014-05-051-0/+24
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40696
* ar71xx/ath9k: fix reading the WMAC revision on AR953x (fixes #15581)Felix Fietkau2014-05-041-0/+11
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40695
* mac80211: remove obsolete check for enable_htFelix Fietkau2014-05-031-178/+176
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40694
* mac80211: remove mode_11n variable for hwmode - the option only selects the ↵Felix Fietkau2014-05-031-2/+1
| | | | | | | | band now Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40693
* ath: Add config option for DFS supportFelix Fietkau2014-05-031-0/+12
| | | | | | | | | | | | | | | | | | This patch adds a config option to enable DFS in ath9k and ath10k drivers (with ath10k you need the AP-branch firmware). I'm not entirely sure about the regulatory compliance issues, though. As far as I understand, enabling the DFS_CERTIFIED config options implies that the device is certified for DFS. No doubt the original firmware has obtained such a certification, but not with the open source drivers. I suppose that as long as this is disabled in default builds (like ATH_USER_REGD) everything should be fine, but it would be nice to have out-of-the-box OpenWrt support for DFS. I'm also not sure whether the description of the configuration option should say something about regulatory compliance. Signed-off-by: Matti Laakso <malaakso@elisanet.fi> Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40692
* ath5k: merge a tx power handling fixFelix Fietkau2014-05-031-0/+28
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40691