From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Golle Date: Tue, 15 Nov 2011 17:28:20 +0100 Subject: [ath9k-devel] [PATCH] ath9k: rename ath9k_platform.h to ath_platform.h In-Reply-To: References: <1321356224-5053-1-git-send-email-sangwook.lee@linaro.org> Message-ID: <4EC29324.3040004@allnet.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org On 11/15/2011 05:09 PM, Luis R. Rodriguez wrote: > On Tue, Nov 15, 2011 at 3:23 AM, Sangwook Lee wrote: >> The patch series proposes to rename ath9k_platform.h to "ath_platform.h >> This header file handles platform data used only for ath9k, >> but it can used by ath6k as well. > Adding the actual OpenWrt stakeholders. Is there any public hardware > platform that uses this yet? Same for ath5k, after discussing the issue on openwrt-devel (in June 2010) we decided to have a seperate _platform struct for each chip. However, I agree that this is unneeded redundancy and it would be nice to have things generalized in a single ath_platform.h. The ALL0305 (based on Senao eap7660d board) currently uses ath5k_platform. Cheers Daniel