summaryrefslogtreecommitdiffstats
path: root/package/kernel
Commit message (Collapse)AuthorAgeFilesLines
* ltq-vdsl-fw: vdsl_fw_install.sh: store firmware as tar.gz in flashFelix Fietkau2014-05-061-5/+14
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40716
* ltq-vdsl: force shell to bash to avoid compile errorsFelix Fietkau2014-05-061-0/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40713
* ltq-vdsl-mei: force shell to bash to avoid compile errorsFelix Fietkau2014-05-061-0/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40712
* 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
* mac80211: restrict ath9k/ath10k DFS support to ETSIFelix Fietkau2014-05-031-0/+82
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40689
* mac80211: enable CFG80211_CERTIFICATION_ONUS by defaultFelix Fietkau2014-05-031-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40688
* ath9k: merge a few upstream fixesFelix Fietkau2014-05-035-6/+143
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40687
* mac80211: add support for htmode=VHT20Felix Fietkau2014-05-031-1/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40686
* mac80211: force upper channel for HT40 when autochannel is enabledFelix Fietkau2014-05-031-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40685
* mac80211: add automatic ht40 mode handling for 2.4 ghzFelix Fietkau2014-05-031-3/+20
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40684
* mac80211: clean up vht capability processingFelix Fietkau2014-05-031-42/+22
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40683
* mac80211: clean up ht capability handling, drop the use of the ht_capab ↵Felix Fietkau2014-05-032-25/+52
| | | | | | | | list, use individual variables instead Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40682
* mac80211: disable 802.11n support if htmode is not set to HT* or VHT*Felix Fietkau2014-05-031-3/+7
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40681
* mac80211: simplify HT40 handling, derive lower/upper channel mode ↵Felix Fietkau2014-05-031-25/+12
| | | | | | | | automatically from channel index Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40680
* kernel: net-rtl8188eu depends on kmod-usbcoreHauke Mehrtens2014-05-021-1/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 40668
* omap: fix usb dependenciesHauke Mehrtens2014-05-021-4/+3
| | | | | | | | There are some problems in the dependencies of the usb modules Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 40667
* kernel: fix dependency to xor-neon.koHauke Mehrtens2014-05-021-0/+7
| | | | | | | | If this module gets build the xor module depends on it Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 40666
* kernel: omap: omap-des.ko is not available in kernel 3.13Hauke Mehrtens2014-05-021-0/+7
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 40665
* kernel: unify the two kmod-usb-mxs-phy packagesHauke Mehrtens2014-05-021-1/+1
| | | | | | | | | There are two packages with the name kmod-usb-mxs-phy in OpenWrt which causes warnings on every build. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 40663
* kernel: make b44 depend on libphy for kernel 3.14Hauke Mehrtens2014-05-021-1/+1
| | | | | | | | In kernel 3.14 a dependency to libphy was added to b44. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 40662
* kernel: add support for USB_NET_CDC_EEM and USB_NET_CDC_SUBSETHauke Mehrtens2014-05-011-0/+32
| | | | | | | | needed for Android USB Tethering Signed-off-by: Ulrich Weber <uw@ocedo.com> SVN-Revision: 40634
* kernel: Add kernel module for cramfs support.Hauke Mehrtens2014-05-011-0/+15
| | | | | | | | This patch adds support for building support for cramfs filesystems as a kernel module. Signed-off-by: Owen Kirby <osk@exegin.com> SVN-Revision: 40631
* mac80211: add TMSC firmware to 8192cu module to properly support 8188CUSZoltan Herpai2014-05-011-0/+1
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 40615
* kernel: add staging r8188eu module (3.13)Zoltan Herpai2014-04-301-0/+20
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 40609
* ath9k: merge a fix for a race condition on initFelix Fietkau2014-04-295-4/+72
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40591
* ath9k: merge fixes for stability issues under heavy loadFelix Fietkau2014-04-291-0/+71
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40590
* fs: add kernel modules for AFS clientZoltan Herpai2014-04-283-1/+87
| | | | | | | | | | | | - add/separate crypto modules - add fscache support - add rxrpc module which is required for AFS - add afs module Signed-Off-By: Nathaniel Wesley Filardo <8S9K8UGO5JGPI3U067229BBACKMQIGVH@cmx.ietfng.org> Acked-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 40587
* ath9k: add a fix for tx queueing and aggregationFelix Fietkau2014-04-283-6/+106
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40586
* mac80211: Fix build errors due to missing string function declarationsHauke Mehrtens2014-04-271-0/+10
| | | | | | | | | Building mac80211 failed, due to missing function declarations in compat/backport-3.15.c This patch adds the linux/string.h header file to provide these function declarations Signed-off-by: Maarten Bezemer <maarten.bezemer@gmail.com> SVN-Revision: 40584
* ath9k: add ANI fix for ar913x to improve stabilityFelix Fietkau2014-04-271-0/+39
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40573
* mac80211: allow to select the rt2x00-soc module for the ramips/rt3883 subtargetJohn Crispin2014-04-231-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 40560
* mac80211: refresh rt2x00 patchesJohn Crispin2014-04-239-80/+62
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 40559
* mac80211: rt2x00: add support for the RT3662/RT3883 SoCsJohn Crispin2014-04-2334-0/+2430
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 40558
* 802.11s: fix authsae support in netifdJohn Crispin2014-04-121-1/+14
| | | | | | | | | | This patch implements support for 802.11s protected mesh wireless networks (using authsae) in the netifd framework. Until meshd-nl80211 implements a proper -P option for the PID file, this uses shell backgrounding in order to be able to get the PID for the process. Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net> SVN-Revision: 40497
* kernel: mark kmod-usb-phy-nop as hidden to avoid building it where it is not ↵Felix Fietkau2014-04-121-0/+1
| | | | | | | | needed Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40470
* kernel: add a dependency of kmod-r8169 on r8169-firmwareFelix Fietkau2014-04-101-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40448
* mac80211: add back missing tx power handling fix (#12750)Felix Fietkau2014-04-103-4/+26
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40440
* lantiq: cleanup vdsl driver bringupJohn Crispin2014-04-092-2/+4
| | | | | | | | | | | | | | | | config interface 'wan' # a, b, j option annex b # a, b, av, bv option tone b # vdsl.bin option firmware # atm, ptm option xfer_mode atm Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40437
* mac80211: fix warnings triggered by tx power changes when using WDS AP (#15491)Felix Fietkau2014-04-081-0/+21
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40430
* mac80211: fix user antenna gain calculationFelix Fietkau2014-04-081-15/+5
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40429
* ath9k: fix AP mode crash issuesFelix Fietkau2014-04-081-0/+29
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40428
* ath9k: fix some ANI related stability issuesFelix Fietkau2014-04-082-2/+30
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40427
* mac80211: update to wireless-testing 2014-03-31Felix Fietkau2014-04-0657-6494/+231
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40393
* kernel: fix bluetooth and zsmalloc for 3.14Jonas Gorski2014-04-041-1/+23
| | | | | | | | | zsmalloc was promoted from staging, while bluetooth gained a dependency to a library shared with 802.15.4 for 6lowpan support. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 40379