diff options
author | ambrisko <ambrisko@FreeBSD.org> | 2003-02-02 22:49:31 +0000 |
---|---|---|
committer | ambrisko <ambrisko@FreeBSD.org> | 2003-02-02 22:49:31 +0000 |
commit | 3df9deadf20433b53f8cd89697e0c34c113d25db (patch) | |
tree | 7f5344b322781284fd556c26a34313b06f53a02d /sys/dev/an/if_anreg.h | |
parent | 9746fdfdd89eb0d13ed4ff4b85c546122151130b (diff) | |
download | FreeBSD-src-3df9deadf20433b53f8cd89697e0c34c113d25db.zip FreeBSD-src-3df9deadf20433b53f8cd89697e0c34c113d25db.tar.gz |
Some small enhancments
- Implement TX power control with hints to code in Linux driver
by Douglas S. J. De Couto <decouto@lcs.mit.edu>
- Update ifmedia support to use ieee80211_rate2media and
ieee80211_media2rate. Note doesn't work with stock ifconfig
since there seems to be an issue with the setmedia code.
"ancontrol -t" works now, before it did nothing.
- Fix spelling error in header.
Diffstat (limited to 'sys/dev/an/if_anreg.h')
-rw-r--r-- | sys/dev/an/if_anreg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/an/if_anreg.h b/sys/dev/an/if_anreg.h index c9bf1fc..20ed9bb 100644 --- a/sys/dev/an/if_anreg.h +++ b/sys/dev/an/if_anreg.h @@ -123,7 +123,7 @@ #define AN_CMD_ENABLE 0x0001 /* enable */ #define AN_CMD_DISABLE 0x0002 /* disable */ #define AN_CMD_FORCE_SYNCLOSS 0x0003 /* force loss of sync */ -#define AN_CMD_FW_RESTART 0x0004 /* firmware resrart */ +#define AN_CMD_FW_RESTART 0x0004 /* firmware restart */ #define AN_CMD_HOST_SLEEP 0x0005 #define AN_CMD_MAGIC_PKT 0x0006 #define AN_CMD_READCFG 0x0008 |