Changeset 97

Show
Ignore:
Timestamp:
11/17/06 16:15:48 (2 years ago)
Author:
dragorn
Message:

Set channel mode_fixed for some drivers

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/iwcontrol.c

    r90 r97  
    562562 
    563563        strncpy(wrq.ifr_name, in_dev, IFNAMSIZ); 
     564        wrq.u.freq.flags = IW_FREQ_FIXED; 
    564565        iwfloat2freq(in_ch, &wrq.u.freq); 
    565566