On Fri, Jan 21, 2011 at 01:36:44PM +0100, Arend van Spriel wrote:
> @@ -246,7 +243,14 @@ wl_ops_add_interface(struct ieee80211_hw *hw, struct
> ieee80211_vif *vif)
> static void
> wl_ops_remove_interface(struct ieee80211_hw *hw, struct ieee80211_vif *vif)
> {
> - return;
> + struct wl_info *wl;
> +
> + wl = HW_TO_WL(hw);
> +
You added trailing whitespace :(
You should fix your editor to flag this with a big red line or something
to make sure you don't do it again. I've fixed it up for now, but
please be more careful in the future.
thanks,
greg k-h
_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel