Return-path: Received: from s3.sipsolutions.net ([5.9.151.49]:54055 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753560AbaFZG3r (ORCPT ); Thu, 26 Jun 2014 02:29:47 -0400 Message-ID: <1403764178.4131.5.camel@jlt4.sipsolutions.net> (sfid-20140626_082950_409119_44D91499) Subject: Re: [PATCH 00/17] staging: vt6656: conversion to mac80211 From: Johannes Berg To: Malcolm Priestley Cc: gregkh@linuxfoundation.org, linux-wireless@vger.kernel.org Date: Thu, 26 Jun 2014 08:29:38 +0200 In-Reply-To: <1403727278-6666-1-git-send-email-tvboxspy@gmail.com> (sfid-20140625_221514_650539_0969296A) References: <1403727278-6666-1-git-send-email-tvboxspy@gmail.com> (sfid-20140625_221514_650539_0969296A) Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Wed, 2014-06-25 at 21:14 +0100, Malcolm Priestley wrote: > The patches in this series convert the driver to mac80211. Impressive! I didn't think it was actually *possible* to convert a driver, I used to think a rewrite with selective copy/pasting would be the right approach :-) johannes