wl1251: add wl1251 prefix to all 1251 files

Now that all 1271 files are split, we can add wl1251_ prefix to the files.

Signed-off-by: Kalle Valo <kalle.valo@nokia.com>
Reviewed-by: Vidhya Govindan <vidhya.govindan@nokia.com>
Reviewed-by: Luciano Coelho <luciano.coelho@nokia.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Kalle Valo
2009-06-12 14:17:19 +03:00
committed by John W. Linville
parent c731837855
commit ef2f8d4577
25 changed files with 758 additions and 48 deletions

View File

@ -27,9 +27,9 @@
#include "wl12xx.h"
#include "reg.h"
#include "spi.h"
#include "wl1251_spi.h"
#include "wl1251_tx.h"
#include "ps.h"
#include "wl1251_ps.h"
static bool wl1251_tx_double_buffer_busy(struct wl12xx *wl, u32 data_out_count)
{