From: Inaky Perez-Gonzalez Date: Thu, 17 Sep 2009 01:33:26 +0000 (-0700) Subject: wimax/i2400m: do bootmode buffer management in i2400m_setup/release() X-Git-Tag: v2.6.33-rc1~388^2~487^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2869da8587604e3fea5f85aeade486a08e8313bf;p=pandora-kernel.git wimax/i2400m: do bootmode buffer management in i2400m_setup/release() After the introduction of i2400m->bus_setup/release, there is no more race condition where the bootmode buffers are needed before i2400m_setup() is called. Before, the SDIO driver would setup RX before calling i2400m_setup() and thus need those buffers; now RX setup is done in i2400m->bus_setup(), which is called by i2400m_setup(). Thus, all the bootmode buffer management can now be done completely inside i2400m_setup()/i2400m_release(), removing complexity from the bus-specific drivers. Signed-off-by: Inaky Perez-Gonzalez --- Reading git-diff-tree failed