[ath9k] Add ath9k driver

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Scott K Logan
2011-10-14 15:19:32 +01:00
committed by Michael Brown
parent c28053027b
commit aaf7a35207
75 changed files with 43182 additions and 2 deletions

View File

@@ -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 )

View File

@@ -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