Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ieee80211/include/ieee80211.h

    rcde999a r8a64320e  
    103103         * @param ieee80211_dev Pointer to IEEE 802.11 device structure.
    104104         *
    105          * @return EOK if succeed, error code otherwise.
     105         * @return EOK if succeed, negative error code otherwise.
    106106         *
    107107         */
     
    115115         * @param ieee80211_dev Pointer to IEEE 802.11 device structure.
    116116         *
    117          * @return EOK if succeed, error code otherwise.
     117         * @return EOK if succeed, negative error code otherwise.
    118118         *
    119119         */
     
    129129         * @param buffer_size   Size of buffer.
    130130         *
    131          * @return EOK if succeed, error code otherwise.
     131         * @return EOK if succeed, negative error code otherwise.
    132132         *
    133133         */
     
    139139         * @param freq          New device operating frequency.
    140140         *
    141          * @return EOK if succeed, error code otherwise.
     141         * @return EOK if succeed, negative error code otherwise.
    142142         *
    143143         */
     
    149149         * @param connected     True if connected to new BSSID, otherwise false.
    150150         *
    151          * @return EOK if succeed, error code otherwise.
     151         * @return EOK if succeed, negative error code otherwise.
    152152         *
    153153         */
     
    161161         *                      false to remove it.
    162162         *
    163          * @return EOK if succeed, error code otherwise.
     163         * @return EOK if succeed, negative error code otherwise.
    164164         *
    165165         */
Note: See TracChangeset for help on using the changeset viewer.