Commit Graph

284 Commits

Author SHA1 Message Date
coolsnowwolf
a312980654 kernel: add AMD Ryzen kmod-drm-amdgpu and kmod-drm-radeon dependencies support 2019-04-17 10:48:32 +08:00
coolsnowwolf
9fd3249cc5 kernel: support for Intel(R) x710 10/40GbE adapters PF/VF devices 2019-04-16 21:30:22 +08:00
coolsnowwolf
281b7eb92b kernel: Build: Split kmod-regmap 2019-04-15 21:48:10 +08:00
coolsnowwolf
f59423622a mac80211: Fix rate_idx underflow in mwl8k (Linksys EA4500) 2019-04-15 15:59:32 +08:00
coolsnowwolf
be38f4bdf5 mac80211: rt2x00: replace patch with upstream version 2019-04-15 15:32:02 +08:00
coolsnowwolf
aca8e27cc4 mac80211: update to version 4.19.32-1 2019-04-06 23:36:42 +08:00
coolsnowwolf
354fb28b84 kernel: dm: add dm-raid for LVM raid 2019-04-04 12:46:13 +08:00
coolsnowwolf
fd6be986db mac80211: set noscan=1 if sta/adhoc/mesh interfaces are present 2019-04-04 11:47:13 +08:00
coolsnowwolf
4341d45e66 mac80211: improve performance by deferring tx queue selection 2019-04-04 11:45:16 +08:00
coolsnowwolf
7b101406f8 wireless:custom fix tx power to 30dbm and dfs for ath/qca 2019-04-04 11:36:53 +08:00
coolsnowwolf
d5107528bc kernel: bump to 4.9.166 and 4.14.109 2019-03-30 20:46:18 +08:00
coolsnowwolf
272aa4dc47 mt76: update to lastest version 2019-03-25 14:01:56 +08:00
coolsnowwolf
38fdb2b9c5 Revert "mt76x02: do not enable RTS/CTS by default"
This reverts commit 1f105ae205.
2019-03-22 14:52:57 +08:00
coolsnowwolf
b6721577b9 ath10k-ct: update version 2019-03-21 14:14:39 +08:00
coolsnowwolf
f0dd52f007 mac80211: fix an issue with the TXQ scheduling API and powersave clients 2019-03-21 14:09:06 +08:00
coolsnowwolf
1f105ae205 mt76x02: do not enable RTS/CTS by default 2019-03-20 14:32:41 +08:00
coolsnowwolf
c763f62f4e kmod-sched-cake: bump to latest cake 2019-03-20 14:15:14 +08:00
coolsnowwolf
88beed4c56 mac80211: netifd: Use a mask when using Usage: iw [options] command
Options:
	--debug		enable netlink debugging
	--version	show version (3.4)
Commands:
	help [command]
		Print usage for all or a specific command, e.g.
		"help wowlan" or "help wowlan enable".

	event [-t] [-r] [-f]
		Monitor events from the kernel.
		-t - print timestamp
		-r - print relative timstamp
		-f - print full frame for auth/assoc etc.

	phy
	list
		List all wireless devices and their capabilities.

	phy <phyname> info
		Show capabilities for the specified wireless device.

	dev
		List all network interfaces for wireless hardware.

	dev <devname> info
		Show information for this interface.

	dev <devname> del
		Remove this virtual interface

	dev <devname> interface add <name> type <type> [mesh_id <meshid>] [4addr on|off] [flags <flag>*]
	phy <phyname> interface add <name> type <type> [mesh_id <meshid>] [4addr on|off] [flags <flag>*]
		Add a new virtual interface with the given configuration.
		Valid interface types are: managed, ibss, monitor, mesh, wds.

		The flags are only used for monitor interfaces, valid flags are:
		none:     no special flags
		fcsfail:  show frames with FCS errors
		control:  show control frames
		otherbss: show frames from other BSSes
		cook:     use cooked mode

		The mesh_id is used only for mesh mode.

	dev <devname> ibss join <SSID> <freq in MHz> [HT20|HT40+|HT40-|NOHT] [fixed-freq] [<fixed bssid>] [beacon-interval <TU>] [basic-rates <rate in Mbps,rate2,...>] [mcast-rate <rate in Mbps>] [key d:0:abcde]
		Join the IBSS cell with the given SSID, if it doesn't exist create
		it on the given frequency. When fixed frequency is requested, don't
		join/create a cell on a different frequency. When a fixed BSSID is
		requested use that BSSID and do not adopt another cell's BSSID even
		if it has higher TSF and the same SSID. If an IBSS is created, create
		it with the specified basic-rates, multicast-rate and beacon-interval.

	dev <devname> ibss leave
		Leave the current IBSS cell.

	dev <devname> station dump
		List all stations known, e.g. the AP on managed interfaces

	dev <devname> station set <MAC address> vlan <ifindex>
		Set an AP VLAN for this station.

	dev <devname> station set <MAC address> plink_action <open|block>
		Set mesh peer link action for this station (peer).

	dev <devname> station del <MAC address>
		Remove the given station entry (use with caution!)

	dev <devname> station get <MAC address>
		Get information for a specific station.

	dev <devname> survey dump
		List all gathered channel survey data

	dev <devname> mesh leave
		Leave a mesh.

	dev <devname> mesh join <mesh ID> [mcast-rate <rate in Mbps>] [<param>=<value>]*
		Join a mesh with the given mesh ID with mcast-rate and mesh parameters.

	dev <devname> mpath dump
		List known mesh paths.

	dev <devname> mpath set <destination MAC address> next_hop <next hop MAC address>
		Set an existing mesh path's next hop.

	dev <devname> mpath new <destination MAC address> next_hop <next hop MAC address>
		Create a new mesh path (instead of relying on automatic discovery).

	dev <devname> mpath del <MAC address>
		Remove the mesh path to the given node.

	dev <devname> mpath get <MAC address>
		Get information on mesh path to the given node.

	dev <devname> scan [-u] [freq <freq>*] [ies <hex as 00:11:..>] [ssid <ssid>*|passive]
		Scan on the given frequencies and probe for the given SSIDs
		(or wildcard if not given) unless passive scanning is requested.
		If -u is specified print unknown data in the scan results.
		Specified (vendor) IEs must be well-formed.

	dev <devname> scan trigger [freq <freq>*] [ies <hex as 00:11:..>] [ssid <ssid>*|passive]
		Trigger a scan on the given frequencies with probing for the given
		SSIDs (or wildcard if not given) unless passive scanning is requested.

	dev <devname> scan dump [-u]
		Dump the current scan results. If -u is specified, print unknown
		data in scan results.

	reg get
		Print out the kernel's current regulatory domain information.

	reg set <ISO/IEC 3166-1 alpha2>
		Notify the kernel about the current regulatory domain.

	dev <devname> connect [-w] <SSID> [<freq in MHz>] [<bssid>] [key 0:abcde d:1:6162636465]
		Join the network with the given SSID (and frequency, BSSID).
		With -w, wait for the connect to finish or fail.

	dev <devname> disconnect
		Disconnect from the current network.

	dev <devname> link
		Print information about the current link, if any.

	dev <devname> offchannel <freq> <duration>
		Leave operating channel and go to the given channel for a while.

	dev <devname> cqm rssi <threshold|off> [<hysteresis>]
		Set connection quality monitor RSSI threshold.

	phy <phyname> wowlan show
		Show WoWLAN status.

	phy <phyname> wowlan disable
		Disable WoWLAN.

	phy <phyname> wowlan enable [any] [disconnect] [magic-packet] [gtk-rekey-failure] [eap-identity-request] [4way-handshake] [rfkill-release] [patterns <pattern>*]
		Enable WoWLAN with the given triggers.
		Each pattern is given as a bytestring with '-' in places where any byte
		may be present, e.g. 00:11:22:-:44 will match 00:11:22:33:44 and
		00:11:22:33:ff:44 etc.

	dev <devname> roc start <freq> <time>

	phy <phyname> set antenna <bitmap> | all | <tx bitmap> <rx bitmap>
		Set a bitmap of allowed antennas to use for TX and RX.
		The driver may reject antenna configurations it cannot support.

	dev <devname> set txpower <auto|fixed|limit> [<tx power in mBm>]
		Specify transmit power level and setting type.

	phy <phyname> set txpower <auto|fixed|limit> [<tx power in mBm>]
		Specify transmit power level and setting type.

	phy <phyname> set distance <distance>
		Set appropriate coverage class for given link distance in meters.
		Valid values: 0 - 114750

	phy <phyname> set coverage <coverage class>
		Set coverage class (1 for every 3 usec of air propagation time).
		Valid values: 0 - 255.

	phy <phyname> set netns <pid>
		Put this wireless device into a different network namespace

	phy <phyname> set rts <rts threshold|off>
		Set rts threshold.

	phy <phyname> set frag <fragmentation threshold|off>
		Set fragmentation threshold.

	dev <devname> set channel <channel> [HT20|HT40+|HT40-]
	phy <phyname> set channel <channel> [HT20|HT40+|HT40-]
	dev <devname> set freq <freq> [HT20|HT40+|HT40-]
	phy <phyname> set freq <freq> [HT20|HT40+|HT40-]
		Set frequency/channel the hardware is using, including HT
		configuration.

	phy <phyname> set name <new name>
		Rename this wireless device.

	dev <devname> set peer <MAC address>
		Set interface WDS peer.

	dev <devname> set noack_map <map>
		Set the NoAck map for the TIDs. (0x0009 = BE, 0x0006 = BK, 0x0030 = VI, 0x00C0 = VO)

	dev <devname> set 4addr <on|off>
		Set interface 4addr (WDS) mode.

	dev <devname> set type <type>
		Set interface type/mode.
		Valid interface types are: managed, ibss, monitor, mesh, wds.

	dev <devname> set meshid <meshid>
	dev <devname> set monitor <flag>*
		Set monitor flags. Valid flags are:
		none:     no special flags
		fcsfail:  show frames with FCS errors
		control:  show control frames
		otherbss: show frames from other BSSes
		cook:     use cooked mode

	dev <devname> set mesh_param <param>=<value> [<param>=<value>]*
		Set mesh parameter (run command without any to see available ones).

	dev <devname> set power_save <on|off>
		Set power save state to on or off.

	dev <devname> set bitrates [legacy-<2.4|5> <legacy rate in Mbps>*] [mcs-<2.4|5> <MCS index>*]
		Sets up the specified rate masks.
		Not passing any arguments would clear the existing mask (if any).

	dev <devname> get mesh_param [<param>]
		Retrieve mesh parameter (run command without any to see available ones).

	dev <devname> get power_save <param>
		Retrieve power save state.

You can omit the 'phy' or 'dev' if the identification is unique,
e.g. "iw wlan0 info" or "iw phy0 info". (Don't when scripting.)

Do NOT screenscrape this tool, we don't consider its output stable.
2019-03-20 13:58:58 +08:00
coolsnowwolf
fc28d7c66f mtk76x2: do not print error when queue is full 2019-03-14 12:05:47 +08:00
coolsnowwolf
33b97a7210 mt76: mt76x02: disable ED/CCA by default 2019-03-07 19:54:46 +08:00
coolsnowwolf
c96a9b1ff6 rt2x00: Do not increment sequence number while re-transmitting the frames 2019-03-01 16:34:16 +08:00
coolsnowwolf
5a207287e6 mt76: cleanup ePA, RXIQ and TX-LOFT code 2019-03-01 16:26:42 +08:00
coolsnowwolf
cca8bbc0b1 mac80211: fix ath9k/ath10k mesh mode support 2019-03-01 16:25:19 +08:00
coolsnowwolf
33cd1ee8ac mt76: mt76x2: avoid running DPD calibration if tx is blocked 2019-02-12 23:23:20 +08:00
coolsnowwolf
d840ca1997
mt7603: fix LED support 2019-02-02 10:49:59 +08:00
coolsnowwolf
67536373d9 mac80211: ath: add extra 'regulatory domains' for sanitize 2019-01-24 14:22:27 +08:00
coolsnowwolf
818ba9646a mt7603: fix tx status info 2019-01-22 10:49:12 +08:00
coolsnowwolf
b11eb5dd29 mt76: add channel switch announcement support 2019-01-22 10:47:10 +08:00
coolsnowwolf
730afc31c0 kmod-sched-cake: bump to latest cake 2019-01-15 10:39:04 +08:00
coolsnowwolf
dcf3495ff7
mt76: bump to 2019-01-10 version 2019-01-13 18:49:50 +08:00
coolsnowwolf
391ba5d875 mt76: fix mt7603 BSSID configuration in AP mode 2019-01-11 11:30:06 +08:00
coolsnowwolf
7ee65a9ef2 update linux module for kernel 4.19 2019-01-04 13:25:46 +08:00
coolsnowwolf
61bbbb85a1 make bbr as loadable module 2019-01-03 20:48:33 +08:00
coolsnowwolf
347daa04b2 Merge branch master of https://github.com/coolsnowwolf/lede 2019-01-03 19:29:28 +08:00
coolsnowwolf
e2d0edd27f update linux modules 2019-01-02 21:50:34 +08:00
Fsick
97ef6703de mt76: update to the latest version
* ramips: add support for GeHua GHL-R-001

* ramips: fix MT7621 dtsi

* mt76: update to the latest version
2018-12-29 02:16:27 +08:00
coolsnowwolf
bf4324e213 brcm2708: brcm2708-gpu-fw fixup_x.dat 2018-12-29 02:13:56 +08:00
coolsnowwolf
c9d19c9bf1 mt76: update to the latest version 2018-12-28 23:43:30 +08:00
coolsnowwolf
881d2a8a07 ath10k-ct: Update to 2018-12-11 2018-12-27 09:52:05 +08:00
gavin219
6fc90d8813 mwlwifi: update to version 10.3.8.0-20181210 2018-12-22 23:32:18 +08:00
coolsnowwolf
8d60741aca mac80211: update ath patch 2018-12-14 20:21:34 +08:00
coolsnowwolf
1780ec5ffc mac80211: Update to version 4.19.7-1 2018-12-14 20:10:39 +08:00
coolsnowwolf
714acbb889 kernel modules: fix usb mount for upstream 2018-12-08 09:23:44 +08:00
coolsnowwolf
4e0a22d1f0 mt76: throttle transmission of buffered multicast packets 2018-12-07 21:31:40 +08:00
Fsick
f455ccf275 mt76: update to the latest version and mac80211: fix reordering of buffered broadcast packets
* mt76: update to the latest version

* mt76: update to the latest version

* mac80211: fix reordering of buffered broadcast packets
2018-11-29 23:36:08 +08:00
Fsick
aee91483b9 mt76: update to the latest version
* Roll back mt76 version to 2018-11-09

* mt76: update to the latest version

* ramips: add missing DTS frequency limit for the 5 GHz radio on Archer
2018-11-19 16:48:57 +08:00
coolsnowwolf
dde72ce4f2 add sta bridge support 2018-11-17 17:06:12 +08:00
coolsnowwolf
47198e579b Merge branch 'master' of https://github.com/coolsnowwolf/lede 2018-11-14 16:03:15 +08:00
coolsnowwolf
c8296566f1 update mvlwifi drivers 2018-11-14 16:02:38 +08:00
Fsick
9ba1e0117a mt76: update to the latest version 2018-11-14 15:55:12 +08:00
coolsnowwolf
66d0992cde mac80211: fix spurious disconnections with powersave clients 2018-11-14 15:52:08 +08:00
coolsnowwolf
53723fdddc mt76: update to the latest version 2018-11-13 21:33:14 +08:00
coolsnowwolf
f7af64cef7 Revert "mt76: do not wake tx queues during flush"
This reverts commit 7a494295cb.
2018-11-13 21:30:06 +08:00
Fsick
7a494295cb mt76: do not wake tx queues during flush 2018-11-13 19:05:35 +08:00
coolsnowwolf
cf18721fdc mt76: fix regression in tx status handling 2018-10-28 13:21:47 +08:00
coolsnowwolf
7536250bae mt76x0: pci: add DFS support 2018-10-23 23:39:12 +08:00
coolsnowwolf
49f2458eae ath: set phy regulatory domain and max WIFI tr power 2018-10-19 19:53:54 +08:00
coolsnowwolf
6a4586662c mt76x0: antenna select corrections 2018-10-19 12:24:24 +08:00
coolsnowwolf
b20989af71 update mac80211 script 2018-10-17 15:12:29 +08:00
coolsnowwolf
7f43b876bd mt76: update to the latest version, add mt76x0 firmware, enable mt76x0e 2018-10-16 19:28:51 +08:00
coolsnowwolf
0ff0ac5cef set wireless noscan by default (force 40Mhz/80Mhz 2018-10-16 11:06:58 +08:00
coolsnowwolf
5f9650a5f9 mtk762x:another fix for the external PA current wireless setting 2018-10-16 02:16:47 +08:00
coolsnowwolf
de204d7311 mtk: move mt76x2e firmware to kmod-mt76x2-common 2018-10-16 00:49:31 +08:00
coolsnowwolf
87e8bb8845 sync kernel kmod package with the lateset upsteam repo 2018-10-14 12:15:48 +08:00
coolsnowwolf
32578e74fa ath10k-ct: Update to 29-09-2018 2018-10-12 13:15:58 +08:00
coolsnowwolf
07b76763f9 mac80211:Improves local WIFI TCP throughput 2018-10-12 13:00:10 +08:00
coolsnowwolf
a4ebbe98da mt76:unify rxwi parsing between mt76x2 and mt76x0 drivers 2018-10-06 21:41:03 +08:00
coolsnowwolf
667ab2613e wireless mac80211 driver code clean 2018-10-06 21:36:22 +08:00
coolsnowwolf
e2a9fe73b2 use ath10k-ct and ct-firmware for IPQ4019 target (AC58U) 2018-10-05 21:27:11 +08:00
coolsnowwolf
843f2ddafe mt76x2: fix multi-interface beacon configuration 2018-10-03 21:24:03 +08:00
coolsnowwolf
1c8822df19 kernel update to 4.9.130 and 4.14.73 2018-10-03 21:07:35 +08:00
coolsnowwolf
1306b0d11c fix wifi management frame protection issue with mtk 762x 2018-09-29 23:00:08 +08:00
coolsnowwolf
6a5c2bf290 fix a MTK7621 mt7603 wifi powersave issue 2018-09-29 22:58:27 +08:00
coolsnowwolf
e1ab2296d7 make kmod-tcp-bbr loadable to reduce kernel size 2018-09-29 14:13:14 +08:00
coolsnowwolf
9ea93a089a mac80211: Use backports-4.19-rc5-1 offical 2018-09-27 10:40:09 +08:00
coolsnowwolf
4d1bf340d1 wireless drivers upgreade to 4.19-rc4-1. fix many MTK driver issue. ath10k change to ath10k-ct 2018-09-26 23:33:12 +08:00
coolsnowwolf
6c884cbb2c enhance mtk762x TX power 2018-09-25 22:33:07 +08:00
coolsnowwolf
07b01e1596 add nat helper to passtrough vpn clients 2018-09-20 18:16:16 +08:00
coolsnowwolf
4c37cac0e8 fix 6in4/gso peformance issue 2018-09-18 13:17:47 +08:00
coolsnowwolf
63004a300d fix BCM brcmfmac wireless issue and add 160Mhz support 2018-09-13 11:21:09 +08:00
coolsnowwolf
806f5db174 sync with OpenWrt trunk 2018-09-07 13:43:55 +08:00
coolsnowwolf
9ba04fd0d7 sync with OpenWrt v18.06.1 stable new R8.1 version 2018-08-23 17:40:23 +08:00
coolsnowwolf
01c2f5afac update ath10k firmware 2018-06-12 21:05:27 +08:00
coolsnowwolf
ec812029e2 fix a slight fsck up
when calculating overheads for GSO packets in SQM QOS
2018-05-16 16:23:04 +08:00
coolsnowwolf
3db22deed3 mt76: update to the latest version 2018-05-16 12:26:08 +08:00
coolsnowwolf
4218c16a0c enable VHT80 for encrypted mesh 1s 2018-05-15 13:41:28 +08:00
coolsnowwolf
8fe0636b8a Merge branch 'master' of github.com:lede-project/source 2018-04-23 18:50:49 +08:00
coolsnowwolf
b52215c8db MT7620 based boards with NAND flashsupport and fix wireless rx queue issue 2018-04-09 22:01:52 +08:00
aooom
75d75c1722 20180409 2018-04-09 14:06:38 +08:00
coolsnowwolf
12b4eb4d04 migrate kernel package to support 4.14.32 2018-04-08 17:31:55 +08:00
coolsnowwolf
1fe7a68b0f add support for Open vSwitch geneve tunneling 2018-04-08 15:50:22 +08:00
coolsnowwolf
8a3198fe7a update kernel modules 2018-01-24 11:50:11 +08:00
aooom
5efa8647e5 20180113 2018-01-18 18:17:35 +08:00
coolsnowwolf
20f7e75789 update to R7.5.4 2018-01-15 18:26:41 +08:00
coolsnowwolf
16c2522ec2 kmod-sched-cake: bump to latest cake bake 2018-01-12 11:21:45 +08:00
coolsnowwolf
229cde62a4 Merge branch 'master' of https://github.com/lede-project/source 2018-01-09 14:38:15 +08:00
coolsnowwolf
b8b41992a8 update mt76 and mwlwifi 2017-12-29 11:12:59 +08:00
coolsnowwolf
fdc5c1ce04 kernel: add i2c-smbus module package 2017-12-28 14:06:44 +08:00
coolsnowwolf
d1c7890c22 x86:Add support for kernel 4.14 and new toolchain 2017-12-19 15:25:36 +08:00
coolsnowwolf
3a5a84dda8 kernel: tune e1000e module parameters 2017-12-19 13:03:45 +08:00
coolsnowwolf
d324aa0b1a update MTK MT76 drivers 2017-12-12 17:15:28 +08:00
coolsnowwolf
7185e1ceb2 merge: change branding for LEDE to OpenWrt 2017-12-12 16:57:14 +08:00
coolsnowwolf
6dd668a3fd update mwlwifi driver to upstream to fix 2.4Ghz issues 2017-11-26 14:29:12 +08:00
coolsnowwolf
3f3959edd3 kernel: e100: take e100 firmware from linux-firmware repository 2017-11-26 14:22:01 +08:00
coolsnowwolf
87cd9fd85e kernel: i2c-piix4: fix dependency on TARGET_x86 2017-11-26 14:19:39 +08:00
coolsnowwolf
a173b5925d kernel: add NFS4 client support 2017-11-26 14:17:32 +08:00
aooom
b2b90cb971 Merge https://github.com/coolsnowwolf/lede 2017-11-05 12:35:33 +08:00
coolsnowwolf
688513f8fc Revert "sync wireless drivers with LEDE 17.01.4 stable"
This reverts commit 9cf4daca93.
2017-11-04 14:53:16 +08:00
aooom
12e6bab605 Merge https://github.com/coolsnowwolf/lede 2017-11-03 17:34:14 +08:00
coolsnowwolf
9cf4daca93 sync wireless drivers with LEDE 17.01.4 stable 2017-11-03 13:06:57 +08:00
aooom
1c0ea0853c mac80211.sh
fix
2017-11-02 23:13:25 +08:00
aooom
595ebacd6d Merge remote-tracking branch 'upstream/master'
Conflicts:
	package/kernel/mac80211/files/lib/wifi/mac80211.sh
2017-11-02 22:53:42 +08:00
coolsnowwolf
457fcc005a mac80211: backport fixes for fix for CVE-2017-13080 2017-10-27 11:25:49 +08:00
aooom
a8c233486a Merge https://github.com/coolsnowwolf/lede c682eba 2017-10-20 21:00:00 +08:00
coolsnowwolf
9b76c3a241 brcm47xx mips:use kernel 4.9 by default 2017-10-19 22:40:22 +08:00
aooom
a6713ee37d Merge https://github.com/coolsnowwolf/lede 2017-10-15 20:11:00 +08:00
coolsnowwolf
21846b9d08 mac80211: fix tx power regression for ath9k 2017-10-14 13:17:48 +08:00
coolsnowwolf
02d1921423 mt76: update to the latest version 2017-10-13 22:49:38 +08:00
coolsnowwolf
29e2e05567 mac80211: update to wireless kernel to 2017-10-06 2017-10-13 22:42:57 +08:00
coolsnowwolf
abbbbec60a ath10k-ct driver and firmware stable fix 2017-10-13 22:37:33 +08:00
aooom
9dcde4fc39 add wifidog SSID修复 CPU信息显示 2017-10-07 20:19:36 +08:00
coolsnowwolf
6665e687fc ath10k: add hw crypto protocols 2017-10-06 19:49:04 +08:00
coolsnowwolf
e6c0743975 mt76: update to the latest version, improves mt7620/7603 stability 2017-10-02 18:33:31 +08:00
coolsnowwolf
8d16438827 mac80211: update to backports-4.14 2017-10-02 18:31:07 +08:00
coolsnowwolf
8ba099ac3c fix wifi shellscript syntax errors/typos 2017-09-22 11:16:39 +08:00
coolsnowwolf
764450b7a1 add auto cpu core load balance for x86/x64 2017-09-21 23:37:20 +08:00
coolsnowwolf
65e724d0ba add intel iwlwifi drivers AC support 2017-09-19 23:24:26 +08:00
coolsnowwolf
a631fb98ec mwlwifi: update to version 10.3.4.0 / 2017-08-10 2017-09-19 23:09:46 +08:00
coolsnowwolf
09f2f2d5e7 ath10k: Re-enable intermediate softqueues for all devices.fix EA8500 2.4Ghz performance 2017-09-14 21:58:20 +08:00
coolsnowwolf
63ef3519d5 update mwlwifi to 10.3.4.0-20170810 2017-09-13 23:49:11 +08:00
coolsnowwolf
03efb03919 Merge branch 'master' of https://github.com/lede-project/source 2017-09-12 01:07:20 +08:00
coolsnowwolf
a69866aaac set default noscan wifi 2017-09-07 22:57:44 +08:00
coolsnowwolf
bc29f3f53a enable wireless by default 2017-09-07 12:04:38 +08:00
coolsnowwolf
97a4ffcc12 update source 2017-09-06 19:19:45 +08:00