diff options
| author | Scott K Logan | 2011-10-14 16:19:32 +0200 |
|---|---|---|
| committer | Michael Brown | 2011-10-14 16:34:52 +0200 |
| commit | aaf7a35207f4fa88c6d3e1b1e26d1950c19a8169 (patch) | |
| tree | b8c89994382a73a958f125f2618b723a8887a849 /src/include | |
| parent | [list] Add list functions required by ath9k driver (diff) | |
| download | ipxe-aaf7a35207f4fa88c6d3e1b1e26d1950c19a8169.tar.gz ipxe-aaf7a35207f4fa88c6d3e1b1e26d1950c19a8169.tar.xz ipxe-aaf7a35207f4fa88c6d3e1b1e26d1950c19a8169.zip | |
[ath9k] Add ath9k driver
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/ipxe/errfile.h | 2 | ||||
| -rw-r--r-- | src/include/ipxe/net80211.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/include/ipxe/errfile.h b/src/include/ipxe/errfile.h index 3073383ba..414d7f17e 100644 --- a/src/include/ipxe/errfile.h +++ b/src/include/ipxe/errfile.h @@ -137,6 +137,8 @@ FILE_LICENCE ( GPL2_OR_LATER ); #define ERRFILE_virtio_net ( ERRFILE_DRIVER | 0x005c0000 ) #define ERRFILE_tap ( ERRFILE_DRIVER | 0x005d0000 ) #define ERRFILE_igbvf_main ( ERRFILE_DRIVER | 0x005e0000 ) +#define ERRFILE_ath9k ( ERRFILE_DRIVER | 0x005f0000 ) +#define ERRFILE_ath ( ERRFILE_DRIVER | 0x00600000 ) #define ERRFILE_scsi ( ERRFILE_DRIVER | 0x00700000 ) #define ERRFILE_arbel ( ERRFILE_DRIVER | 0x00710000 ) diff --git a/src/include/ipxe/net80211.h b/src/include/ipxe/net80211.h index 3c30f06c4..771872c82 100644 --- a/src/include/ipxe/net80211.h +++ b/src/include/ipxe/net80211.h @@ -272,7 +272,7 @@ enum net80211_crypto_alg { #define NET80211_MAX_RATES 16 /** The maximum number of channels we allow to be configured simultaneously */ -#define NET80211_MAX_CHANNELS 32 +#define NET80211_MAX_CHANNELS 40 /** Seconds we'll wait to get all fragments of a packet */ #define NET80211_FRAG_TIMEOUT 2 |
