aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx
AgeCommit message (Expand)Author
2020-05-13staging: wfx: remove useless header inclusionsJérôme Pouiller
2020-05-13staging: wfx: prefer ARRAY_SIZE instead of a magic numberJérôme Pouiller
2020-05-13staging: wfx: fix missing 'static' keywordJérôme Pouiller
2020-05-13staging: wfx: fix missing 'static' statementJérôme Pouiller
2020-05-13staging: wfx: poll IRQ during initJérôme Pouiller
2020-05-13staging: wfx: introduce a way to poll IRQJérôme Pouiller
2020-05-13staging: wfx: use threaded IRQ with SPIJérôme Pouiller
2020-05-13staging: wfx: repair external IRQ for SDIOJérôme Pouiller
2020-05-13staging: wfx: drop useless checkJérôme Pouiller
2020-05-13staging: wfx: fix double freeJérôme Pouiller
2020-05-13staging: wfx: reduce timeout for chip initial start upJérôme Pouiller
2020-05-13staging: wfx: add support for hardware revision 2 and furtherJérôme Pouiller
2020-05-05staging: wfx: avoid compiler warning on empty arrayArnd Bergmann
2020-04-28staging: wfx: update list of errorsJérôme Pouiller
2020-04-28staging: wfx: fix display of exception indicationJérôme Pouiller
2020-04-28staging: wfx: fix messages names in tracepointsJérôme Pouiller
2020-04-28staging: wfx: update list of known messages in tracepointsJérôme Pouiller
2020-04-28staging: wfx: also show unnamed counters fieldsJérôme Pouiller
2020-04-28staging: wfx: show counters of all interfacesJérôme Pouiller
2020-04-28staging: wfx: fix double init of tx_policy_upload_workJérôme Pouiller
2020-04-28staging: wfx: fix the warning "inconsistent notification"Jérôme Pouiller
2020-04-28staging: wfx: fix overflow in frame countersJérôme Pouiller
2020-04-28staging: wfx: fix highest Rx value declared in ieee80211_supported_bandJérôme Pouiller
2020-04-28staging: wfx: add an explicit warning when chip detect too high temperatureJérôme Pouiller
2020-04-28staging: wfx: add support for 'device too hot' indicationJérôme Pouiller
2020-04-28staging: wfx: fix CAB sent at the wrong timeJérôme Pouiller
2020-04-28staging: wfx: fix support for AP that do not support PS-PollJérôme Pouiller
2020-04-28staging: wfx: mark chip frozen on error indicationJérôme Pouiller
2020-04-28staging: wfx: change the field chip_frozen into a booleanJérôme Pouiller
2020-04-28staging: wfx: fix (future) TDLS supportJérôme Pouiller
2020-04-28staging: wfx: cleanup long lines in data_tx.cSuraj Upadhyay
2020-04-25staging: wfx: check ssidlen and prevent an array overflowDan Carpenter
2020-04-23staging: wfx: drop unused attribute 'join_complete_status'Jérôme Pouiller
2020-04-23staging: wfx: drop unused enum wfx_stateJérôme Pouiller
2020-04-23staging: wfx: simplify wfx_remove_interface()Jérôme Pouiller
2020-04-23staging: wfx: drop useless checks in wfx_do_unjoin()Jérôme Pouiller
2020-04-23staging: wfx: drop protection for asynchronous join during scanJérôme Pouiller
2020-04-23staging: wfx: keys are kept during whole firmware lifeJérôme Pouiller
2020-04-23staging: wfx: introduce wfx_set_default_unicast_key()Jérôme Pouiller
2020-04-23staging: wfx: drop useless update of field basic_rate_setJérôme Pouiller
2020-04-23staging: wfx: simplify hif_set_bss_params()Jérôme Pouiller
2020-04-23staging: wfx: field operational_rate_set is ignored by firmwareJérôme Pouiller
2020-04-23staging: wfx: dual CTS is never necessaryJérôme Pouiller
2020-04-23staging: wfx: also fix network parameters for IBSS networksJérôme Pouiller
2020-04-23staging: wfx: handle firmware events synchronouslyJérôme Pouiller
2020-04-23staging: wfx: drop useless attribute 'bss_params'Jérôme Pouiller
2020-04-23staging: wfx: use ieee80211_beacon_loss() provided by mac80211Jérôme Pouiller
2020-04-23staging: wfx: simplify the check if the the device is associatedJérôme Pouiller
2020-04-16staging: wfx: update TODOJérôme Pouiller
2020-04-16staging: wfx: drop useless attribute 'filter_mcast'Jérôme Pouiller