summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2011-08-22b43: include HT-PHY in some common codeRafał Miłecki2-0/+2
2011-08-22b43: support new RX header, noticed to be used in 598.314+ fwRafał Miłecki5-13/+58
2011-08-22b43: support new TX header, noticed to be used by 598.314+ fwRafał Miłecki4-2/+46
2011-08-22b43: use enum for firmware header formatRafał Miłecki4-26/+55
2011-08-22b43: rename TX header formatsRafał Miłecki2-16/+16
2011-08-22b43: reload phy and bss settings after core restartsFelix Fietkau1-5/+37
2011-08-22ath9k: do btcoex ASPM disabling at initialization timeStanislaw Gruszka4-29/+29
2011-08-22ath9k: merge common ->config_pci_powersave() checksStanislaw Gruszka3-6/+3
2011-08-22ath9k: remove ->config_pci_powersave() redundant argumentStanislaw Gruszka6-15/+12
2011-08-22wl12xx: fix tx_queue_count spurious incrementArik Nemtsov1-12/+12
2011-08-22wl12xx: AP-mode - prevent Tx to stale/invalid stationsArik Nemtsov1-3/+17
2011-08-22wl12xx: set the AP-started flag only after setting keysArik Nemtsov1-3/+3
2011-08-22wl12xx: enable AP advanced functionalityArik Nemtsov4-51/+51
2011-08-22wl12xx: don't wait for disconnection eventEliad Peller1-6/+0
2011-08-22wl12xx: handle wrap-around overflow in released Tx blocks FW counterArik Nemtsov1-2/+9
2011-08-22wl12xx: schedule TX packets according to FW packet occupancyArik Nemtsov4-27/+57
2011-08-22wl12xx: track freed packets in FW by ACArik Nemtsov3-3/+23
2011-08-22wl12xx: don't remove key if hlid was already deletedEliad Peller1-0/+5
2011-08-22wl12xx: use ap_bcast_hlid for recorded keysEliad Peller1-1/+6
2011-08-22wl12xx: AP-mode - configure HT rate support to the FWArik Nemtsov2-0/+8
2011-08-22wl12xx: AP-mode - configure STA HT rates on joinArik Nemtsov1-2/+8
2011-08-22wl12xx: AP-mode - set STA HT capabilities when adding a STAArik Nemtsov3-12/+34
2011-08-22wl12xx: support IBSS vif typeEliad Peller4-7/+39
2011-08-22wl12xx: add wl12xx_cmd_role_start_ibss()Eliad Peller2-0/+63
2011-08-22wl12xx: don't remove key if hlid was already deletedEliad Peller1-0/+4
2011-08-22wl12xx: call wl12xx_cmd_set_peer_state() in AP modeEliad Peller3-5/+9
2011-08-22wl12xx: re-enable block ack session supportArik Nemtsov7-170/+177
2011-08-22wl12xx: use dynamic hlids for AP-modeArik Nemtsov4-20/+46
2011-08-22wl12xx: fix session counterArik Nemtsov2-6/+12
2011-08-22wl12xx: update BT coex configuration paramsEliad Peller5-367/+177
2011-08-22wl12xx: replace dummy_join with ROC/CROC commandsEliad Peller6-38/+182
2011-08-22wl12xx: handle dummy packet event also in ap modeArik Nemtsov2-5/+9
2011-08-22wl12xx: add ROC/CROC commandsEliad Peller2-0/+89
2011-08-22wl12xx: add system_hlidEliad Peller4-17/+36
2011-08-22wl12xx: add set_rate_mgmt_params acxEliad Peller5-0/+112
2011-08-22wl12xx: use wl1271_acx_beacon_filter_opt for both sta and apEliad Peller4-37/+3
2011-08-22wl12xx: change max/default template sizeEliad Peller4-38/+10
2011-08-22wl12xx: update rx/txEliad Peller4-20/+18
2011-08-22wl12xx: update scan cmd apiEliad Peller2-10/+23
2011-08-22wl12xx: add device role commandsEliad Peller3-1/+116
2011-08-22wl12xx: enable/disable role on interface add/removeEliad Peller1-0/+41
2011-08-22wl12xx: update commands & eventsEliad Peller9-445/+527
2011-08-22wl12xx: update acx commandsEliad Peller5-130/+138
2011-08-22wl12xx: update fw status structEliad Peller5-94/+68
2011-08-22wl12xx: remove rx filtering stuffEliad Peller14-339/+8
2011-08-22wl12xx: temporarily disable advanced ap functionsEliad Peller2-0/+8
2011-08-22wl12xx: use 1 spare block in all casesArik Nemtsov3-21/+2
2011-08-22wl12xx: Use a single fw for both STA and AP rolesArik Nemtsov4-37/+9
2011-08-22wl12xx: Revert "wl12xx: schedule TX packets according to FW occupancy"Arik Nemtsov4-72/+33
2011-08-12mwifiex: use cfg80211 dynamic scan table and cfg80211_get_bss APIAmitkumar Karwar8-1634/+471