Changeset 163 for trunk/mac80211inject.h
- Timestamp:
- 08/16/08 15:03:23 (5 months ago)
- Files:
-
- 1 moved
-
trunk/mac80211inject.h (moved) (moved from trunk/d80211inject.h) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/mac80211inject.h
r160 r163 19 19 */ 20 20 21 #ifndef __ D80211INJECT_H__22 #define __ D80211INJECT_H__21 #ifndef __MAC80211INJECT_H__ 22 #define __MAC80211INJECT_H__ 23 23 24 24 #ifdef HAVE_CONFIG_H … … 56 56 #include "wtinject.h" 57 57 58 int tx80211_ d80211_init(struct tx80211 *in_tx);59 int tx80211_ d80211_send(struct tx80211 *in_tx, struct tx80211_packet *in_pkt);58 int tx80211_mac80211_init(struct tx80211 *in_tx); 59 int tx80211_mac80211_send(struct tx80211 *in_tx, struct tx80211_packet *in_pkt); 60 60 61 int tx80211_ d80211_capabilities();61 int tx80211_mac80211_capabilities(); 62 62 63 63 #endif /* linux */
