summaryrefslogtreecommitdiff
path: root/drivers/staging/wfx/hif_tx_mib.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-06wfx: get out from the staging areaJérôme Pouiller1-307/+0
2022-02-25staging: wfx: format code on 100 columnsJérôme Pouiller1-2/+1
2022-01-25staging: wfx: reformat code on 100 columnsJérôme Pouiller1-53/+28
2022-01-25staging: wfx: prefix structs hif_* with wfx_Jérôme Pouiller1-27/+27
2022-01-25staging: wfx: prefix functions from hif_*.h with wfx_Jérôme Pouiller1-84/+93
2021-09-14staging: wfx: indent functions argumentsJérôme Pouiller1-1/+1
2021-09-14staging: wfx: avoid c99 commentsJérôme Pouiller1-2/+2
2021-09-14staging: wfx: remove references to WFxxx in commentsJérôme Pouiller1-1/+1
2021-09-14staging: wfx: apply naming rules in hif_tx_mib.cJérôme Pouiller1-3/+3
2021-03-10Revert "staging: wfx: remove unused included header files"Greg Kroah-Hartman1-0/+5
2021-02-12staging: wfx: remove unused included header filesMuhammad Usama Anjum1-5/+0
2020-10-07staging: wfx: update copyrights datesJérôme Pouiller1-1/+1
2020-09-13staging: wfx: uniformize naming rules in hif_tx_mib.cJérôme Pouiller1-25/+25
2020-09-13staging: wfx: drop useless functionJérôme Pouiller1-11/+0
2020-09-13staging: wfx: drop multicast filteringJérôme Pouiller1-40/+0
2020-09-13staging: wfx: simplify hif_set_association_mode()Jérôme Pouiller1-16/+5
2020-07-30staging: wfx: Use flex_array_size() helper in memcpy()Gustavo A. R. Silva1-1/+1
2020-05-15staging: wfx: check pointers returned by allocationsJérôme Pouiller1-0/+2
2020-05-13staging: wfx: fix wrong bytes orderJérôme Pouiller1-1/+1
2020-05-13staging: wfx: use kernel types instead of c99 onesJérôme Pouiller1-1/+1
2020-04-28staging: wfx: show counters of all interfacesJérôme Pouiller1-3/+3
2020-04-23staging: wfx: drop useless update of field basic_rate_setJérôme Pouiller1-3/+0
2020-04-23staging: wfx: dual CTS is never necessaryJérôme Pouiller1-10/+0
2020-04-16staging: wfx: align semantic of probe request filter with other filtersJérôme Pouiller1-2/+2
2020-04-13staging: wfx: send just necessary bytesJérôme Pouiller1-1/+2
2020-04-13staging: wfx: make hif_ie_table_entry constJérôme Pouiller1-2/+2
2020-04-13staging: wfx: place hif_tx_mib functions into a .c fileJérôme Pouiller1-0/+396