Searched refs:DHF_ALLOC_SIZE (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dwl_main.c917 #define DHF_ALLOC_SIZE 96000 //just below 96K, let's hope it suffices for now and for the future macro
918 cp = (char*)vmalloc( DHF_ALLOC_SIZE );
922 rc = read( file_desc, cp, DHF_ALLOC_SIZE );
923 if ( rc == DHF_ALLOC_SIZE ) {
924 DBG_ERROR( DbgInfo, "buffer too small, %d\n", DHF_ALLOC_SIZE );

Completed in 30 milliseconds