]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - drivers/net/wimax/i2400m/driver.c
wimax/i2400m: Ensure boot mode cmd and ack buffers are alloc'd before first message
authorDirk Brandewie <dirk.j.brandewie@intel.com>
Tue, 18 Aug 2009 15:51:52 +0000 (08:51 -0700)
committerInaky Perez-Gonzalez <inaky@linux.intel.com>
Mon, 19 Oct 2009 06:55:39 +0000 (15:55 +0900)
commita134fd6b103b78378e3beb6af94d8d8c2abdd19d
tree4a747fdeda7afce7d690c869bb6194f9a400f503
parent81b182a7542c4282191fa0b1e8d9fcb022c03e68
wimax/i2400m: Ensure boot mode cmd and ack buffers are alloc'd before first message

The change to the SDIO boot mode RX chain could try to use the cmd and
ack buffers befor they were allocated.  USB does not have the problem
but both were changed for consistency's sake.

Signed-off-by: Dirk Brandewie <dirk.j.brandewie@intel.com>
Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
drivers/net/wimax/i2400m/driver.c
drivers/net/wimax/i2400m/i2400m.h
drivers/net/wimax/i2400m/sdio.c
drivers/net/wimax/i2400m/usb.c