[OpenWrt-Devel] [PATCH] iwinfo: add several QC/A device ids

2019-11-01 Thread Tomislav Požega
Add device ids for AR9462, QCA9862, QCA9880 v1 mPCIe cards and Ubiquiti branded QCA9880 v2 PCI wifi found in LiteBeam 5ac. Signed-off-by: Tomislav Požega --- --- a/hardware.txt +++ b/hardware.txt @@ -1,6 +1,7 @@ # libiwinfo hardware database # vendor id | device id | subsystem vendor id

[OpenWrt-Devel] [PATCH 3/3] mac80211: ath10k: reset chip after supported check

2019-04-01 Thread Tomislav Požega
When chip reset is done before the chip is checked if supported there will be crash. Previous behaviour caused bootloops on Archer C7 v1 units, this patch allows clean device boot without excluding ath10k driver. Signed-off-by: Tomislav Požega --- ...0-ath10k-reset-chip-after-supported

[OpenWrt-Devel] [PATCH 2/3] ath79: switch back to ath10k driver and firmware

2019-04-01 Thread Tomislav Požega
Switch Archer C7 v1 back to regular ath10k driver and firmware since it contains fix for bootloop issue present with QCA9880-AR1A. Signed-off-by: Tomislav Požega --- target/linux/ath79/image/generic-tp-link.mk |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/target

[OpenWrt-Devel] [PATCH 1/3] ar71xx: add ath10k package for Archer C7 v1

2019-04-01 Thread Tomislav Požega
This series patch fixes bootloop issue and device starts normally with QCA9880-AR1A in mPCIe slot. Another card tested is QCA9862 and is detected and starts properly. Signed-off-by: Tomislav Požega --- target/linux/ar71xx/image/generic-tp-link.mk |2 +- 1 files changed, 1 insertions(+), 1

[OpenWrt-Devel] [PATCH] ath10k: reset chip after supported check

2019-03-22 Thread Tomislav Požega
When chip reset is done before the chip is checked if supported there will be crash. Previous behaviour caused bootloops on Archer C7 v1 units, this patch allows clean device boot without excluding ath10k driver. Signed-off-by: Tomislav Požega --- drivers/net/wireless/ath/ath10k/pci.c | 12

[OpenWrt-Devel] [PATCH 1/2] mac80211: 5/10 MHz channel width support for ath9k_htc

2018-09-06 Thread Tomislav Požega
Add 5/10 MHz channel width support for ath9k_htc driver. Connection tested between several devices and working. Signed-off-by: Tomislav Požega --- .../patches/512-ath9k_channelbw_debugfs.patch | 62 1 files changed, 62 insertions(+), 0 deletions(-) diff --git a

[OpenWrt-Devel] [PATCH 2/2] mac80211: expose chanbw support to debugfs for ath9k_htc

2018-09-06 Thread Tomislav Požega
This will ensure the htc suffixed driver also gets created chanbw debugfs entry. Signed-off-by: Tomislav Požega --- .../mac80211/files/lib/netifd/wireless/mac80211.sh |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/kernel/mac80211/files/lib/netifd/wireless

[OpenWrt-Devel] [PATCH] [trunk] packages: aircrack-ng: fix airmon-ng output in multi bssid mode

2016-02-18 Thread Tomislav Požega
Create a patch that removes the output of unnecessary interface informations which occur if the radio broadcasts more than one ssid to speed up the operation and provide clean output. Also removes scanProcesses function to get rid of the busybox output garbage. Signed-off-by: Tomislav Požega

[OpenWrt-Devel] [PATCH] [CC] packages: aircrack-ng: fix airmon-ng output in multi bssid mode

2016-02-18 Thread Tomislav Požega
Create a patch that removes the output of unnecessary interface informations which occur if the radio broadcasts more than one ssid to speed up the operation and provide clean output. Also removes scanProcesses function to get rid of the busybox output garbage. Signed-off-by: Tomislav Požega

[OpenWrt-Devel] [PATCH] [trunk] oldpackages: fix mdk3 build issue

2016-02-18 Thread Tomislav Požega
Create a patch that fixes an issue with mdk3 package that would break build process when enabled with -Werror=format-security message. Closes ticket https://dev.openwrt.org/ticket/20698 Signed-off-by: Tomislav Požega --- diff -purN a/feeds/packages/net/aircrack-ng/patches/001-airmon

[OpenWrt-Devel] [PATCH] [CC] oldpackages: fix mdk3 build issue

2016-02-18 Thread Tomislav Požega
Create a patch that fixes an issue with mdk3 package that would break build process when enabled with -Werror=format-security message. Closes ticket https://dev.openwrt.org/ticket/20698 Signed-off-by: Tomislav Požega --- diff -purN a/feeds/packages/net/aircrack-ng/patches/001-airmon

[OpenWrt-Devel] [PATCH] [trunk] ramips: update Xiaomi MiWiFi Mini .dts profile

2016-02-18 Thread Tomislav Požega
Update Xiaomi MiWiFi Mini .dts file with setting read-only flag to u-boot partition. Signed-off-by: Tomislav Požega --- diff -purN a/target/linux/ramips/dts/MIWIFI-MINI.dts b/target/linux/ramips/dts/MIWIFI-MINI.dts --- a/target/linux/ramips/dts/MIWIFI-MINI.dts 2016-02-08 04:57:37.567841929

[OpenWrt-Devel] [PATCH] [CC] ramips: update Xiaomi MiWiFi Mini .dts profile

2016-02-18 Thread Tomislav Požega
Update Xiaomi MiWiFi Mini .dts file with setting read-only flag to u-boot partition and enabling PA to improve 2.4 GHz signal strength. Signed-off-by: Tomislav Požega --- diff -purN a/target/linux/ramips/dts/XIAOMI-MIWIFI-MINI.dts b/target/linux/ramips/dts/XIAOMI-MIWIFI-MINI.dts --- a/target

[OpenWrt-Devel] [PATCH] [trunk] ar71xx: fix device names in GL-AR150 and GL-AR300 profiles

2016-02-18 Thread Tomislav Požega
Fix profile names for GL-AR150 and GL-AR300 devices. Signed-off-by: Tomislav Požega --- diff -pur a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh 2016-02-05 08:17:54.907348279 +0100 +++ b

[OpenWrt-Devel] [PATCH] [CC] ar71xx: add support for GL devices AR150/AR300/Domino Pi

2016-02-18 Thread Tomislav Požega
Add support for GL-AR150, GL-AR300 and GL-Domino Pi devices. Backported from trunk, tested and working with GL-AR150. Signed-off-by: Tomislav Požega --- diff -purN a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds --- a/target

Re: [OpenWrt-Devel] Add a new Amazon-SE board

2013-10-17 Thread Tomislav Požega
thomson usually sticks with crappy broadcom so don't give much hope for AR9271.. On 17 October 2013 09:33, Jacek Kikiewicz wrote: > Hi, > > First start with gainig console access... > > Then you need to check what boot loader is there. > Depending on what it is your next steps will vary, let's

[OpenWrt-Devel] rt2800usb_entry_txstatus_timeout warnings prevent ralink USB adapters from functioning correctly in trunk

2013-08-14 Thread Tomislav Požega
as already described in tickethttps://dev.openwrt.org/ticket/13523 rt2800usb driver does not function properly in trunk revisions. with default settings it is impossible to obtain stable throughput. the bug is reported as still present in latest kern

[OpenWrt-Devel] rt2800usb_entry_txstatus_timeout warnings prevent ralink USB adapters from functioning correctly in trunk

2013-08-14 Thread Tomislav Požega
as already described in ticket https://dev.openwrt.org/ticket/13523rt2800usb driver does not function properly in trunk revisions. with default settings it is impossible to obtain stable throughput. the bug is reported as still present in latest kernel _

Re: [OpenWrt-Devel] [PATCH] add suport for Option GlobeSurfer 3

2013-06-25 Thread Tomislav Požega
M, do i need to delete NVRAM also, and if i do it will the CFE rebuild it on the next boot? On 2 June 2013 06:01, Hauke Mehrtens wrote: > On 06/01/2013 11:56 PM, Tomislav Požega wrote: > > applied the patch and compiled everything from the start but no change > > in boot process >

Re: [OpenWrt-Devel] router inaccessible in failsafe mode!!

2013-06-23 Thread Tomislav Požega
.openwrt.org/ticket/7502 > > > > On Sun, Jun 23, 2013 at 1:08 PM, Tomislav Požega < > pozega.tomis...@gmail.com> wrote: > >> cannot access router even in failsafe mode, most likely due to roboswitch >> errors >> >> someone else reported exact same pro

[OpenWrt-Devel] router inaccessible in failsafe mode!!

2013-06-23 Thread Tomislav Požega
cannot access router even in failsafe mode, most likely due to roboswitch errors someone else reported exact same problem here - http://eko.one.pl/forum/viewtopic.php?id=6363 log file shows errors only when entering failsafe mode: Press the [f] key and hit [enter] to enter failsafe mode f [8

[OpenWrt-Devel] JFFS2 errors - how to fix ?

2013-06-09 Thread Tomislav Požega
brcm47xx platform with BCM5354, BARRIER BREAKER (Bleeding Edge, r36813) i'm getting these jffs2 errors at each boot as well as system read-only (doesn't allow to change passwd etc.) Press the [f] key and hit [enter] to enter failsafe mode - regular preinit - [ 10.328000] jffs2: jffs2_scan_erasebl

Re: [OpenWrt-Devel] VFS: Cannot open root device "(null)" or unknown-block(0, 0): error -6

2013-06-02 Thread Tomislav Požega
find root partition, that means the kernel does not recognize the partition it's booting from? or am i wrong? how to fix that, it is samsung K8P5516UZB-EI4E 32MB flash chip, but due to it's flash layout only 8MB are useful for booting an image. On 1 June 2013 10:34, Hauke Mehrtens wrote:

Re: [OpenWrt-Devel] [PATCH] add suport for Option GlobeSurfer 3

2013-06-01 Thread Tomislav Požega
applied the patch and compiled everything from the start but no change in boot process On 1 June 2013 13:55, Hauke Mehrtens wrote: > On 06/01/2013 06:24 PM, Tomislav Požega wrote: > > vlan0ports=5 > > vlan1ports=0 1 2 3 4 5* > > > > i have zipped nvram, origina

Re: [OpenWrt-Devel] [PATCH] add suport for Option GlobeSurfer 3

2013-06-01 Thread Tomislav Požega
vlan0ports=5 vlan1ports=0 1 2 3 4 5* i have zipped nvram, original firmware boot process and complete flash image in case you might find it useful http://www25.zippyshare.com/v/34134998/file.html On 1 June 2013 10:32, Hauke Mehrtens wrote: > On 06/01/2013 04:11 PM, Tomislav Požega wr

[OpenWrt-Devel] VFS: Cannot open root device "(null)" or unknown-block(0, 0): error -6

2013-06-01 Thread Tomislav Požega
compiled an image with patches included in my previous message, flashed the device and got kernel panic and errors in log file i'm not sure how to proceed further with this Decompressing.done CFE version 1.0.37 for BCM947XX (32bit,SP,LE) Build Date: Tue Apr 28 09:59:43 CEST 2009

[OpenWrt-Devel] [PATCH] add suport for Option GlobeSurfer 3

2013-06-01 Thread Tomislav Požega
these patches are slight modification of Fiach Antaw's original gs2_support.diff he used to successfully port GlobeSurfer 2 i have changed boardtype and boardrev variables to the ones of globesurfer3. Index: target/linux/brcm47xx/image/lzma-loader/src/decompress.c