summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx/cmd.c
Commit message (Expand)AuthorAgeFilesLines
* wireless/wl12xx/wl1251: move TI WLAN modules to a common ti subdirectoryLuciano Coelho2012-04-121-1950/+0Star
* wl12xx: fix DMA-API-related warningsMircea Gherzan2012-04-101-9/+16
* wl12xx: implement SW Tx watchdogArik Nemtsov2012-03-081-0/+8
* wl12xx: increment session_counter for device role as wellEliad Peller2012-03-051-1/+1
* wl12xx: reset link Tx queues when freeing itArik Nemtsov2012-02-281-0/+7
* wl12xx: change bits in the link_map under spin lockArik Nemtsov2012-02-281-0/+9
* wl12xx: consider encryption and QoS in auto arp templateEliad Peller2012-02-151-20/+68
* wl12xx: add support for HW dynamic PSEyal Shapira2012-02-151-1/+2
* wl12xx: fw api change - update cmd/acx/event enumsEliad Peller2012-02-151-3/+9
* wl12xx: use dev_role_id for scansEliad Peller2012-02-151-1/+2
* wl12xx: fw api change - add role_id to set_templateEliad Peller2012-02-151-13/+24
* wl12xx: flush packets before stopping dev roleEliad Peller2011-12-201-0/+3
* wl12xx: Validate FEM index from ini file and FWPontus Fuchs2011-12-011-0/+22
* wl12xx: couple role_start_dev with rocEliad Peller2011-11-081-2/+51
* wl12xx: move debugging definitions to a separate fileLuciano Coelho2011-10-111-0/+1
* wl12xx: replace all remaining wl->vif referencesEliad Peller2011-10-111-6/+9
* wl12xx: add channel field to wlvifEliad Peller2011-10-111-6/+6
* wl12xx: add band field to wlvifEliad Peller2011-10-111-15/+17
* wl12xx: move bitrate_masks into wlvifEliad Peller2011-10-111-5/+8
* wl12xx: move ap_hlid_map into wlvif.apEliad Peller2011-10-071-16/+18
* wl12xx: move beacon_int into wlvifEliad Peller2011-10-071-3/+3
* wl12xx: move dev_hlid into wlvifEliad Peller2011-10-071-8/+6Star
* wl12xx: move session_counter into wlvifEliad Peller2011-10-071-7/+8
* wl12xx: move ap_global_hlid and ap_bcast_hlid into wlvifEliad Peller2011-10-071-14/+14
* wl12xx: move sta_hlid into wlvifEliad Peller2011-10-071-13/+15
* wl12xx: move dev_role_id into wlvifEliad Peller2011-10-071-5/+5
* wl12xx: move role_id into wlvifEliad Peller2011-10-071-16/+17
* wl12xx: move ssid and ssid_len into wlvifEliad Peller2011-10-071-7/+7
* wl12xx: move bss_type into wlvifEliad Peller2011-10-071-1/+1
* wl12xx: replace wl->bssid with vif->bss_conf.bssidEliad Peller2011-10-071-5/+8
* wl12xx: move basic_rate into wlvifEliad Peller2011-10-071-9/+14
* wl12xx: move rate_set into wlvifEliad Peller2011-10-071-6/+6
* wl12xx: define wl12xx_vifEliad Peller2011-10-071-10/+11
* wl12xx: replace wl->mac_addr with vif->addrEliad Peller2011-10-071-4/+5
* wl12xx: disable AP-mode-specific quirksEliad Peller2011-10-071-5/+0Star
* wl12xx: Add support for HW channel switchShahar Levi2011-10-071-0/+58
* wl12xx: implement set_bitrate_mask callbackEliad Peller2011-09-231-9/+10
* wl12xx: AP mode - support hidden SSIDArik Nemtsov2011-09-231-9/+15
* wl12xx: declare support for WIPHY_FLAG_AP_UAPSDEliad Peller2011-09-141-5/+10
* wl12xx: print acx idEliad Peller2011-09-141-1/+1
* wl12xx: don't wait for disconnection eventEliad Peller2011-08-221-6/+0Star
* wl12xx: AP-mode - configure STA HT rates on joinArik Nemtsov2011-08-221-2/+8
* wl12xx: add wl12xx_cmd_role_start_ibss()Eliad Peller2011-08-221-0/+62
* wl12xx: don't remove key if hlid was already deletedEliad Peller2011-08-221-0/+4
* wl12xx: call wl12xx_cmd_set_peer_state() in AP modeEliad Peller2011-08-221-3/+3
* wl12xx: use dynamic hlids for AP-modeArik Nemtsov2011-08-221-4/+23
* wl12xx: fix session counterArik Nemtsov2011-08-221-1/+11
* wl12xx: replace dummy_join with ROC/CROC commandsEliad Peller2011-08-221-0/+39
* wl12xx: add ROC/CROC commandsEliad Peller2011-08-221-0/+73
* wl12xx: add device role commandsEliad Peller2011-08-221-0/+91