History log of /drivers/net/wireless/wl1251/io.h
Revision Date Author Comments
ac9e2d9afa90ecb7ee1b419cce6969f31a138f77 21-Dec-2011 Luciano Coelho <coelho@ti.com> wl1251: convert 32-bit values to le32 before writing to the chip

The 32-bit values were not converted before writing them to the chip.
Change the wl1251_read32() and wl1251_write32() so that they always
read and write le32 values and convert to and from the CPU endianess.

Signed-off-by: Luciano Coelho <coelho@ti.com>
9bc6772e15d25f58c1be638031280e04514287d4 10-Oct-2010 Kalle Valo <kvalo@adurom.com> wl1251: move to it's own directory

wl1271 driver is under heavy development but on the other hand the older
wl1251 driver is currently considered more as a legacy driver. To make it
easier to develop wl1271 features move wl1251 to it's own directory,
drivers/net/wireless/wl1251.

There are no functional changes, only moving of files. One regression
is that Kconfig won't be updated automatically and user needs to enable
wl1251 manually with an older config file.

Signed-off-by: Kalle Valo <kvalo@adurom.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>