1. NAME

wimax_dev_init - initialize a newly allocated instance

2. SYNOPSIS

void wimax_dev_init(struct wimax_dev *  wimax_dev );

3. ARGUMENTS

wimax_dev
    WiMAX device descriptor to initialize.

4. DESCRIPTION

Initializes fields of a freshly allocated wimax_dev instance. This function assumes that after allocation, the memory occupied by wimax_dev was zeroed.

5. COPYRIGHT