Re: [PATCH 59/62] mac80211: convert to idr_alloc()

2013-02-04 Thread Tejun Heo
On Mon, Feb 04, 2013 at 06:40:24PM +0100, Johannes Berg wrote: > On Sat, 2013-02-02 at 17:21 -0800, Tejun Heo wrote: > > Convert to the much saner new idr interface. > > > > Only compile tested. > > > > Signed-off-by: Tejun Heo > > Cc: Johannes Berg > > Cc: linux-wirel...@vger.kernel.org > > --

Re: [PATCH 59/62] mac80211: convert to idr_alloc()

2013-02-04 Thread Johannes Berg
On Sat, 2013-02-02 at 17:21 -0800, Tejun Heo wrote: > Convert to the much saner new idr interface. > > Only compile tested. > > Signed-off-by: Tejun Heo > Cc: Johannes Berg > Cc: linux-wirel...@vger.kernel.org > --- > This patch depends on an earlier idr changes and I think it would be > best t

[PATCH 59/62] mac80211: convert to idr_alloc()

2013-02-02 Thread Tejun Heo
Convert to the much saner new idr interface. Only compile tested. Signed-off-by: Tejun Heo Cc: Johannes Berg Cc: linux-wirel...@vger.kernel.org --- This patch depends on an earlier idr changes and I think it would be best to route these together through -mm. Please holler if there's any object