mirror of
https://github.com/ipxe/ipxe
synced 2025-12-24 15:23:42 +03:00
committed by
Michael Brown
parent
c28053027b
commit
aaf7a35207
@@ -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 )
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user