wl1251.h (1d207cd30b65fdd60d952cb9e100b6f776564f06) | wl1251.h (e4c2e09e1534835c749de362b9b38e2d8b286236) |
---|---|
1/* 2 * This file is part of wl1251 3 * 4 * Copyright (c) 1998-2007 Texas Instruments Incorporated 5 * Copyright (C) 2008-2009 Nokia Corporation 6 * 7 * This program is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU General Public License --- 266 unchanged lines hidden (view full) --- 275 276 void *if_priv; 277 const struct wl1251_if_operations *if_ops; 278 279 int power_gpio; 280 int irq; 281 bool use_eeprom; 282 | 1/* 2 * This file is part of wl1251 3 * 4 * Copyright (c) 1998-2007 Texas Instruments Incorporated 5 * Copyright (C) 2008-2009 Nokia Corporation 6 * 7 * This program is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU General Public License --- 266 unchanged lines hidden (view full) --- 275 276 void *if_priv; 277 const struct wl1251_if_operations *if_ops; 278 279 int power_gpio; 280 int irq; 281 bool use_eeprom; 282 |
283 struct regulator *vio; 284 |
|
283 spinlock_t wl_lock; 284 285 enum wl1251_state state; 286 struct mutex mutex; 287 288 int physical_mem_addr; 289 int physical_reg_addr; 290 int virtual_mem_addr; --- 161 unchanged lines hidden --- | 285 spinlock_t wl_lock; 286 287 enum wl1251_state state; 288 struct mutex mutex; 289 290 int physical_mem_addr; 291 int physical_reg_addr; 292 int virtual_mem_addr; --- 161 unchanged lines hidden --- |