Index: uspace/lib/ieee80211/include/ieee80211.h
===================================================================
--- uspace/lib/ieee80211/include/ieee80211.h	(revision 8d2dd7f2d52fbc7693f94b66e451eeff3756d061)
+++ uspace/lib/ieee80211/include/ieee80211.h	(revision 13dc048ab1b8dfe020d96582cf64de71305f3834)
@@ -103,5 +103,5 @@
 	 * @param ieee80211_dev Pointer to IEEE 802.11 device structure.
 	 *
-	 * @return EOK if succeed, negative error code otherwise.
+	 * @return EOK if succeed, error code otherwise.
 	 *
 	 */
@@ -115,5 +115,5 @@
 	 * @param ieee80211_dev Pointer to IEEE 802.11 device structure.
 	 *
-	 * @return EOK if succeed, negative error code otherwise.
+	 * @return EOK if succeed, error code otherwise.
 	 *
 	 */
@@ -129,5 +129,5 @@
 	 * @param buffer_size   Size of buffer.
 	 *
-	 * @return EOK if succeed, negative error code otherwise.
+	 * @return EOK if succeed, error code otherwise.
 	 *
 	 */
@@ -139,5 +139,5 @@
 	 * @param freq          New device operating frequency.
 	 *
-	 * @return EOK if succeed, negative error code otherwise.
+	 * @return EOK if succeed, error code otherwise.
 	 *
 	 */
@@ -149,5 +149,5 @@
 	 * @param connected     True if connected to new BSSID, otherwise false.
 	 *
-	 * @return EOK if succeed, negative error code otherwise.
+	 * @return EOK if succeed, error code otherwise.
 	 *
 	 */
@@ -161,5 +161,5 @@
 	 *                      false to remove it.
 	 *
-	 * @return EOK if succeed, negative error code otherwise.
+	 * @return EOK if succeed, error code otherwise.
 	 *
 	 */
