aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/wfx/hif_tx_mib.h
AgeCommit message (Expand)Author
2022-04-06wfx: get out from the staging areaJé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
2022-01-25staging: wfx: fix missing headersJérôme Pouiller
2021-09-14staging: wfx: remove references to WFxxx in commentsJé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-05-13staging: wfx: use kernel types instead of c99 onesJérôme Pouiller
2020-05-13staging: wfx: remove useless header inclusionsJérôme Pouiller
2020-04-28staging: wfx: show counters of all interfacesJérôme Pouiller
2020-04-23staging: wfx: dual CTS is never necessaryJérôme Pouiller
2020-04-13staging: wfx: make hif_ie_table_entry constJérôme Pouiller
2020-04-13staging: wfx: place hif_tx_mib functions into a .c fileJérôme Pouiller
2020-03-11staging: wfx: fix RCU usage in wfx_join_finalize()Jérôme Pouiller
2020-01-16staging: wfx: fix case where RTS threshold is 0Jérôme Pouiller
2020-01-16staging: wfx: simplify hif_set_config_data_filter()Jérôme Pouiller
2020-01-16staging: wfx: simplify hif_set_mac_addr_condition()Jérôme Pouiller
2020-01-16staging: wfx: simplify hif_set_data_filtering()Jérôme Pouiller
2020-01-16staging: wfx: simplify hif_mib_uc_mc_bc_data_frame_conditionJérôme Pouiller
2020-01-16staging: wfx: simplify hif_set_uc_mc_bc_condition()Jérôme Pouiller
2020-01-16staging: wfx: simplify hif_set_association_mode()Jérôme Pouiller
2020-01-16staging: wfx: use specialized structs for HIF argumentsJérôme Pouiller
2020-01-16staging: wfx: simplify hif_set_arp_ipv4_filter() usageJérôme Pouiller
2020-01-16staging: wfx: simplify hif_set_rcpi_rssi_threshold() usageJérôme Pouiller
2020-01-16staging: wfx: simplify hif_set_output_power() usageJérôme Pouiller
2020-01-16staging: wfx: simplify hif_set_tx_rate_retry_policy() usageJérôme Pouiller
2019-12-18staging: wfx: simplify hif_set_template_frame() usageJérôme Pouiller
2019-12-18staging: wfx: simplify hif_set_uapsd_info() usageJérôme Pouiller
2019-12-18staging: wfx: fix hif_set_mfp() with big endian hostsJérôme Pouiller
2019-11-14staging: align to fix warnings of line over 80 charactersJules Irenge
2019-11-11staging: wfx: replace uintXX_t to uXX and intXX_t to sXXJules Irenge
2019-10-08staging: wfx: drop calls to BUG_ON()Jérôme Pouiller
2019-10-08staging: wfx: correctly cast data on big-endian targetsJérôme Pouiller
2019-10-08staging: wfx: simplify memory allocation in wfx_update_filtering()Jérôme Pouiller
2019-10-04staging: wfx: add HIF commands helpersJérôme Pouiller