History log of /freebsd-10-stable/sys/dev/ath/if_ath_tx.c
Revision Date Author Comments
# 262998 11-Mar-2014 rpaulo

MFC r262930
Call ieee80211_dump_pkt() based on IFF_DUMPPKTS().


# 262007 16-Feb-2014 kevlo

MFC r260444:

Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.

The origin of WEP comes from IEEE Std 802.11-1997 where it defines
whether the frame body of MAC frame has been encrypted using WEP
algorithm or not.
IEEE Std. 802.11-2007 changes WEP to Protected Frame, indicates
whether the frame is protected by a cryptographic encapsulation
algorithm.

Reviewed by: adrian, rpaulo


# 259341 13-Dec-2013 rpaulo

MFC r256658, r256666:

Move a lot of debugging printf's to DPRINTF.


# 262998 11-Mar-2014 rpaulo

MFC r262930
Call ieee80211_dump_pkt() based on IFF_DUMPPKTS().


# 262007 16-Feb-2014 kevlo

MFC r260444:

Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.

The origin of WEP comes from IEEE Std 802.11-1997 where it defines
whether the frame body of MAC frame has been encrypted using WEP
algorithm or not.
IEEE Std. 802.11-2007 changes WEP to Protected Frame, indicates
whether the frame is protected by a cryptographic encapsulation
algorithm.

Reviewed by: adrian, rpaulo


# 259341 13-Dec-2013 rpaulo

MFC r256658, r256666:

Move a lot of debugging printf's to DPRINTF.