On Mon, Jan 23, 2012 at 8:28 PM, Luis R. Rodriguez <mcgrof@xxxxxxxxxxxxx> wrote: > On Mon, Jan 23, 2012 at 10:09 AM, Eliad Peller <eliad@xxxxxxxxxx> wrote: >> On Mon, Jan 23, 2012 at 7:23 PM, Luis R. Rodriguez <mcgrof@xxxxxxxxxxxxx> wrote: >>> On Mon, Jan 23, 2012 at 9:02 AM, Eliad Peller <eliad@xxxxxxxxxx> wrote: >>>> wl12xx is a possible choice for both group drivers and >>>> singular modules (making it impossible to build only >>>> the wl12xx module). change the group name to "ti" instead. >>>> >>>> Signed-off-by: Eliad Peller <eliad@xxxxxxxxxx> >>>> --- >>> >>> Is this a stable fix for linux-3.3.y branch of compat-wireless or only >>> for the master branch ? >>> >> this is a stable fix (not very important one, though. only avoids some >> redundant compilations). > > I just see this doing name changes for driver-select, how is this > fixing anything? > because the "switch" has 2 "cases" with the same value. currently, "driver-select wl12xx" selects both wl12xx and wl1251 (because the first wl12xx "case" is chosen) you can't select only wl12xx. after this fix: driver-select ti - selects wl12xx and wl1251 driver-select wl12xx - selects only wl12xx Eliad. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html