summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/wl12xx
AgeCommit message (Expand)AuthorFilesLines
2011-11-08wl12xx: fix wl12xx_scan_sched_scan_ssid_list() check that all given ssids are...Eyal Shapira1-1/+1
2011-10-07wl12xx: disable AP-mode-specific quirksEliad Peller4-22/+0
2011-10-07wl12xx: Add support for HW channel switchShahar Levi6-1/+133
2011-10-07wl12xx: set max_sched_scan_ie_len correctlyLuciano Coelho1-0/+3
2011-10-07wl12xx: configure rate policy for p2p operationsEliad Peller3-1/+22
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: report the stop_ba event to all STAs in AP-modeArik Nemtsov1-1/+1
2011-09-23wl12xx: correct fw_status structure for 8 sta support in AP-modeArik Nemtsov2-2/+4
2011-09-23wl12xx: implement set_bitrate_mask callbackEliad Peller7-65/+102
2011-09-23wl12xx: AP mode - support hidden SSIDArik Nemtsov2-17/+82
2011-09-23wl12xx: Use dev_hlid for auth and assoc reqEliad Peller1-6/+9
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 Levi2-5/+3
2011-09-23wl12xx: fix sdio_test module functionalityShahar Levi2-6/+15
2011-09-22wl12xx: fix forced passive scansLuciano Coelho1-6/+13
2011-09-20Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville3-52/+6
2011-09-14wl12xx: support p2p interfacesEliad Peller2-5/+20
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 Nemtsov3-3/+14
2011-09-14wl12xx: AP mode - enable the BA constraint event from the FWArik Nemtsov1-14/+23
2011-09-14wl12xx: don't regulate links when a single STA is connectedArik Nemtsov3-5/+20
2011-09-14wl12xx: support up to 8 stations in AP-modeArik Nemtsov1-2/+2
2011-09-14wl12xx: AP mode - don't regulate FW blocks for non-active STAsArik Nemtsov1-0/+4
2011-09-14wl12xx: don't indicate up PS-filtered dummy packetsArik Nemtsov3-3/+8
2011-09-14wl12xx: ignore sched scan match sets without SSIDLuciano Coelho1-3/+12
2011-09-14wl12xx: increase number of allowed SSIDs in sched_scanLuciano Coelho1-3/+4
2011-09-14wl12xx: add support for sched_scan filtersLuciano Coelho1-35/+72
2011-09-14wl12xx: declare support for WIPHY_FLAG_AP_UAPSDEliad Peller3-5/+19
2011-09-14wl12xx: use kstrtoul_from_userEliad Peller1-41/+5
2011-09-14wl12xx: remove deprecated CONFIG_WL12XX_HT flagLuciano Coelho4-20/+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 Peller5-9/+91
2011-09-14wl12xx: check for ROC on scan_completeEliad Peller1-2/+3
2011-09-14wl12xx: don't use WL1271_SCAN_OPT_PRIORITY_HIGH flagEliad Peller1-3/+0
2011-09-14wl12xx: don't disconnect on recoveryEliad Peller1-3/+0
2011-09-14wl12xx: add beacon_filtering debugfs fileEliad Peller1-0/+42
2011-09-14wl12xx: add module_param to trigger BUG() on recoveryEliad Peller1-0/+6
2011-09-14wl12xx: print the seq_num of rx packetEliad Peller1-2/+5
2011-09-14wl12xx: print acx idEliad Peller1-1/+1
2011-09-14Merge branch 'wl12xx-next' into for-linvilleLuciano Coelho6-29/+103
2011-08-29wl12xx/sdio_test.c: fix build breakage from WL127X_FW_NAME changeJohn W. Linville1-1/+1
2011-08-25wl12xx: use SCAN_SSID_TYPE_PUBLIC when using the wildcard in sched_scanLuciano Coelho1-2/+5
2011-08-25wl12xx: add support for multiple SSIDs in sched_scanLuciano Coelho2-7/+57
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: allow 11a AP-mode for wl127x devicesArik Nemtsov1-3/+1