Gregory Nutt
|
29b5b3667f
|
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 |
|
Gregory Nutt
|
97f149a40b
|
Photon: Cosmetic changes to style detected by tools/nxstyle
|
2017-05-03 18:20:57 -06:00 |
|
Simon Piriou
|
b5e1ea4bef
|
bcmf: fix frame not freed when dropped + cleanup
|
2017-05-03 23:19:28 +02:00 |
|
Simon Piriou
|
bd5d6ce986
|
bcmf: implement basic wext interface for authentication
|
2017-05-02 08:48:13 -06:00 |
|
Simon Piriou
|
fe77735960
|
bcmf: add netdev support for Broadcom FullMAC driver
|
2017-04-30 20:36:35 +02:00 |
|
Gregory Nutt
|
62fc578661
|
wireless/ieee80211: Add BSD license information to all files (except the Broadcom files -- need to revisit those).
|
2017-04-24 15:11:22 -06:00 |
|
Gregory Nutt
|
0ac6fbb3c7
|
drivers/ieee80211/: Change all occurrences of _info, _warn, and _err to wlinfo, wlwarn, and wlerr.
|
2017-04-23 16:24:47 -06:00 |
|
Simon Piriou
|
c0862c862f
|
photon: cleanup and refactor bcmf driver
|
2017-04-23 23:39:17 +02:00 |
|