wimax/i2400m: i2400m's work queue should be initialized before RX support
authorInaky Perez-Gonzalez <inaky@linux.intel.com>
Fri, 8 May 2009 20:02:41 +0000 (13:02 -0700)
committerInaky Perez-Gonzalez <inaky@linux.intel.com>
Thu, 11 Jun 2009 10:30:18 +0000 (03:30 -0700)
commite9a6b45be580d648ed2f21646214733504bd4d6f
treee8dccd2ef276a4725ee9f1bfaad8b3ce5d0f6cf1
parentfff1068559a2ae00a036b80c5df3c564fc6c6305
wimax/i2400m: i2400m's work queue should be initialized before RX support

RX support is the only user of the work-queue, to process
reports/notifications from the device. Thus, it needs the work queue
to be initialized first.

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