Subject: ath(4) in Europe
To: None <current-users@netbsd.org>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: current-users
Date: 05/15/2006 19:10:54
# ifconfig ath0 chan 11
# ifconfig ath0 chan 12
ifconfig: SIOCS80211CHANNEL: Invalid argument
#
but it's Murphy's law that the access point I would like to talk to is
on channel 13, which is legal in Europe.
typedef u_int16_t HAL_CTRY_CODE; /* country code */
typedef u_int16_t HAL_REG_DOMAIN; /* regulatory domain code */
...
struct ath_hal {
HAL_CTRY_CODE ah_countryCode;
looks hopeful in ah.h - any tips on how to use it?
Cheers,
Patrick
(12th May current/i386)