[OpenWrt-Devel] [PATCH 1/3] ar71xx: in-flash macs and eeprom for mach-eap7660d

2010-07-13 Thread daniel . golle
This patch adds support for reading MAC addresses as well as wireless interface callibration-data from the board flash of the EAP7660D. Signed-off-by: Daniel Golle daniel.go...@gmail.com Index: target/linux/ar71xx/files/include/linux/ath_platform.h

[OpenWrt-Devel] [PATCH 3/3] madwifi: in-flash macs for mach-eap7660d

2010-07-13 Thread daniel . golle
This patch makes madwifi respect (at least) the platform_data supplied MAC address. Signed-off-by: Daniel Golle daniel.go...@gmail.com Index: package/madwifi/patches/470-mac_addresss_from_ath_platform_data.patch === --- package

Re: [OpenWrt-Devel] [PATCH 1/3] ar71xx: in-flash macs and eeprom for mach-eap7660d

2010-07-13 Thread daniel . golle
I now renamed everything to ath5k_platform and also included all other previously suggested fixes. Cheers! This adds in-flash mac-addresses and callibration data for the Senao EAP7660D board. Signed-off-by: Daniel Golle daniel.go...@gmail.com Index: target/linux/ar71xx/files/include/linux

Re: [OpenWrt-Devel] [PATCH 2/3] ath5k: in-flash macs and eeprom for mach-eap7660d

2010-07-13 Thread daniel . golle
-off-by: Daniel Golle daniel.go...@gmail.com Index: package/mac80211/patches/450-add-ath5k-platform.patch === --- package/mac80211/patches/450-add-ath5k-platform.patch (revision 0) +++ package/mac80211/patches/450-add-ath5k

Re: [OpenWrt-Devel] [PATCH 3/3] madwifi: in-flash macs for mach-eap7660d

2010-07-13 Thread daniel . golle
Moved new code outside of #ifdef CONFIG_ATHEROS_AR71XXX and removed unneeded cast. This patch makes madwifi respect (at least) the platform_data supplied MAC address. Signed-off-by: Daniel Golle daniel.go...@gmail.com Index: package/madwifi/patches/470

Re: [OpenWrt-Devel] [PATCH] target/linux/ar71xx ath_platform refactoring related

2010-06-27 Thread Daniel Golle
On 06/27/2010 12:07 PM, Gabor Juhos wrote: 2010.06.23. 18:07 keltezéssel, daniel.go...@gmail.com írta: This refactors ath9k_platform to be ath_platform whereever already used in ar71xx. Together with the patches for mac80211 this completes support for in-flash eeprom-data for ath5k. ...

Re: [OpenWrt-Devel] [PATCH] package/madwifi override MAC address from platform_data

2010-06-27 Thread Daniel Golle
On 06/27/2010 12:16 PM, Gabor Juhos wrote: 2010.06.25. 14:19 keltezéssel, daniel.go...@gmail.com írta: This patch makes ath_pci check for ath_platform_data and set the MAC address to the one provided in ath_platform_data. It's built upon the changes in my previous posts related to

[OpenWrt-Devel] [PATCH] package/madwifi override MAC address from platform_data

2010-06-25 Thread daniel . golle
This patch makes ath_pci check for ath_platform_data and set the MAC address to the one provided in ath_platform_data. It's built upon the changes in my previous posts related to refactoring/renaming ath9k_platform_data. From what I understood, a clean solution to use eeprom_data would require

Re: [OpenWrt-Devel] [PATCH 4/4 v2] package/mac80211 refactor ath9k_platform to support ath5k

2010-06-25 Thread Daniel Golle
Ouch, ath_platform_data.eeprom_data isn't a pointer actually :/ As one might well supply a MAC address only, it would make sense to make it one. Otherwise I will change pdata-eeprom_data to pdata.eeprom_data ... On 06/24/2010 07:28 PM, daniel.go...@gmail.com wrote: This adds a patch to

[OpenWrt-Devel] [PATCH 1/4] package/mac80211 refactor ath9k_platform to support ath5k

2010-06-23 Thread daniel . golle
This series of patches refactors ath9k_platform and adds support for in-flash callibratio-data for ath5k Index: package/mac80211/patches/450-add-ath-platform.patch === --- package/mac80211/patches/450-add-ath-platform.patch

[OpenWrt-Devel] [PATCH 2/4] package/mac80211 refactor ath9k_platform to support ath5k

2010-06-23 Thread daniel . golle
This adds a patch to mac80211 which renames ath9k_platform to ath_platform in the ath9k driver. Index: package/mac80211/patches/451-refactor-ath9k-to-use-ath-platform.patch === ---

[OpenWrt-Devel] [PATCH 4/4] package/mac80211 refactor ath9k_platform to support ath5k

2010-06-23 Thread daniel . golle
+ * Copyright (c) 2008-2009 Felix Fietkau n...@openwrt.org ++ * Copyright (c) 2010 Daniel Golle daniel.go...@gmail.com + * + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above +@@ -22,6 +23,8

[OpenWrt-Devel] [PATCH] target/linux/ar71xx ath_platform refactoring related

2010-06-23 Thread daniel . golle
This refactors ath9k_platform to be ath_platform whereever already used in ar71xx. Together with the patches for mac80211 this completes support for in-flash eeprom-data for ath5k. Index: target/linux/ar71xx/files/include/linux/ath_platform.h

[OpenWrt-Devel] Fwd: Re: [RFC] generalize ath9k_platform_data and respect mac and eeprom-data also in ath5k and madwifi drivers

2010-06-21 Thread Daniel Golle
Fietkau n...@openwrt.org To: Daniel Golle daniel.go...@gmail.com On 2010-06-20 10:21 PM, Daniel Golle wrote: On 06/20/2010 06:03 PM, Felix Fietkau wrote: On 2010-06-20 3:42 PM, Daniel Golle wrote: Hallo! I'm currently working on a solution to support EEPROM-less hard-wired Atheros 5xxx

[OpenWrt-Devel] [RFC] generalize ath9k_platform_data and respect mac and eeprom-data also in ath5k and madwifi drivers

2010-06-20 Thread Daniel Golle
Hallo! I'm currently working on a solution to support EEPROM-less hard-wired Atheros 5xxx mini-PCI modules in OpenWrt. Currently, some ar71xx boards (dir-825-b1, wndr3700 and wrt400n) which apparently use EEPROM-less ath9k mini-pci modules are already supported. In this case, the MAC-address

Re: [OpenWrt-Devel] [PATCH] support Senao EAP7660D board in backfire

2010-06-18 Thread Daniel Golle
I now removed the superflus comment and am now hoping that gmail won't convert tabs to spaces (thunderbird apparently does, i don't have a 'real' mta setup on my netbook)... Thank you! Signed-off-by: Daniel Golle daniel.go...@gmail.com --- Index: target/linux/ar71xx/files/arch/mips/ar71xx

Re: [OpenWrt-Devel] [PATCH] support Senao EAP7660D board in backfire

2010-06-18 Thread Daniel Golle
=== --- target/linux/ar71xx/files/arch/mips/ar71xx/mach-eap7660d.c (revision 0) +++ target/linux/ar71xx/files/arch/mips/ar71xx/mach-eap7660d.c (revision 0) @@ -0,0 +1,89 @@ +/* + * Senao EAP7660D board support + * + * Copyright (C) 2010 Daniel Golle daniel.go...@gmail.com + * Copyright (C) 2008 Gabor

[OpenWrt-Devel] [PATCH] support Senao EAP7660D board in trunk (now correctly formatted)

2010-06-18 Thread daniel . golle
This patch (now submitted using mutt and my favourite editor) adds support for the Senao EAP7660D board to trunk. Signed-off-by: Daniel Golle daniel.go...@gmail.com --- Index: target/linux/ar71xx/image/Makefile === --- target

[OpenWrt-Devel] [PATCH] support Senao EAP7660D board in backfire

2010-06-17 Thread Daniel Golle
This patch adds support for Senao EAP7660D board to backfire. The board can be found in Senao and EnGenius products. The previous patch I attached to ticket #7478 is obsoleted by this one, which now supports buttons and LEDs and is cleaned up according to Gabor's suggestions. Another patch

[OpenWrt-Devel] [PATCH] support Senao EAP7660D board in trunk

2010-06-17 Thread Daniel Golle
/linux/ar71xx/files/arch/mips/ar71xx/mach-eap7660d.c (revision 0) @@ -0,0 +1,97 @@ +/* + * Senao EAP7660D board support + * + * Copyright (C) 2010 Daniel Golle daniel.go...@gmail.com + * Copyright (C) 2008 Gabor Juhos juh...@openwrt.org + * Copyright (C) 2008 Imre Kaloz ka...@openwrt.org

[OpenWrt-Devel] Ruby 1.9.1p0 and Ruby-SQLite3 running on OpenWRT

2009-04-07 Thread Daniel Golle
linker_flag= fi # Copyright (C) 2008 FON Wireless Ltd. # mofified by Daniel Golle for the Makrotopia Project # All rights reserved. # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. include $(TOPDIR)/rules.mk PKG_NAME:=sqlite3-ruby

<    7   8   9   10   11   12