opnsense-src/sys/dev/ath
Sam Leffler ecddff40a0 o do not filter received frames based on type or length; pass 'em all up
to the 802.11 layer if they are at least IEEE80211_MIN_LEN
o mask off interrupt status bits that we don't care about so we don't do
  the wrong thing; this fixes a problem where the beacon miss interrupt status
  bit is delivered together with other status bits when operating in monitor
  mode (we would post a beacon miss swi and then do the wrong thing)
2003-09-15 19:41:54 +00:00
..
if_ath.c o do not filter received frames based on type or length; pass 'em all up 2003-09-15 19:41:54 +00:00
if_ath_pci.c Close a race where ath_intr is installed and may be called before 2003-08-13 21:29:35 +00:00
if_athioctl.h Add support for the experimental radiotap capture format. With this 2003-09-05 22:22:49 +00:00
if_athvar.h o mark the device capable of short preamble (meaningless for the 5210 but 2003-09-14 22:39:19 +00:00