summaryrefslogtreecommitdiff
path: root/drivers/staging/wfx/sta.c
AgeCommit message (Expand)Author
2022-04-06wfx: get out from the staging areaJérôme Pouiller
2022-02-25staging: wfx: remove useless variableJérôme Pouiller
2022-02-25staging: wfx: format code on 100 columnsJérôme Pouiller
2022-01-25staging: wfx: remove force_ps_timeoutJérôme Pouiller
2022-01-25staging: wfx: do not display functions names in logsJérôme Pouiller
2022-01-25staging: wfx: reformat comments on 100 columnsJérôme Pouiller
2022-01-25staging: wfx: reformat code on 100 columnsJérôme Pouiller
2022-01-25staging: wfx: prefix structs hif_* with wfx_Jérôme Pouiller
2022-01-25staging: wfx: prefix functions from hif_*.h with wfx_Jérôme Pouiller
2021-09-17staging: wfx: sta: Fix 'else' coding style warningSrivathsa Dara
2021-09-14staging: wfx: avoid c99 commentsJérôme Pouiller
2021-09-14staging: wfx: reformat commentJérôme Pouiller
2021-09-14staging: wfx: remove references to WFxxx in commentsJérôme Pouiller
2021-09-14staging: wfx: fix error namesJérôme Pouiller
2021-09-14staging: wfx: fix support for CSAJérôme Pouiller
2021-09-14staging: wfx: ignore PS when STA/AP share same channelJérôme Pouiller
2021-09-14staging: wfx: do not send CAB while scanningJérôme Pouiller
2021-09-14staging: wfx: use abbreviated message for "incorrect sequence"Jérôme Pouiller
2021-03-15Merge 5.12-rc3 into staging-nextGreg Kroah-Hartman
2021-03-10staging: wfx: Fix alignment style issue in sta.cRajat Asthana
2021-03-10Revert "staging: wfx: remove unused included header files"Greg Kroah-Hartman
2021-02-12staging: wfx: remove unused included header filesMuhammad Usama Anjum
2020-10-26staging: wfx: make a const array static, makes object smallerColin Ian King
2020-10-10staging: wfx: standardize the error when vif does not existJérôme Pouiller
2020-10-07staging: wfx: update copyrights datesJérôme Pouiller
2020-09-13staging: wfx: drop useless functionJérôme Pouiller
2020-09-13staging: wfx: drop multicast filteringJérôme Pouiller
2020-09-13staging: wfx: simplify hif_set_association_mode()Jérôme Pouiller
2020-09-13staging: wfx: relocate wfx_join() beside wfx_join_finalize()Jérôme Pouiller
2020-09-13staging: wfx: improve readability of association processingJérôme Pouiller
2020-08-28staging: wfx: fix potential use before initJérôme Pouiller
2020-08-28staging: wfx: fix frame reorderingJérôme Pouiller
2020-08-28staging: wfx: fix BA when MFP is disabled but BSS is MFP capableJérôme Pouiller
2020-08-28staging: wfx: improve usage of hif_map_link()Jérôme Pouiller
2020-08-28staging: wfx: fix BA when device is AP and MFP is enabledJérôme Pouiller
2020-08-18staging: wfx: fix a handful of spelling mistakesColin Ian King
2020-07-03staging: wfx: always enable FastPs in combo with new firmwaresJérôme Pouiller
2020-07-03staging: wfx: add a debugfs entry to force ps_timeoutJérôme Pouiller
2020-07-03staging: wfx: drop counter of buffered framesJérôme Pouiller
2020-07-03staging: wfx: associate tx_queues to vifsJérôme Pouiller
2020-06-16staging: wfx: make methods 'wfx_get_ps_timeout' and 'wfx_update_pm' staticJulius Hemanth Pitti
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-15staging: wfx: remove false positive warningJé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