diff options
author | John W. Linville <linville@tuxdriver.com> | 2012-07-10 22:27:28 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-07-11 21:40:22 +0200 |
commit | 5da7b2e05ec17d8a90ea1f463d3b7d46975ceef2 (patch) | |
tree | 07b65448a598def4b34ca59256835b875d932479 /drivers/net/wimax/i2400m/fw.c | |
parent | bcma: add PMU clock support for BCM4706 (diff) | |
download | linux-5da7b2e05ec17d8a90ea1f463d3b7d46975ceef2.tar.xz linux-5da7b2e05ec17d8a90ea1f463d3b7d46975ceef2.zip |
i2400m: remove SDIO device support
SDIO support in this driver was intended to support the iwmc3200
device. This hardware never became available to normal humans.
Leaving this driver imposes unwelcome maintenance costs for no clear
benefit.
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Acked-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
Diffstat (limited to 'drivers/net/wimax/i2400m/fw.c')
-rw-r--r-- | drivers/net/wimax/i2400m/fw.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/wimax/i2400m/fw.c b/drivers/net/wimax/i2400m/fw.c index 7cbd7d231e11..7632f8cf09df 100644 --- a/drivers/net/wimax/i2400m/fw.c +++ b/drivers/net/wimax/i2400m/fw.c @@ -51,8 +51,7 @@ * firmware. Normal hardware takes only signed firmware. * * On boot mode, in USB, we write to the device using the bulk out - * endpoint and read from it in the notification endpoint. In SDIO we - * talk to it via the write address and read from the read address. + * endpoint and read from it in the notification endpoint. * * Upon entrance to boot mode, the device sends (preceded with a few * zero length packets (ZLPs) on the notification endpoint in USB) a |