From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lars Hardy Date: Tue, 25 Nov 2008 22:28:17 +0100 Subject: [ath9k-devel] 2.6.28-rc6: still can't set up AP mode Message-ID: <492C6DF1.90505@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org Im trying the same ting, AP mode with ath9k. Im not an expert, but I have it working. You could try to add this to your hostapd.conf: 1. If you are using the wifi interface in a bridge (lan/wifi), you have to add bridge=br0 to your config. 2. I cannot see that you have set any channel number, so add channel=6 or an other number to your config. CRDA is for setting allowed channels/power in kernel userspace for your country. Regards Lars