aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx
AgeCommit message (Expand)Author
2020-06-16staging: wfx: fix coherency of hif_scan() prototypeJérôme Pouiller
2020-06-16staging: wfx: drop useless loopJérôme Pouiller
2020-06-16staging: wfx: fix AC priorityJérôme Pouiller
2020-05-27staging: wfx: split wfx_get_ps_timeout() from wfx_update_pm()Jérôme Pouiller
2020-05-27staging: wfx: retrieve the PS status from the vifJérôme Pouiller
2020-05-27staging: wfx: add support for tx_power_loopJérôme Pouiller
2020-05-27staging: wfx: drop unused function wfx_pending_requeue()Jérôme Pouiller
2020-05-27staging: wfx: do not declare variables inside loopsJérôme Pouiller
2020-05-27staging: wfx: drop unused variableJérôme Pouiller
2020-05-25Merge 5.7-rc7 into staging-nextGreg Kroah-Hartman
2020-05-19staging: wfx: Typo fixMohamed Dawod
2020-05-15staging: wfx: remove false positive warningJérôme Pouiller
2020-05-15staging: wfx: trace acknowledges not linked to any stationsJérôme Pouiller
2020-05-15staging: wfx: remove false-positive WARN()Jérôme Pouiller
2020-05-15staging: wfx: fix error reporting in wfx_start_ap()Jérôme Pouiller
2020-05-15staging: wfx: drop unnecessary filter configuration when disabling filterJérôme Pouiller
2020-05-15staging: wfx: fix PS parameters when multiple vif are in useJérôme Pouiller
2020-05-15staging: wfx: fix potential dead lock between join and scanJérôme Pouiller
2020-05-15staging: wfx: merge wfx_stop_ap() with wfx_reset()Jérôme Pouiller
2020-05-15staging: wfx: rename wfx_do_unjoin() into wfx_reset()Jérôme Pouiller
2020-05-15staging: wfx: fix potential use-after-freeJérôme Pouiller
2020-05-15staging: wfx: call wfx_tx_update_sta() before to destroy tx_privJérôme Pouiller
2020-05-15staging: wfx: split out wfx_tx_fill_rates() from wfx_tx_confirm_cb()Jérôme Pouiller
2020-05-15staging: wfx: fix status of dropped framesJérôme Pouiller
2020-05-15staging: wfx: fix indentationJérôme Pouiller
2020-05-15staging: wfx: fix value of scan timeoutJérôme Pouiller
2020-05-15staging: wfx: check pointers returned by allocationsJérôme Pouiller
2020-05-15staging: wfx: apply 80-columns rule to stringsJérôme Pouiller
2020-05-15staging: wfx: fix warning when unregister a frozen deviceJérôme Pouiller
2020-05-13staging: wfx: unlock on error pathDan Carpenter
2020-05-13staging: wfx: update TODOJérôme Pouiller
2020-05-13staging: wfx: fix endianness of the field 'channel_number'Jérôme Pouiller
2020-05-13staging: wfx: fix endianness of the field 'num_tx_confs'Jérôme Pouiller
2020-05-13staging: wfx: fix endianness of the field 'status'Jérôme Pouiller
2020-05-13staging: wfx: fix access to le32 attribute 'len'Jérôme Pouiller
2020-05-13staging: wfx: fix endianness of the struct hif_ind_startupJérôme Pouiller
2020-05-13staging: wfx: declare the field 'packet_id' with native byte orderJérôme Pouiller
2020-05-13staging: wfx: fix access to le32 attribute 'indication_type'Jérôme Pouiller
2020-05-13staging: wfx: fix access to le32 attribute 'event_id'Jérôme Pouiller
2020-05-13staging: wfx: fix access to le32 attribute 'ps_mode_error'Jérôme Pouiller
2020-05-13staging: wfx: fix endianness of hif_req_read_mib fieldsJérôme Pouiller
2020-05-13staging: wfx: fix endianness of fields media_delay and tx_queue_delayJérôme Pouiller
2020-05-13staging: wfx: fix output of rx_stats on big endian hostsJérôme Pouiller
2020-05-13staging: wfx: fix wrong bytes orderJérôme Pouiller
2020-05-13staging: wfx: fix cast operatorJérôme Pouiller
2020-05-13staging: wfx: take advantage of le32_to_cpup()Jérôme Pouiller
2020-05-13staging: wfx: fix use of cpu_to_le32 instead of le32_to_cpuJérôme Pouiller
2020-05-13staging: wfx: use kernel types instead of c99 onesJérôme Pouiller
2020-05-13staging: wfx: remove spaces after cast operatorJérôme Pouiller
2020-05-13staging: wfx: fix alignements of function prototypesJérôme Pouiller