Re: [PATCH v2] Staging: rtl8188eu: {core, hal, include}: Removed inline function

2014-12-02 Thread Greg KH
On Sat, Nov 29, 2014 at 11:48:07AM +0100, Abel Moyo wrote: Removed inline function get_my_bssid and open coded all its references Signed-off-by: Abel Moyo abelmoyo...@gmail.com --- Changes in v2: - Remove inline function entirely and open code the implementation instead of

Re: [PATCH v2] Staging: rtl8188eu: {core, hal, include}: Removed inline function

2014-12-02 Thread Abel Moyo
On Tue, Dec 02, 2014 at 04:30:51PM -0800, Greg KH wrote: On Sat, Nov 29, 2014 at 11:48:07AM +0100, Abel Moyo wrote: Removed inline function get_my_bssid and open coded all its references Signed-off-by: Abel Moyo abelmoyo...@gmail.com --- Changes in v2: - Remove inline function

[PATCH v2] Staging: rtl8188eu: {core, hal, include}: Removed inline function

2014-11-29 Thread Abel Moyo
Removed inline function get_my_bssid and open coded all its references Signed-off-by: Abel Moyo abelmoyo...@gmail.com --- Changes in v2: - Remove inline function entirely and open code the implementation instead of replacing __inline with inline