[wtp-kmod] replace some printk based tracing with ftrace events

This commit is contained in:
Andreas Schultz
2016-08-11 15:38:16 +02:00
parent 57bcb0e183
commit ecf7a24eac
6 changed files with 539 additions and 42 deletions

View File

@ -139,8 +139,6 @@ void sc_capwap_close(struct sc_capwap_session *session);
int sc_capwap_8023_to_80211(struct sk_buff* skb, const uint8_t* bssid);
int sc_capwap_80211_to_8023(struct sk_buff* skb);
void sc_capwap_sessionid_printf(const struct sc_capwap_sessionid_element* sessionid, char* string);
int sc_capwap_createkeepalive(struct sc_capwap_sessionid_element* sessionid, uint8_t* buffer, int size);
int sc_capwap_parsingpacket(struct sc_capwap_session* session, struct sk_buff* skb);