Changeset 163 for trunk/mac80211inject.h

Show
Ignore:
Timestamp:
08/16/08 15:03:23 (5 months ago)
Author:
dragorn
Message:

Expanded d80211 into mac80211 and added multiple other cards (from diff sent on irc

by someone who I can't find in the logs, and the original diff was broken so the
actions were recreated)

Files:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/mac80211inject.h

    r160 r163  
    1919*/ 
    2020 
    21 #ifndef __D80211INJECT_H__ 
    22 #define __D80211INJECT_H__ 
     21#ifndef __MAC80211INJECT_H__ 
     22#define __MAC80211INJECT_H__ 
    2323 
    2424#ifdef HAVE_CONFIG_H 
     
    5656#include "wtinject.h" 
    5757 
    58 int tx80211_d80211_init(struct tx80211 *in_tx); 
    59 int tx80211_d80211_send(struct tx80211 *in_tx, struct tx80211_packet *in_pkt); 
     58int tx80211_mac80211_init(struct tx80211 *in_tx); 
     59int tx80211_mac80211_send(struct tx80211 *in_tx, struct tx80211_packet *in_pkt); 
    6060 
    61 int tx80211_d80211_capabilities(); 
     61int tx80211_mac80211_capabilities(); 
    6262 
    6363#endif /* linux */