mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-31 19:17:12 +00:00
32 lines
798 B
Diff
32 lines
798 B
Diff
|
From 2758f09b22bc08e89e0391486b2d707ad2479599 Mon Sep 17 00:00:00 2001
|
||
|
From: Stanislaw Gruszka <sgruszka@redhat.com>
|
||
|
Date: Sat, 9 Feb 2019 12:08:37 +0100
|
||
|
Subject: [PATCH 27/28] rt2x00: remove not used entry field
|
||
|
|
||
|
Remove not used any longer queue_entry field and flag.
|
||
|
|
||
|
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
|
||
|
---
|
||
|
drivers/net/wireless/ralink/rt2x00/rt2x00queue.h | 3 ---
|
||
|
1 file changed, 3 deletions(-)
|
||
|
|
||
|
--- a/drivers/net/wireless/ralink/rt2x00/rt2x00queue.h
|
||
|
+++ b/drivers/net/wireless/ralink/rt2x00/rt2x00queue.h
|
||
|
@@ -361,7 +361,6 @@ enum queue_entry_flags {
|
||
|
ENTRY_DATA_PENDING,
|
||
|
ENTRY_DATA_IO_FAILED,
|
||
|
ENTRY_DATA_STATUS_PENDING,
|
||
|
- ENTRY_DATA_STATUS_SET,
|
||
|
};
|
||
|
|
||
|
/**
|
||
|
@@ -387,8 +386,6 @@ struct queue_entry {
|
||
|
|
||
|
unsigned int entry_idx;
|
||
|
|
||
|
- u32 status;
|
||
|
-
|
||
|
void *priv_data;
|
||
|
};
|
||
|
|