aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/sta.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-14staging: align to fix warnings of line over 80 charactersJules Irenge1-43/+90
2019-11-11staging: wfx: replace uintXX_t to uXX and intXX_t to sXXJules Irenge1-6/+7
2019-11-05staging: wfx: Remove local variable used only in return statement.Nachammai Karuppiah1-4/+1
2019-11-05staging: wfx: replace 1 by trueJules Irenge1-1/+1
2019-11-03staging: wfx: Fix a memory leak in 'wfx_upload_beacon'Christophe JAILLET1-2/+1
2019-10-10staging: wfx: Make some functions static in sta.czhengbin1-8/+8
2019-10-08staging: wfx: avoid namespace contaminationJérôme Pouiller1-1/+1
2019-10-08staging: wfx: drop calls to BUG_ON()Jérôme Pouiller1-1/+1
2019-10-08staging: wfx: simplify memory allocation in wfx_update_filtering()Jérôme Pouiller1-10/+7
2019-10-04staging: wfx: implement the rest of mac80211 APIJérôme Pouiller1-3/+1440
2019-10-04staging: wfx: implement 802.11 key handlingJérôme Pouiller1-0/+4
2019-10-04staging: wfx: allow to scan networksJérôme Pouiller1-1/+22
2019-10-04staging: wfx: allow to send 802.11 framesJérôme Pouiller1-0/+135
2019-10-04staging: wfx: instantiate mac80211 dataJérôme Pouiller1-0/+46