Re: [PATCH] [resend] net: get rid of SET_ETHTOOL_OPS

2014-05-11 Thread Wilfried Klaebe
Am Sun, May 11, 2014 at 01:13:47PM +0530 schrieb Anish Khurana: SET_ETHTOOL_OPS is equivalent to : #define SET_ETHTOOL_OPS(netdev,ops) \ ( (netdev)-ethtool_ops = (ops) ) how it makes difference removing this code and replacing with the code mentioned ? It doesn't change anything in

Re: [PATCH] staging: rtl8188eu: remove spaces, correct counts to unbreak P2P ioctls

2014-03-25 Thread Wilfried Klaebe
Am Tue, Mar 25, 2014 at 11:51:45AM -0700 schrieb Greg KH: On Tue, Mar 25, 2014 at 06:36:18PM +, Wilfried Klaebe wrote: Am Tue, Mar 25, 2014 at 11:17:49AM -0700 schrieb Greg KH: On Tue, Mar 25, 2014 at 05:59:39PM +, Wilfried Klaebe wrote: staging: rtl8188eu: remove spaces, correct