When I comment the call to ieee80211_rx_monitor() in ieee80211_rx() and
recompile the driver, my router keeps rebooting.
On Fri, Nov 11, 2011 at 8:56 PM, abhinav narain
wrote:
> hi,
> I am trying to add a header in driver ath9k.
> I am doing it by adding the header by using skb_put(..) and incre
hi,
I am trying to add a header in driver ath9k.
I am doing it by adding the header by using skb_put(..) and increment the
skb->data pointer.
Then adding the usual skb content after it by using skb_put().
I finally call netif_rx() to push the skb to upper layers, and can see a
notification that it
On 11.11.2011 20:51, Mike Brady wrote:
Can someone tell be or direct me to an example of how to put a linux version
conditional into an OpenWrt package Makefile please?
What I want to do is say "if this is and version of Linux 2.4 then do stufft".
I've tried something like
ifeq ($(CONFIG_LINU
Can someone tell be or direct me to an example of how to put a linux version
conditional into an OpenWrt package Makefile please?
What I want to do is say "if this is and version of Linux 2.4 then do stufft".
I've tried something like
ifeq ($(CONFIG_LINUX_2_4),1)
endif
but no joy.
R
updated Makefile
On Freitag, 11. November 2011 12:01:21 Peter Wagner wrote:
> Hi,
>
> this Makefile adds libcap to Openwrt. This is a slightly modified version
> to jows version that he posted in juli in the openwrt forum. It is needed
> for the ntpd package to run as none root user.
>
> /Peter
Hi,
this Makefile adds libcap to Openwrt. This is a slightly modified version to
jows version that he posted in juli in the openwrt forum. It is needed for the
ntpd package to run as none root user.
/Peter
Signed-off-by: Peter Wagner
diff --git a/libs/libcap/Makefile b/libs/libcap/Makefile
ne