aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/sta.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-17staging: wfx: sta: Fix 'else' coding style warningSrivathsa Dara1-12/+11
2021-09-14staging: wfx: avoid c99 commentsJérôme Pouiller1-36/+42
2021-09-14staging: wfx: reformat commentJérôme Pouiller1-3/+1
2021-09-14staging: wfx: remove references to WFxxx in commentsJérôme Pouiller1-3/+1
2021-09-14staging: wfx: fix error namesJérôme Pouiller1-1/+1
2021-09-14staging: wfx: fix support for CSAJérôme Pouiller1-1/+6
2021-09-14staging: wfx: ignore PS when STA/AP share same channelJérôme Pouiller1-12/+20
2021-09-14staging: wfx: do not send CAB while scanningJérôme Pouiller1-0/+11
2021-09-14staging: wfx: use abbreviated message for "incorrect sequence"Jérôme Pouiller1-2/+3
2021-03-15Merge 5.12-rc3 into staging-nextGreg Kroah-Hartman1-0/+6
2021-03-10staging: wfx: Fix alignment style issue in sta.cRajat Asthana1-1/+1
2021-03-10Revert "staging: wfx: remove unused included header files"Greg Kroah-Hartman1-0/+6
2021-02-12staging: wfx: remove unused included header filesMuhammad Usama Anjum1-6/+0
2020-10-26staging: wfx: make a const array static, makes object smallerColin Ian King1-1/+1
2020-10-10staging: wfx: standardize the error when vif does not existJérôme Pouiller1-0/+4
2020-10-07staging: wfx: update copyrights datesJérôme Pouiller1-1/+1
2020-09-13staging: wfx: drop useless functionJérôme Pouiller1-2/+0
2020-09-13staging: wfx: drop multicast filteringJérôme Pouiller1-57/+2
2020-09-13staging: wfx: simplify hif_set_association_mode()Jérôme Pouiller1-1/+16
2020-09-13staging: wfx: relocate wfx_join() beside wfx_join_finalize()Jérôme Pouiller1-50/+50
2020-09-13staging: wfx: improve readability of association processingJérôme Pouiller1-27/+26
2020-08-28staging: wfx: fix potential use before initJérôme Pouiller1-14/+14
2020-08-28staging: wfx: fix frame reorderingJérôme Pouiller1-9/+10
2020-08-28staging: wfx: fix BA when MFP is disabled but BSS is MFP capableJérôme Pouiller1-31/+3
2020-08-28staging: wfx: improve usage of hif_map_link()Jérôme Pouiller1-2/+2
2020-08-28staging: wfx: fix BA when device is AP and MFP is enabledJérôme Pouiller1-1/+27
2020-08-18staging: wfx: fix a handful of spelling mistakesColin Ian King1-1/+1
2020-07-03staging: wfx: always enable FastPs in combo with new firmwaresJérôme Pouiller1-13/+3
2020-07-03staging: wfx: add a debugfs entry to force ps_timeoutJérôme Pouiller1-3/+7
2020-07-03staging: wfx: drop counter of buffered framesJérôme Pouiller1-8/+0
2020-07-03staging: wfx: associate tx_queues to vifsJérôme Pouiller1-1/+3
2020-06-16staging: wfx: make methods 'wfx_get_ps_timeout' and 'wfx_update_pm' staticJulius Hemanth Pitti1-2/+2
2020-05-27staging: wfx: split wfx_get_ps_timeout() from wfx_update_pm()Jérôme Pouiller1-18/+31
2020-05-27staging: wfx: retrieve the PS status from the vifJérôme Pouiller1-1/+1
2020-05-15staging: wfx: remove false positive warningJérôme Pouiller1-2/+4
2020-05-15staging: wfx: fix error reporting in wfx_start_ap()Jérôme Pouiller1-2/+5
2020-05-15staging: wfx: drop unnecessary filter configuration when disabling filterJérôme Pouiller1-1/+0
2020-05-15staging: wfx: fix PS parameters when multiple vif are in useJérôme Pouiller1-7/+13
2020-05-15staging: wfx: fix potential dead lock between join and scanJérôme Pouiller1-0/+3
2020-05-15staging: wfx: merge wfx_stop_ap() with wfx_reset()Jérôme Pouiller1-5/+1
2020-05-15staging: wfx: rename wfx_do_unjoin() into wfx_reset()Jérôme Pouiller1-17/+15
2020-05-13staging: wfx: remove spaces after cast operatorJérôme Pouiller1-12/+11
2020-05-13staging: wfx: fix alignements of function prototypesJérôme Pouiller1-10/+5
2020-05-13staging: wfx: fix missing 'static' keywordJérôme Pouiller1-1/+1
2020-04-28staging: wfx: fix double init of tx_policy_upload_workJérôme Pouiller1-1/+0
2020-04-28staging: wfx: add support for 'device too hot' indicationJérôme Pouiller1-0/+23
2020-04-28staging: wfx: fix CAB sent at the wrong timeJérôme Pouiller1-0/+2
2020-04-28staging: wfx: fix support for AP that do not support PS-PollJérôme Pouiller1-1/+15
2020-04-28staging: wfx: fix (future) TDLS supportJérôme Pouiller1-5/+4
2020-04-25staging: wfx: check ssidlen and prevent an array overflowDan Carpenter1-1/+3