![]() |
![]()
| ![]() |
![]()
NAME
SYNOPSISTo compile this driver into the kernel, add the following lines to the kernel configuration file: device bwn
device bhnd
device bhndb
device bhndb_pci
device bcma
device siba
device gpio
device wlan
device wlan_amrr
device firmware To load the driver as a module at boot, add the following lines to loader.conf(5): if_bwn_load="YES" DESCRIPTIONThe It supports This driver requires firmware to be loaded before it will work. The ports/net/bwn-firmware-kmod port needs to be installed before ifconfig(8) will work. In most cases the bwn_v4_ucode kernel module from the port should be used. However, if an LP (low power) PHY is being used, the bwn_v4_lp_ucode module should be used. HARDWAREThe
Users of older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2) must use bwi(4) because the v4 version of the firmware does not support these chips. The newer firmware is too big to fit into these old chips. EXAMPLESJoin an existing BSS network (i.e., connect to an access point): ifconfig wlan create wlandev bwn0 inet 192.168.0.20 \ netmask 0xffffff00 Join a specific BSS network with network name
“ ifconfig wlan create wlandev bwn0
ssid my_net up Join a specific BSS network with 64-bit WEP encryption: ifconfig wlan create wlandev bwn0 ssid my_net \ wepmode on wepkey 0x1234567890 weptxkey 1 up LOADER TUNABLESTunables can be set at the loader(8) prompt before booting the kernel or stored in loader.conf(5).
SEE ALSOarp(4), bcma(4), bhnd(4), bhndb(4), bwi(4), cardbus(4), intro(4), pci(4), siba(4), wlan(4), wlan_amrr(4), ifconfig(8), wpa_supplicant(8) HISTORYThe AUTHORSThe CAVEATSSome LP PHY devices have DMA operation problems that in that case try to use PIO mode.
|