Re: [PATCH V5] staging:rtl8188eu:core Rename CamelCase variables

2017-09-01 Thread Greg KH
On Fri, Sep 01, 2017 at 12:40:59PM +0530, Janani Sankara Babu wrote: > This patch is created to solve the CamelCase issue. The members 'IEs' > and 'IELength' of struct wlan_bssid_ex are being modified to 'ie' and > 'ie_length' to solve the issue. And the places where these variables > are

[PATCH V5] staging:rtl8188eu:core Rename CamelCase variables

2017-09-01 Thread Janani Sankara Babu
This patch is created to solve the CamelCase issue. The members 'IEs' and 'IELength' of struct wlan_bssid_ex are being modified to 'ie' and 'ie_length' to solve the issue. And the places where these variables are referenced inside rtl8188eu driver are also changed. Signed-off-by: Janani Sankara