| Change |
Effect |
1 | Field bitrate_capa has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field max_pms has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field min_pms has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
4 | Field modul_capa has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
5 | Field pms_flags has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
6 | Size of this type has been changed from 568 bytes to 588 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
iw_channel_to_freq ( int channel, double* pfreq, struct iw_range const* range )3rd parameter 'range' (pointer) has base type 'struct iw_range'.
iw_freq_to_channel ( double freq, struct iw_range const* range )2nd parameter 'range' (pointer) has base type 'struct iw_range'.
iw_get_range_info ( int skfd, char const* ifname, iwrange* range )3rd parameter 'range' (pointer) has base type 'struct iw_range'.
iw_get_stats ( int skfd, char const* ifname, iwstats* stats, iwrange const* range, int has_range )4th parameter 'range' (pointer) has base type 'struct iw_range'.
iw_print_stats ( char* buffer, int buflen, iwqual const* qual, iwrange const* range, int has_range )4th parameter 'range' (pointer) has base type 'struct iw_range'.