staging: r8188eu: replace sizeof(struct rtw_ieee80211_ht_cap) with sizeof(struct...
authorIvan Safonov <insafonov@gmail.com>
Wed, 24 Aug 2016 08:21:18 +0000 (15:21 +0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Sep 2016 16:01:40 +0000 (18:01 +0200)
commit81a2b8e4bb629054d414cec297068f23813b8e50
tree3e3be2d65223b1c7268915358f8bb928804f84ef
parentda9090adb7052c3f544beda80a56b4eb46175adf
staging: r8188eu: replace sizeof(struct rtw_ieee80211_ht_cap) with sizeof(struct ieee80211_ht_cap)

Values of this expressions are equal, but ieee80211_ht_cap is library type.

Signed-off-by: Ivan Safonov <insafonov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_mlme.c
drivers/staging/rtl8188eu/core/rtw_mlme_ext.c
drivers/staging/rtl8188eu/os_dep/ioctl_linux.c