Legend:
- Unmodified
- Added
- Removed
-
trunk/tx80211.c
r102 r103 420 420 } 421 421 422 void tx80211_initpacket(struct tx80211_packet *in_packet) { 423 memset(in_packet, 0, sizeof(struct tx80211_packet)); 424 } -
trunk/tx80211.h
r102 r103 363 363 int tx80211_gettxrate(struct tx80211_packet *in_packet); 364 364 365 /* initialize the packet */ 366 void tx80211_initpacket(struct tx80211_packet *in_packet); 365 367 366 368 /* Transmit a frame */
