summaryrefslogtreecommitdiff
path: root/drivers/staging/wfx
AgeCommit message (Expand)Author
2020-04-13staging: wfx: drop unused attribute 'beacon_int'Jérôme Pouiller
2020-04-13staging: wfx: check value of beacon_intJérôme Pouiller
2020-04-13staging: wfx: re-enable BA after resetJérôme Pouiller
2020-04-13staging: wfx: introduce wfx_join_ibss() and wfx_leave_ibss()Jérôme Pouiller
2020-04-13staging: wfx: allow to join IBSS networksJérôme Pouiller
2020-04-13staging: wfx: avoid duplicate updating of beacon templateJérôme Pouiller
2020-04-13staging: wfx: remove unnecessary conditions in wfx_bss_info_changed()Jérôme Pouiller
2020-04-13staging: wfx: request to send beacons in IBSS modeJérôme Pouiller
2020-04-13staging: wfx: drop unnecessary condition checks in wfx_upload_ap_templates()Jérôme Pouiller
2020-04-13staging: wfx: disabling keep alive during unjoin is uselessJérôme Pouiller
2020-04-13staging: wfx: fix support for BSS_CHANGED_KEEP_ALIVEJérôme Pouiller
2020-04-13staging: wfx: remove useless call to wfx_tx_flush()Jérôme Pouiller
2020-04-13staging: wfx: change the way the station associate to an APJérôme Pouiller
2020-04-13staging: wfx: set all parameters before starting APJérôme Pouiller
2020-04-13staging: wfx: implement start_ap/stop_apJérôme Pouiller
2020-04-13staging: wfx: call wfx_do_unjoin() synchronouslyJérôme Pouiller
2020-04-13staging: wfx: reduce hold duration of cfg80211_bssJérôme Pouiller
2020-04-13staging: wfx: fix race between configure_filter and remove_interfaceJérôme Pouiller
2020-04-13staging: wfx: send just necessary bytesJérôme Pouiller
2020-04-13staging: wfx: make hif_ie_table_entry constJérôme Pouiller
2020-04-13staging: wfx: allow to connect an IBSS with an existing SSIDJérôme Pouiller
2020-04-13staging: wfx: place hif_tx_mib functions into a .c fileJérôme Pouiller
2020-04-13staging: wfx: align members declarations in hif APIJérôme Pouiller
2020-04-13staging: wfx: fix endianness of hif APIJérôme Pouiller
2020-04-13staging: wfx: remove useless definesJérôme Pouiller
2020-04-13staging: wfx: remove unused definitions from the hif APIJérôme Pouiller
2020-04-13staging: wfx: relocate TX_RETRY_POLICY_MAX and TX_RETRY_POLICY_INVALID to hif...Jérôme Pouiller
2020-04-13staging: wfx: relocate LINK_ID_NO_ASSOC and MAX_STA_IN_AP_MODE to hif APIJérôme Pouiller
2020-04-13staging: wfx: drop unused WFX_LINK_ID_GC_TIMEOUTJérôme Pouiller
2020-04-13staging: wfx: remove hack about tx_rate policiesJérôme Pouiller
2020-04-13staging: wfx: fix case where AP stop with CAB traffic pendingJérôme Pouiller
2020-04-13staging: wfx: fix potential deadlock in wfx_tx_flush()Jérôme Pouiller
2020-04-13staging: wfx: wfx_flush() did not ensure that frames are processedJérôme Pouiller
2020-04-13staging: wfx: repair wfx_flush()Jérôme Pouiller
2020-04-13staging: wfx: relocate wfx_skb_dtor() prior its callersJérôme Pouiller
2020-04-13staging: wfx: improve interface between data_tx.c and queue.cJérôme Pouiller
2020-04-13staging: wfx: simplify usage of wfx_tx_queues_put()Jérôme Pouiller
2020-04-13staging: wfx: drop struct wfx_queue_statsJérôme Pouiller
2020-04-13staging: wfx: drop now useless field edca_paramsJérôme Pouiller
2020-04-13staging: wfx: change the way to choose frame to sendJérôme Pouiller
2020-04-13staging: wfx: introduce a counter of pending framesJérôme Pouiller
2020-04-13staging: wfx: replace wfx_tx_queues_get_after_dtim() by wfx_tx_queues_has_cab()Jérôme Pouiller
2020-04-13staging: wfx: rename wfx_tx_get_raw_link_id()Jérôme Pouiller
2020-04-13staging: wfx: drop unused raw_link_id fieldJérôme Pouiller
2020-04-13staging: wfx: drop unused link_id fieldJérôme Pouiller
2020-04-13staging: wfx: do not rely anymore on link_id to choose packet in queueJérôme Pouiller
2020-04-13staging: wfx: drop useless link_map_cacheJérôme Pouiller
2020-04-13staging: wfx: do not use link_map_cache to track CABJérôme Pouiller
2020-04-13staging: wfx: drop argument tx_allowed_mask since it is constant nowJérôme Pouiller
2020-04-13staging: wfx: drop useless sta_asleep_maskJérôme Pouiller