summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/wl12xx/main.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-07wl12xx: disable AP-mode-specific quirksEliad Peller1-8/+0
2011-10-07wl12xx: Add support for HW channel switchShahar Levi1-0/+37
2011-10-07wl12xx: set max_sched_scan_ie_len correctlyLuciano Coelho1-0/+3
2011-10-03mac80211: pass vif param to conf_tx() callbackEliad Peller1-1/+2
2011-09-27mac80211: add ieee80211_vif param to tsf functionsEliad Peller1-1/+2
2011-09-23wl12xx: correct fw_status structure for 8 sta support in AP-modeArik Nemtsov1-0/+2
2011-09-23wl12xx: implement set_bitrate_mask callbackEliad Peller1-23/+56
2011-09-23wl12xx: AP mode - support hidden SSIDArik Nemtsov1-8/+67
2011-09-23wl12xx: send all pending packets on channel changeEliad Peller1-0/+2
2011-09-23wl12xx: remove P2P ie from probe responseEliad Peller1-0/+28
2011-09-23wl12xx: remove TIM ie from probe responseEliad Peller1-0/+17
2011-09-23wl12xx: Include OFDM rates in IBSS modeShahar Levi1-1/+1
2011-09-14wl12xx: support p2p interfacesEliad Peller1-5/+19
2011-09-14wl12xx: set mac80211 flags for A-MPDU aggregation supportArik Nemtsov1-1/+3
2011-09-14wl12xx: AP mode - clean BA and queue state in tx_resetArik Nemtsov1-2/+5
2011-09-14wl12xx: don't regulate links when a single STA is connectedArik Nemtsov1-3/+12
2011-09-14wl12xx: increase number of allowed SSIDs in sched_scanLuciano Coelho1-3/+4
2011-09-14wl12xx: declare support for WIPHY_FLAG_AP_UAPSDEliad Peller1-0/+2
2011-09-14wl12xx: remove deprecated CONFIG_WL12XX_HT flagLuciano Coelho1-6/+0
2011-09-14wl12xx: don't queue a new dummy packet if one is already pendingArik Nemtsov1-1/+7
2011-09-14wl12xx: add config_hangover commandEliad Peller1-1/+13
2011-09-14wl12xx: don't disconnect on recoveryEliad Peller1-3/+0
2011-09-14wl12xx: add module_param to trigger BUG() on recoveryEliad Peller1-0/+6
2011-08-25wl12xx: add support for multiple SSIDs in sched_scanLuciano Coelho1-0/+1
2011-08-25wl12xx: enter psm only after station role was startedEliad Peller1-13/+13
2011-08-25wl12xx: increase psm_entry_retriesEliad Peller1-1/+1
2011-08-25wl12xx: initialize rate_set on band rates initializationEliad Peller1-2/+6
2011-08-25wl12xx: use 2 spare TX blocks for GEM cipherGuy Eilam1-0/+13
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 Nemtsov1-27/+27
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 Nemtsov1-3/+4
2011-08-22wl12xx: track freed packets in FW by ACArik Nemtsov1-1/+15
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 - set STA HT capabilities when adding a STAArik Nemtsov1-7/+27
2011-08-22wl12xx: support IBSS vif typeEliad Peller1-5/+28
2011-08-22wl12xx: call wl12xx_cmd_set_peer_state() in AP modeEliad Peller1-1/+5
2011-08-22wl12xx: re-enable block ack session supportArik Nemtsov1-43/+103
2011-08-22wl12xx: use dynamic hlids for AP-modeArik Nemtsov1-2/+7
2011-08-22wl12xx: fix session counterArik Nemtsov1-5/+1
2011-08-22wl12xx: update BT coex configuration paramsEliad Peller1-104/+61
2011-08-22wl12xx: replace dummy_join with ROC/CROC commandsEliad Peller1-31/+113
2011-08-22wl12xx: add system_hlidEliad Peller1-1/+8
2011-08-22wl12xx: add set_rate_mgmt_params acxEliad Peller1-0/+21
2011-08-22wl12xx: use wl1271_acx_beacon_filter_opt for both sta and apEliad Peller1-2/+2
2011-08-22wl12xx: change max/default template sizeEliad Peller1-1/+1
2011-08-22wl12xx: add device role commandsEliad Peller1-1/+24