Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314086
b: refs/heads/master
c: 4b4887e
h: refs/heads/master
v: v3
  • Loading branch information
Luciano Coelho committed Jun 5, 2012
1 parent 2604117 commit 9d17dd1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 549562946fab225439bd6878982031ad6ce2aab9
refs/heads/master: 4b4887e9710158dca6efd3646ba87f1da03ebe8b
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ti/wl12xx/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ static void wl127x_prepare_read(struct wl1271 *wl, u32 rx_desc, u32 len)
{
if (wl->chip.id != CHIP_ID_1283_PG20) {
struct wl1271_acx_mem_map *wl_mem_map = wl->target_mem_map;
struct wl1271_rx_mem_pool_addr rx_mem_addr;
struct wl127x_rx_mem_pool_addr rx_mem_addr;

/*
* Choose the block we want to read
Expand Down
5 changes: 5 additions & 0 deletions trunk/drivers/net/wireless/ti/wl12xx/wl12xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@

#include "conf.h"

struct wl127x_rx_mem_pool_addr {
u32 addr;
u32 addr_extra;
};

struct wl12xx_priv {
struct wl12xx_priv_conf conf;

Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/net/wireless/ti/wlcore/wlcore.h
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,6 @@ struct wl1271 {
/* FW Rx counter */
u32 rx_counter;

/* Rx memory pool address */
struct wl1271_rx_mem_pool_addr rx_mem_pool_addr;

/* Intermediate buffer, used for packet aggregation */
u8 *aggr_buf;

Expand Down
5 changes: 0 additions & 5 deletions trunk/drivers/net/wireless/ti/wlcore/wlcore_i.h
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,6 @@ struct wl_fw_status {
u8 priv[0];
} __packed;

struct wl1271_rx_mem_pool_addr {
u32 addr;
u32 addr_extra;
};

#define WL1271_MAX_CHANNELS 64
struct wl1271_scan {
struct cfg80211_scan_request *req;
Expand Down

0 comments on commit 9d17dd1

Please sign in to comment.