aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx/cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-12wireless/wl12xx/wl1251: move TI WLAN modules to a common ti subdirectoryLuciano Coelho1-1950/+0
2012-04-10wl12xx: fix DMA-API-related warningsMircea Gherzan1-9/+16
2012-03-08wl12xx: implement SW Tx watchdogArik Nemtsov1-0/+8
2012-03-05wl12xx: increment session_counter for device role as wellEliad Peller1-1/+1
2012-02-28wl12xx: reset link Tx queues when freeing itArik Nemtsov1-0/+7
2012-02-28wl12xx: change bits in the link_map under spin lockArik Nemtsov1-0/+9
2012-02-15wl12xx: consider encryption and QoS in auto arp templateEliad Peller1-20/+68
2012-02-15wl12xx: add support for HW dynamic PSEyal Shapira1-1/+2
2012-02-15wl12xx: fw api change - update cmd/acx/event enumsEliad Peller1-3/+9
2012-02-15wl12xx: use dev_role_id for scansEliad Peller1-1/+2
2012-02-15wl12xx: fw api change - add role_id to set_templateEliad Peller1-13/+24
2011-12-20wl12xx: flush packets before stopping dev roleEliad Peller1-0/+3
2011-12-01wl12xx: Validate FEM index from ini file and FWPontus Fuchs1-0/+22
2011-11-08wl12xx: couple role_start_dev with rocEliad Peller1-2/+51
2011-10-11wl12xx: move debugging definitions to a separate fileLuciano Coelho1-0/+1
2011-10-11wl12xx: replace all remaining wl->vif referencesEliad Peller1-6/+9
2011-10-11wl12xx: add channel field to wlvifEliad Peller1-6/+6
2011-10-11wl12xx: add band field to wlvifEliad Peller1-15/+17
2011-10-11wl12xx: move bitrate_masks into wlvifEliad Peller1-5/+8
2011-10-07wl12xx: move ap_hlid_map into wlvif.apEliad Peller1-16/+18
2011-10-07wl12xx: move beacon_int into wlvifEliad Peller1-3/+3
2011-10-07wl12xx: move dev_hlid into wlvifEliad Peller1-8/+6
2011-10-07wl12xx: move session_counter into wlvifEliad Peller1-7/+8
2011-10-07wl12xx: move ap_global_hlid and ap_bcast_hlid into wlvifEliad Peller1-14/+14
2011-10-07wl12xx: move sta_hlid into wlvifEliad Peller1-13/+15
2011-10-07wl12xx: move dev_role_id into wlvifEliad Peller1-5/+5
2011-10-07wl12xx: move role_id into wlvifEliad Peller1-16/+17
2011-10-07wl12xx: move ssid and ssid_len into wlvifEliad Peller1-7/+7
2011-10-07wl12xx: move bss_type into wlvifEliad Peller1-1/+1
2011-10-07wl12xx: replace wl->bssid with vif->bss_conf.bssidEliad Peller1-5/+8
2011-10-07wl12xx: move basic_rate into wlvifEliad Peller1-9/+14
2011-10-07wl12xx: move rate_set into wlvifEliad Peller1-6/+6
2011-10-07wl12xx: define wl12xx_vifEliad Peller1-10/+11
2011-10-07wl12xx: replace wl->mac_addr with vif->addrEliad Peller1-4/+5
2011-10-07wl12xx: disable AP-mode-specific quirksEliad Peller1-5/+0
2011-10-07wl12xx: Add support for HW channel switchShahar Levi1-0/+58
2011-09-23wl12xx: implement set_bitrate_mask callbackEliad Peller1-9/+10
2011-09-23wl12xx: AP mode - support hidden SSIDArik Nemtsov1-9/+15
2011-09-14wl12xx: declare support for WIPHY_FLAG_AP_UAPSDEliad Peller1-5/+10
2011-09-14wl12xx: print acx idEliad Peller1-1/+1
2011-08-22wl12xx: don't wait for disconnection eventEliad Peller1-6/+0
2011-08-22wl12xx: AP-mode - configure STA HT rates on joinArik Nemtsov1-2/+8
2011-08-22wl12xx: add wl12xx_cmd_role_start_ibss()Eliad Peller1-0/+62
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 Peller1-3/+3
2011-08-22wl12xx: use dynamic hlids for AP-modeArik Nemtsov1-4/+23
2011-08-22wl12xx: fix session counterArik Nemtsov1-1/+11
2011-08-22wl12xx: replace dummy_join with ROC/CROC commandsEliad Peller1-0/+39
2011-08-22wl12xx: add ROC/CROC commandsEliad Peller1-0/+73
2011-08-22wl12xx: add device role commandsEliad Peller1-0/+91