aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/wfx.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-16staging: wfx: ensure that packet_id is uniqueJérôme Pouiller1-0/+1
2020-01-16staging: wfx: simplify handling of IEEE80211_TX_CTL_SEND_AFTER_DTIMJérôme Pouiller1-6/+1
2020-01-16staging: wfx: pspoll_mask make no senseJérôme Pouiller1-1/+0
2020-01-16staging: wfx: simplify the link-id allocationJérôme Pouiller1-3/+0
2020-01-16staging: wfx: simplify wfx_set_tim_impl()Jérôme Pouiller1-1/+1
2020-01-16staging: wfx: drop wfx_set_cts_work()Jérôme Pouiller1-2/+0
2020-01-16staging: wfx: drop wvif->setbssparams_doneJérôme Pouiller1-1/+0
2020-01-16staging: wfx: drop wvif->cqm_rssi_tholdJérôme Pouiller1-1/+0
2020-01-16staging: wfx: drop wvif->enable_beaconJérôme Pouiller1-1/+0
2020-01-16staging: wfx: drop wvif->dtim_periodJérôme Pouiller1-1/+0
2020-01-16staging: wfx: simplify update of DTIM periodJérôme Pouiller1-2/+0
2020-01-16staging: wfx: drop wdev->output_powerJérôme Pouiller1-2/+0
2020-01-16staging: wfx: drop struct wfx_ht_infoJérôme Pouiller1-1/+0
2019-12-18staging: wfx: implement cancel_hw_scan()Jérôme Pouiller1-0/+1
2019-12-18staging: wfx: delayed_link_loss cannot happenJérôme Pouiller1-1/+0
2019-12-18staging: wfx: delayed_unjoin cannot happenJérôme Pouiller1-1/+0
2019-12-18staging: wfx: workaround bug with "iw scan"Jérôme Pouiller1-0/+2
2019-12-18staging: wfx: rewrite wfx_hw_scan()Jérôme Pouiller1-1/+3
2019-12-18staging: wfx: simplify hif_scan() usageJérôme Pouiller1-0/+1
2019-12-18staging: wfx: device already handle sleep mode during scanJérôme Pouiller1-1/+0
2019-12-18staging: wfx: simplify hif_set_edca_queue_params() usageJérôme Pouiller1-1/+3
2019-12-18staging: wfx: drop struct wfx_edca_paramsJérôme Pouiller1-1/+2
2019-12-18staging: wfx: simplify hif_set_uapsd_info() usageJérôme Pouiller1-1/+0
2019-12-18staging: wfx: drop unnecessary wvif->powersave_modeJérôme Pouiller1-1/+0
2019-11-14staging: align to fix warnings of line over 80 charactersJules Irenge1-2/+4
2019-11-11staging: wfx: replace uintXX_t to uXX and intXX_t to sXXJules Irenge1-5/+5
2019-10-14staging: wfx: fix potential vulnerability to spectreJérôme Pouiller1-0/+2
2019-10-04staging: wfx: implement the rest of mac80211 APIJérôme Pouiller1-0/+51
2019-10-04staging: wfx: implement 802.11 key handlingJérôme Pouiller1-0/+19
2019-10-04staging: wfx: allow to scan networksJérôme Pouiller1-0/+11
2019-10-04staging: wfx: allow to send 802.11 framesJérôme Pouiller1-0/+58
2019-10-04staging: wfx: add debug files and trace debug eventsJérôme Pouiller1-0/+16
2019-10-04staging: wfx: introduce "secure link"Jérôme Pouiller1-0/+2
2019-10-04staging: wfx: allow to send commands to chipJérôme Pouiller1-0/+4
2019-10-04staging: wfx: instantiate mac80211 dataJérôme Pouiller1-0/+8
2019-10-04staging: wfx: add support for start-up indicationJérôme Pouiller1-0/+5
2019-10-04staging: wfx: add IRQ handlingJérôme Pouiller1-0/+4
2019-10-04staging: wfx: load firmwareJérôme Pouiller1-0/+2
2019-10-04staging: wfx: add support for I/O accessJérôme Pouiller1-0/+24