wimax/i2400m: correctly identify all iwmc3200-based SKUs
authorInaky Perez-Gonzalez <inaky@linux.intel.com>
Sat, 24 Oct 2009 00:45:07 +0000 (17:45 -0700)
committerInaky Perez-Gonzalez <inaky@linux.intel.com>
Tue, 3 Nov 2009 20:49:38 +0000 (12:49 -0800)
commit02eb41ef2a8631022fd90e096c57562dec9e7a9a
tree65280a03f80a15214f715510739bf9a983ecea5b
parent296bd4bdd0a43c5e56ee310bcb9b4722e5d52db8
wimax/i2400m: correctly identify all iwmc3200-based SKUs

Different paths of the i2400m SDIO driver need to take care of a few
SKU-specific quirks. For the ones that are common to to all the
iwmc3200 based devices, introduce i2400ms->iwmc3200 [set in
i2400ms_probe()], so it doesn't have to check against the list of
iwmc3200 SKU IDs on each quirk site.

Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
drivers/net/wimax/i2400m/i2400m-sdio.h
drivers/net/wimax/i2400m/sdio.c