freebsd-dev/sys/dev/if_ndis
Bernhard Schmidt fcd9500f91 Fix some net80211 enum nits:
- ic_vap_create() uses an ieee80211_opmode argument
- ieee80211_rate2media() takes an ieee80211_phymode argument
- ieee80211_plcp2rate() takes an ieee80211_phytype argument
- cast to enum ieee80211_protmode and ieee80211_roamingmode to silence
  compiler warnings

Submitted by:	arundel@
2011-12-17 10:23:17 +00:00
..
if_ndis_pccard.c Use bus_alloc_resource_any() instead of bus_alloc_resource(). Besides being 2010-12-16 15:19:32 +00:00
if_ndis_pci.c Fix a bug introduced in r216518. The ndis_subsys field holds the PCI 2010-12-19 11:14:34 +00:00
if_ndis_usb.c - There's no need to overwrite the default device method with the default 2011-11-22 21:28:20 +00:00
if_ndis.c Fix some net80211 enum nits: 2011-12-17 10:23:17 +00:00
if_ndisvar.h