staging: wfx: drop unnecessary filter configuration when disabling filter
[linux-2.6-microblaze.git] / drivers / staging / wfx / sta.c
2020-05-15 Jérôme Pouillerstaging: wfx: drop unnecessary filter configuration...
2020-05-15 Jérôme Pouillerstaging: wfx: fix PS parameters when multiple vif are...
2020-05-15 Jérôme Pouillerstaging: wfx: fix potential dead lock between join...
2020-05-15 Jérôme Pouillerstaging: wfx: merge wfx_stop_ap() with wfx_reset()
2020-05-15 Jérôme Pouillerstaging: wfx: rename wfx_do_unjoin() into wfx_reset()
2020-05-13 Jérôme Pouillerstaging: wfx: remove spaces after cast operator
2020-05-13 Jérôme Pouillerstaging: wfx: fix alignements of function prototypes
2020-05-13 Jérôme Pouillerstaging: wfx: fix missing 'static' keyword
2020-05-11 Greg Kroah-HartmanMerge 5.7-rc5 into staging-next
2020-05-06 Linus TorvaldsMerge tag 'tag-chrome-platform-fixes-for-v5.7-rc5'...
2020-05-03 Linus TorvaldsMerge tag 'for-5.7-rc3-tag' of git://git./linux/kernel...
2020-05-01 Linus TorvaldsMerge tag 'sound-5.7-rc4' of git://git./linux/kernel...
2020-04-30 Linus TorvaldsMerge tag 'for-5.7/dm-fixes-2' of git://git./linux...
2020-04-30 Linus TorvaldsMerge tag 'selinux-pr-20200430' of git://git./linux...
2020-04-28 Linus TorvaldsMerge tag 'cve-2020-11884' from emailed bundle
2020-04-28 Jérôme Pouillerstaging: wfx: fix double init of tx_policy_upload_work
2020-04-28 Jérôme Pouillerstaging: wfx: add support for 'device too hot' indication
2020-04-28 Jérôme Pouillerstaging: wfx: fix CAB sent at the wrong time
2020-04-28 Jérôme Pouillerstaging: wfx: fix support for AP that do not support...
2020-04-28 Jérôme Pouillerstaging: wfx: fix (future) TDLS support
2020-04-27 Linus TorvaldsMerge tag 'for-5.7-rc3-tag' of git://git./linux/kernel...
2020-04-27 Linus TorvaldsMerge tag 'hyperv-fixes-signed' of git://git./linux...
2020-04-27 Greg Kroah-HartmanMerge 5.7-rc3 into staging-next
2020-04-25 Dan Carpenterstaging: wfx: check ssidlen and prevent an array overflow
2020-04-24 Takashi IwaiMerge branch 'topic/pcm-oss-fix' into for-linus
2020-04-24 Linus TorvaldsMerge tag 'sound-5.7-rc3' of git://git./linux/kernel...
2020-04-23 Greg Kroah-HartmanMerge tag 'fpga-fixes-for-5.7' of git://git./linux...
2020-04-23 Jérôme Pouillerstaging: wfx: drop unused attribute 'join_complete_status'
2020-04-23 Jérôme Pouillerstaging: wfx: drop unused enum wfx_state
2020-04-23 Jérôme Pouillerstaging: wfx: simplify wfx_remove_interface()
2020-04-23 Jérôme Pouillerstaging: wfx: drop useless checks in wfx_do_unjoin()
2020-04-23 Jérôme Pouillerstaging: wfx: keys are kept during whole firmware life
2020-04-23 Jérôme Pouillerstaging: wfx: introduce wfx_set_default_unicast_key()
2020-04-23 Jérôme Pouillerstaging: wfx: simplify hif_set_bss_params()
2020-04-23 Jérôme Pouillerstaging: wfx: field operational_rate_set is ignored...
2020-04-23 Jérôme Pouillerstaging: wfx: dual CTS is never necessary
2020-04-23 Jérôme Pouillerstaging: wfx: also fix network parameters for IBSS...
2020-04-23 Jérôme Pouillerstaging: wfx: handle firmware events synchronously
2020-04-23 Jérôme Pouillerstaging: wfx: drop useless attribute 'bss_params'
2020-04-23 Jérôme Pouillerstaging: wfx: use ieee80211_beacon_loss() provided...
2020-04-23 Jérôme Pouillerstaging: wfx: simplify the check if the the device...
2020-04-23 Greg Kroah-HartmanMerge tag 'iio-for-5.8a' of git://git./linux/kernel...
2020-04-21 Takashi IwaiMerge tag 'asoc-fix-v5.7-rc2' of https://git./linux...
2020-04-20 Arnd BergmannMerge tag 'omap-for-v5.6/fixes-rc7-signed' of git:...
2020-04-17 Linus TorvaldsMerge tag 'linux-watchdog-5.7-rc2' of git://linux-watch...
2020-04-17 Linus TorvaldsMerge tag 'for-linus-5.7-rc2-tag' of git://git./linux...
2020-04-17 Linus TorvaldsMerge tag 'for-5.7-rc1-tag' of git://git./linux/kernel...
2020-04-17 Linus TorvaldsMerge tag 'sound-5.7-rc2' of git://git./linux/kernel...
2020-04-16 Linus TorvaldsMerge tag 'tag-chrome-platform-fixes-for-v5.7-rc2'...
2020-04-16 Linus TorvaldsMerge tag 'selinux-pr-20200416' of git://git./linux...
2020-04-16 Jérôme Pouillerstaging: wfx: drop useless attribute 'filter_mcast'
2020-04-16 Jérôme Pouillerstaging: wfx: drop useless filter update when starting AP
2020-04-16 Jérôme Pouillerstaging: wfx: split out wfx_filter_beacon()
2020-04-16 Jérôme Pouillerstaging: wfx: drop useless attributes 'filter_prbreq...
2020-04-16 Jérôme Pouillerstaging: wfx: drop useless call to hif_set_rx_filter()
2020-04-16 Jérôme Pouillerstaging: wfx: drop struct wfx_grp_addr_table
2020-04-16 Jérôme Pouillerstaging: wfx: align semantic of probe request filter...
2020-04-16 Jérôme Pouillerstaging: wfx: align semantic of beacon filter with...
2020-04-16 Jérôme Pouillerstaging: wfx: drop useless wfx_fwd_probe_req()
2020-04-16 Jérôme Pouillerstaging: wfx: ensure that probe requests are filtered...
2020-04-16 Jérôme Pouillerstaging: wfx: do not use built-in AUTO_ERP feature
2020-04-16 Jérôme Pouillerstaging: wfx: disabling beacon filtering after hif_rese...
2020-04-16 Jérôme Pouillerstaging: wfx: do not wait for a dtim before associate
2020-04-16 Jérôme Pouillerstaging: wfx: wfx_update_filtering_work() is no more...
2020-04-16 Jérôme Pouillerstaging: wfx: simplify handling of beacon filter during...
2020-04-16 Jérôme Pouillerstaging: wfx: rework wfx_configure_filter()
2020-04-16 Jérôme Pouillerstaging: wfx: simplify wfx_update_filtering()
2020-04-16 Jérôme Pouillerstaging: wfx: update filtering even if not connected
2020-04-16 Dave AirlieMerge branch 'linux-5.7' of git://github.com/skeggsb...
2020-04-16 Dave AirlieMerge tag 'amd-drm-fixes-5.7-2020-04-15' of git://peopl...
2020-04-14 Linus TorvaldsMerge tag 'hyperv-fixes-signed' of git://git./linux...
2020-04-14 Linus TorvaldsMerge tag 'for-5.7-rc1-tag' of git://git./linux/kernel...
2020-04-14 Maxime RipardMerge v5.7-rc1 into drm-misc-fixes
2020-04-14 Ingo MolnarMerge branch 'urgent-for-mingo' of git://git./linux...
2020-04-13 Florian FainelliMerge tag 'tags/bcm2835-dt-fixes-2020-03-27' into devic...
2020-04-13 Jérôme Pouillerstaging: wfx: drop useless update of macaddr
2020-04-13 Jérôme Pouillerstaging: wfx: drop unused attribute 'beacon_int'
2020-04-13 Jérôme Pouillerstaging: wfx: re-enable BA after reset
2020-04-13 Jérôme Pouillerstaging: wfx: introduce wfx_join_ibss() and wfx_leave_i...
2020-04-13 Jérôme Pouillerstaging: wfx: allow to join IBSS networks
2020-04-13 Jérôme Pouillerstaging: wfx: avoid duplicate updating of beacon template
2020-04-13 Jérôme Pouillerstaging: wfx: remove unnecessary conditions in wfx_bss_...
2020-04-13 Jérôme Pouillerstaging: wfx: request to send beacons in IBSS mode
2020-04-13 Jérôme Pouillerstaging: wfx: drop unnecessary condition checks in...
2020-04-13 Jérôme Pouillerstaging: wfx: disabling keep alive during unjoin is...
2020-04-13 Jérôme Pouillerstaging: wfx: fix support for BSS_CHANGED_KEEP_ALIVE
2020-04-13 Jérôme Pouillerstaging: wfx: remove useless call to wfx_tx_flush()
2020-04-13 Jérôme Pouillerstaging: wfx: change the way the station associate...
2020-04-13 Jérôme Pouillerstaging: wfx: set all parameters before starting AP
2020-04-13 Jérôme Pouillerstaging: wfx: implement start_ap/stop_ap
2020-04-13 Jérôme Pouillerstaging: wfx: call wfx_do_unjoin() synchronously
2020-04-13 Jérôme Pouillerstaging: wfx: reduce hold duration of cfg80211_bss
2020-04-13 Jérôme Pouillerstaging: wfx: fix race between configure_filter and...
2020-04-13 Jérôme Pouillerstaging: wfx: make hif_ie_table_entry const
2020-04-13 Jérôme Pouillerstaging: wfx: place hif_tx_mib functions into a .c...
2020-04-13 Jérôme Pouillerstaging: wfx: relocate LINK_ID_NO_ASSOC and MAX_STA_IN_...
2020-04-13 Jérôme Pouillerstaging: wfx: fix case where AP stop with CAB traffic...
2020-04-13 Jérôme Pouillerstaging: wfx: repair wfx_flush()
2020-04-13 Jérôme Pouillerstaging: wfx: drop struct wfx_queue_stats
2020-04-13 Jérôme Pouillerstaging: wfx: drop now useless field edca_params
next