Home
last modified time | relevance | path

Searched refs:driverIdentity (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/staging/wlags49_h2/
Dwl_priv.c1631 if( urq->len < sizeof( lp->driverIdentity )) { in cfg_driver_identity()
1632 urq->len = sizeof( lp->driverIdentity ); in cfg_driver_identity()
1639 result = verify_area( VERIFY_WRITE, urq->data, sizeof( lp->driverIdentity )); in cfg_driver_identity()
1648 copy_to_user( urq->data, &( lp->driverIdentity ), sizeof( lp->driverIdentity )); in cfg_driver_identity()
Dwl_main.c824 lp->driverIdentity.len = ( sizeof( lp->driverIdentity ) / sizeof( hcf_16 )) - 1; in wl_insert()
825 lp->driverIdentity.typ = CFG_DRV_IDENTITY; in wl_insert()
826 lp->driverIdentity.comp_id = DRV_IDENTITY; in wl_insert()
827 lp->driverIdentity.variant = DRV_VARIANT; in wl_insert()
828 lp->driverIdentity.version_major = DRV_MAJOR_VERSION; in wl_insert()
829 lp->driverIdentity.version_minor = DRV_MINOR_VERSION; in wl_insert()
3633 len += printf_strct( "driverIdentity", &buf[len], (hcf_16*)&lp->driverIdentity );
Dwl_internal.h888 CFG_IDENTITY_STRCT driverIdentity; member