Ivan Safonov ([email protected])

Number of posts: 221 (0.09 per day)
First post: 2015-11-05 09:57:27
Last post: 2022-04-18 14:55:39

Date List Subject
2016-10-07 18:00:30 linux-kernel [PATCH 25/34] staging:r8188eu: remove prhdr local variable from rtw_free_stainfo function
2016-10-07 18:00:08 linux-kernel [PATCH 03/34] staging:r8188eu: remove pm_netdev_open function
2016-10-07 17:59:16 linux-kernel [PATCH 08/34] staging:r8188eu: remove ff_hwaddr member of recv_priv structure
2016-10-07 17:59:10 linux-kernel [PATCH 04/34] staging:r8188eu: remove free_recv_buf_queue_cnt member of recv_priv structure
2016-10-07 17:59:08 linux-kernel [PATCH 27/34] staging:r8188eu: remove pallocated_recv_buf member of the recv_priv structure
2016-10-07 17:59:06 linux-kernel [PATCH 02/34] staging:r8188eu: remove wrappers for rtw_hal_inirp_init function
2016-10-07 17:59:04 linux-kernel [PATCH 01/34] staging:r8188eu: remove rtw_os_recv_resource_alloc function
2016-03-02 08:09:54 linux-kernel [PATCH 04/10] staging: rtl8188eu: remove unnecessary debug output from os_dep/usb_intf.c
2016-03-02 08:09:22 linux-kernel [PATCH 06/10] staging: rtl8188eu: remove chip_type of the adapter structure
2016-03-02 08:09:21 linux-kernel [PATCH 07/10] staging: rtl8188eu: remove FabVersion member of odm_dm_struct struct
2016-03-02 08:08:46 linux-kernel [PATCH 03/10] staging: rtl8188eu: remove unused macros from include/basic_types.h
2016-03-02 08:08:40 linux-kernel [PATCH 08/10] staging: rtl8188eu: remove PWR_FAB_*_MSK macro definitions and fab_msk of wl_pwr_cfg structure
2016-03-02 08:08:36 linux-kernel [PATCH 01/10] staging: rtl8188eu: FIELD_OFFSET macro replaced by offsetof macro
2016-03-02 08:08:30 linux-kernel [PATCH 05/10] staging: rtl8188eu: replace (a == NULL) to (!a) in rtw_drv_init
2016-03-02 08:08:25 linux-kernel [PATCH 02/10] staging: rtl8188eu: remove unused include/ieee80211_ext.h
2016-03-02 08:08:22 linux-kernel [PATCH 10/10] staging: rtl8188eu: remove PWR_BASEADDR_* macro definitions and "base" member of wl_pwr_cfg structure
2016-03-02 08:08:19 linux-kernel [PATCH 09/10] staging: rtl8188eu: remove PWR_INTF_*_MSK macro definitions and interface_mask of wl_pwr_cfg structure
2015-12-29 04:09:09 linux-kernel Re: [PATCH] /drivers/net/wireless/ath/ath9k remove unnecessary ?: operator
2015-12-29 04:09:07 linux-wireless Re: [PATCH] /drivers/net/wireless/ath/ath9k remove unnecessary ?: operator
2015-12-28 18:36:08 linux-kernel Re: [PATCH] /drivers/net/wireless/ath/ath9k remove unnecessary ?: operator
2015-12-28 18:36:06 linux-wireless Re: [PATCH] /drivers/net/wireless/ath/ath9k remove unnecessary ?: operator
2015-12-28 13:47:00 linux-kernel [PATCH] /drivers/net/wireless/ath/ath9k remove unnecessary ?: operator
2015-12-28 13:46:56 linux-wireless [PATCH] /drivers/net/wireless/ath/ath9k remove unnecessary ?: operator
2015-12-27 16:58:05 linux-kernel [PATCH 2/2] staging: wilc1000: wilc_parse_network_info refactoring
2015-12-27 16:58:03 linux-wireless [PATCH 2/2] staging: wilc1000: wilc_parse_network_info refactoring
2015-12-27 16:56:59 linux-kernel [PATCH 1/2] staging: wilc1000: min_t macro instead of ternary condition operator used
2015-12-27 16:56:57 linux-wireless [PATCH 1/2] staging: wilc1000: min_t macro instead of ternary condition operator used
2015-12-27 14:17:49 linux-kernel [PATCH] drivers: block: drbd: remove unused macros
2015-11-11 10:16:08 linux-kernel Re: [PATCH v2 05/12] staging: rtl8188eu: kzalloc replaced by kmalloc
2015-11-10 09:22:44 linux-kernel Re: [PATCH 02/12] staging: rtl8188eu: return value and argument types changed in _rtl88e_write_fw function
2015-11-10 09:11:44 linux-kernel Re: [PATCH v2 01/12] staging: rtl8188eu: if/else replaced by min_t
2015-11-08 11:24:45 linux-kernel Re: [PATCH 02/12] staging: rtl8188eu: return value and argument types changed in _rtl88e_write_fw function
2015-11-08 07:13:07 linux-kernel [PATCH v2 12/12] staging: rtl8188eu: remove unused RTW_STATUS_CODE function
2015-11-08 07:12:47 linux-kernel [PATCH v2 11/12] staging: rtl8188eu: reg_bssid variable removed in hw_var_set_bssid
2015-11-08 07:12:21 linux-kernel [PATCH v2 10/12] staging: rtl8188eu: reg_macid variable removed in hw_var_set_macaddr
2015-11-08 07:11:46 linux-kernel [PATCH v2 09/12] staging: rtl8188eu: remove redundant spases
2015-11-08 07:11:25 linux-kernel [PATCH v2 08/12] staging: rtl8188eu: if (a) ; else {...} replaced by if (!a) {...}
2015-11-08 07:10:48 linux-kernel [PATCH v2 07/12] staging: rtl8188eu: sets the error code in wpa_set_encryption
2015-11-08 07:10:27 linux-kernel [PATCH v2 06/12] staging: rtl8188eu: use memset instead of for loop
2015-11-08 07:09:30 linux-kernel [PATCH v2 05/12] staging: rtl8188eu: kzalloc replaced by kmalloc
2015-11-08 07:09:04 linux-kernel [PATCH v2 04/12] staging: rtl8188eu: remove unused hal_data_8188e members
2015-11-08 07:07:14 linux-kernel [PATCH v2 03/12] staging: rtl8188eu: change error code from -1 to -EFBIG
2015-11-08 07:06:43 linux-kernel [PATCH v2 02/12] staging: rtl8188eu: return value and argument types changed in _rtl88e_write_fw function
2015-11-08 07:05:33 linux-kernel [PATCH v2 01/12] staging: rtl8188eu: if/else replaced by min_t
2015-11-08 07:02:41 linux-kernel Re: [PATCH 12/12] staging: rtl8188eu: remove unused RTW_STATUS_CODE function
2015-11-08 07:01:38 linux-kernel [PATCH 05/12] staging: rtl8188eu: kzalloc replaced by kmalloc
2015-11-08 07:00:27 linux-kernel [PATCH 03/13] staging: rtl8188eu: change error code from -1 to -EFBIG
2015-11-08 06:59:41 linux-kernel [PATCH 07/12] staging: rtl8188eu: sets the error code in wpa_set_encryption
2015-11-08 06:59:34 linux-kernel [PATCH 09/12] staging: rtl8188eu: remove redundant spases
2015-11-08 06:59:24 linux-kernel [PATCH 04/13] staging: rtl8188eu: remove unused hal_data_8188e members
2015-11-08 06:59:17 linux-kernel [PATCH 11/12] staging: rtl8188eu: reg_bssid variable removed in hw_var_set_bssid