.. |
bcmf_bdc.c
|
drivers/wireless/ieee80211: Used nxstyle to find coding standard violations, then corrected them.
|
2018-08-22 17:35:17 -06:00 |
bcmf_bdc.h
|
drivers/wiresless/ieee80211: Correct some initialization problems with BCM43362 chip. Adds BCM43428 support. arch/arm/src: Add support for SDIO card to SDIO driver.
|
2018-04-26 08:10:23 -06:00 |
bcmf_cdc.c
|
drivers/wireless/ieee80211: Used nxstyle to find coding standard violations, then corrected them.
|
2018-08-22 17:35:17 -06:00 |
bcmf_cdc.h
|
bcmf: add escan ioctls support + cleanup
|
2017-04-28 19:44:48 +02:00 |
bcmf_chip_43362.c
|
drivers/wireless/ieee80211: Used nxstyle to find coding standard violations, then corrected them.
|
2018-08-22 17:35:17 -06:00 |
bcmf_chip_43438.c
|
drivers/wiresless/ieee80211: Correct some initialization problems with BCM43362 chip. Adds BCM43428 support. arch/arm/src: Add support for SDIO card to SDIO driver.
|
2018-04-26 08:10:23 -06:00 |
bcmf_core.c
|
drivers/wiresless/ieee80211: Correct some initialization problems with BCM43362 chip. Adds BCM43428 support. arch/arm/src: Add support for SDIO card to SDIO driver.
|
2018-04-26 08:10:23 -06:00 |
bcmf_core.h
|
Photon: Cosmetic changes to style detected by tools/nxstyle
|
2017-05-03 18:20:57 -06:00 |
bcmf_driver.c
|
tools/nxstyle.c: Back out part of a recent addition that was causing too many false alarms. drivers/wireless/ieee80211: Make a couple of files conform to the coding standard (and other cosmetic fixes).
|
2018-08-21 12:46:00 -06:00 |
bcmf_driver.h
|
bcmf: add SIOCGIWSCAN ioctl support
|
2017-05-20 22:13:15 +02:00 |
bcmf_ioctl.h
|
drivers/wiresless/ieee80211: Correct some initialization problems with BCM43362 chip. Adds BCM43428 support. arch/arm/src: Add support for SDIO card to SDIO driver.
|
2018-04-26 08:10:23 -06:00 |
bcmf_netdev.c
|
net/netdev: add devif_loopback_out() to check the loopback case where a packet is being sent to itself. Modify the net driver to call this function in this case. This function will simply re-inject the packet back into the network and the network driver will not put anything on the wire.
|
2018-08-24 09:21:33 -06:00 |
bcmf_netdev.h
|
bcmf: add netdev support for Broadcom FullMAC driver
|
2017-04-30 20:36:35 +02:00 |
bcmf_sdio_core.h
|
drivers/wiresless/ieee80211: Correct some initialization problems with BCM43362 chip. Adds BCM43428 support. arch/arm/src: Add support for SDIO card to SDIO driver.
|
2018-04-26 08:10:23 -06:00 |
bcmf_sdio_regs.h
|
Photon: Cosmetic changes to style detected by tools/nxstyle
|
2017-05-03 18:20:57 -06:00 |
bcmf_sdio.c
|
Replace non critical PANIC with DEBUGPANIC to save the code space
|
2018-08-24 06:21:15 -06:00 |
bcmf_sdio.h
|
This commit attempts remove some long standard confusion in naming and some actual problems that result from the naming confusion. The basic problem is the standard MTU does not include the size of the Ethernet header. For clarity, I changed the naming of most things called MTU to PKTSIZE. For example, CONFIG_NET_ETH_MTU is now CONFIG_NET_ETH_PKTSIZE.
|
2018-07-04 14:10:40 -06:00 |
bcmf_sdpcm.c
|
Replace non critical PANIC with DEBUGPANIC to save the code space
|
2018-08-24 06:21:15 -06:00 |
bcmf_sdpcm.h
|
Photon: Cosmetic changes to style detected by tools/nxstyle
|
2017-05-03 18:20:57 -06:00 |
bcmf_utils.c
|
sched/semaphore: sem_timedwait() is a cancellation point and, hence, cannot be called from within the OS. Created nxsem_timedwait() that is equivalent but does not modify the errno and does not cause cancellation. All calls to sem_timedwait() change to calls to nxsem_timedwait() in the OS.
|
2017-10-05 07:24:54 -06:00 |
bcmf_utils.h
|
bcmf: add SIOCGIWSCAN ioctl support
|
2017-05-20 22:13:15 +02:00 |
Kconfig
|
drivers/wiresless/ieee80211: Correct some initialization problems with BCM43362 chip. Adds BCM43428 support. arch/arm/src: Add support for SDIO card to SDIO driver.
|
2018-04-26 08:10:23 -06:00 |
Make.defs
|
drivers/wiresless/ieee80211: Correct some initialization problems with BCM43362 chip. Adds BCM43428 support. arch/arm/src: Add support for SDIO card to SDIO driver.
|
2018-04-26 08:10:23 -06:00 |
mmc_sdio.c
|
Remove dangling whitespace at the end of lines.
|
2017-05-03 18:30:40 -06:00 |