projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
upgrade uci 0.1.2, which accepts more characters in the section type validation
[openwrt.git]
/
package
/
b43
/
src
/
pio.h
diff --git
a/package/b43/src/pio.h
b/package/b43/src/pio.h
index
46d6d2e
..
3488f24
100644
(file)
--- a/
package/b43/src/pio.h
+++ b/
package/b43/src/pio.h
@@
-4,6
+4,7
@@
#include "b43.h"
#include <linux/interrupt.h>
#include "b43.h"
#include <linux/interrupt.h>
+#include <linux/io.h>
#include <linux/list.h>
#include <linux/skbuff.h>
#include <linux/list.h>
#include <linux/skbuff.h>
@@
-39,10
+40,9
@@
struct b43_pio_txpacket {
struct sk_buff *skb;
struct ieee80211_tx_status txstat;
struct list_head list;
struct sk_buff *skb;
struct ieee80211_tx_status txstat;
struct list_head list;
+ u16 index; /* Index in the tx_packets_cache */
};
};
-#define pio_txpacket_getindex(packet) ((int)((packet) - (packet)->queue->tx_packets_cache))
-
struct b43_pioqueue {
struct b43_wldev *dev;
u16 mmio_base;
struct b43_pioqueue {
struct b43_wldev *dev;
u16 mmio_base;
This page took
0.029593 seconds
and
4
git commands to generate.