le that we need to read from a device before sending a command.
Kirill.
P.S. Sorry for duplicate from the different address.
/*
Copyright (c) 2015, Kirill Berezin
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided tha
Hi,
Updated version is in the attachment. I tried it on a real device, but I
can't say that the problem was solved, but something is definitely happens.
Unfortunately I couldn't find where a bunch of zeros were generated, so
I skipped this part ))) (I tried a version with zeros, but no luck).
> I haven't been able to get the reset button on boot to work for UniFi.
> I use UART to pull up the boot-loader. Then use "urescue" to tftp the
> UniFi image back on.
reset button works, but it's not easy to get whether it is pressed or
not. If a reset button pressed then after a while AP light
/wireless/ath/ath9k/hsr.c 1970-01-01 03:00:00.0 +0300
+++ new/drivers/net/wireless/ath/ath9k/hsr.c 2015-05-27 12:47:43.0 +0300
@@ -0,0 +1,236 @@
+/*
+ *
+ * The MIT License (MIT)
+ *
+ * Copyright (c) 2015 Kirill Berezin
+ *
+ * Permission is hereby granted, free of charge, to any per
Hi, Stefan
On 05/27/2015 11:48 PM, Stefan Rompf wrote:
Integration into the kernel driver like your latest patch does.
Caveat: The build process seems to assume that all routers in the
ar71xx/generic target share the same set of kernel modules. So patching and
compiling yourself is no problem,
pf wrote:
Hi,
please review my patch to add support for the Ubiquiti Unifi Outdoor Plus
access point based on the work of Kirill Berezin and me.
The access point has a configurable RF filter in the receive path that must be
tuned according to the selected Wifi channel.
A patch to compat_wireles
Hello.
It seems that a code for a nand controller was added but not tested. This
patch add a lost constant required for successful compilation and a bit of
code that allocates and frees buffers needed by internal structures and a
description for two more nand chips.
By the way I found, that a nan
read) are usable. However I found
that jffs2 filesystem can be created only on top of a ubi volume. I tried
to create jffs2 directly on mtd device but pages with clean markers are
became uncorrectable.
This patch also includes changes that I sent earlier.
Best regards,
Kirill.
Signed-off-by: Kirill
Hie!
I found that it is not possible to build openwrt current for ar231x
platform. It fails building gpio related modules with messages
...
MODPOST 343 modules
ERROR: "ar231x_gpiodev" [drivers/w1/masters/w1-gpio.ko] undefined!
ERROR: "ar231x_gpiodev" [drivers/spi/spi_gpio_old.ko] undefined!
ER