aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx/debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-12wireless/wl12xx/wl1251: move TI WLAN modules to a common ti subdirectoryLuciano Coelho1-1203/+0
2012-02-15wl12xx: Use a dedicated fw for PLTEliad Peller1-1/+1
2012-02-15wl12xx: add split_scan_timeout debugfs fileEyal Shapira1-0/+43
2012-02-15wl12xx: consider encryption and QoS in auto arp templateEliad Peller1-0/+1
2012-02-15wl12xx: add forced_ps debugfs fileEyal Shapira1-0/+70
2012-02-15wl12xx: add forced_ps modeEyal Shapira1-1/+1
2012-02-15wl12xx: add suspend_listen_interval debugfs fileEyal Shapira1-0/+59
2012-02-15wl12xx: change WLVIF_FLAG_PSM name and remove WLVIF_FLAG_PSM_REQUESTEDEyal Shapira1-1/+1
2012-02-15wl12xx: remove 2 unused parameters in wl1271_ps_set_mode()Eyal Shapira1-3/+1
2012-02-15wl12xx: add dynamic_ps_timeout debugfs fileEyal Shapira1-0/+67
2012-02-15wl12xx: remove PS management codeEyal Shapira1-1/+0
2011-12-15wl12xx: alloc buffer in driver_state_read to prevent compilation warningLuciano Coelho1-3/+13
2011-11-08wl12xx: add vifs_state debugfs keyEliad Peller1-0/+110
2011-10-11wl12xx: move debugging definitions to a separate fileLuciano Coelho1-0/+1
2011-10-11wl12xx: replace all remaining wl->vif referencesEliad Peller1-8/+3
2011-10-11wl12xx: rearm rx streaming per vifEliad Peller1-2/+8
2011-10-11wl12xx: move tx_security_seq into wlvifEliad Peller1-1/+0
2011-10-11wl12xx: move last_tx_hlid into wlvifEliad Peller1-1/+0
2011-10-07wl12xx: move ap_hlid_map into wlvif.apEliad Peller1-1/+0
2011-10-07wl12xx: move ba fields into wlvifEliad Peller1-2/+0
2011-10-07wl12xx: move rssi_thold and last_rssi_event into wlvifEliad Peller1-2/+0
2011-10-07wl12xx: move ps_poll_failures and psm_entry_retry into wlvifEliad Peller1-2/+0
2011-10-07wl12xx: move beacon_int into wlvifEliad Peller1-1/+0
2011-10-07wl12xx: move session_counter into wlvifEliad Peller1-1/+0
2011-10-07wl12xx: move role_id into wlvifEliad Peller1-1/+9
2011-10-07wl12xx: move bss_type into wlvifEliad Peller1-1/+0
2011-10-07wl12xx: move basic_rate into wlvifEliad Peller1-1/+0
2011-10-07wl12xx: move rate_set into wlvifEliad Peller1-1/+0
2011-10-07wl12xx: define wl12xx_vifEliad Peller1-1/+0
2011-09-14wl12xx: use kstrtoul_from_userEliad Peller1-41/+5
2011-09-14wl12xx: add beacon_filtering debugfs fileEliad Peller1-0/+42
2011-08-22wl12xx: schedule TX packets according to FW packet occupancyArik Nemtsov1-0/+4
2011-08-22wl12xx: update fw status structEliad Peller1-4/+1
2011-08-22wl12xx: remove rx filtering stuffEliad Peller1-3/+0
2011-08-22wl12xx: Revert "wl12xx: schedule TX packets according to FW occupancy"Arik Nemtsov1-4/+1
2011-07-08wl12xx: start/stop queues according to global per-AC countersArik Nemtsov1-2/+6
2011-07-05wl12xx: schedule TX packets according to FW occupancyArik Nemtsov1-1/+4
2011-07-05wl12xx: fix Tx security sequence number handlingOz Krakowski1-1/+1
2011-06-27wl12xx: Avoid recovery while one is already in progressIdo Yariv1-1/+1
2011-06-27wl12xx: add rx_streaming debugfs entryEliad Peller1-1/+135
2011-05-13wl12xx: export scheduled scan state in debugfsLuciano Coelho1-0/+1
2011-05-02wl12xx: export driver state to debugfsArik Nemtsov1-0/+87
2011-05-02wl12xx: add debugfs entry for starting recoveryArik Nemtsov1-0/+20
2011-05-02wl12xx: strict_stroul introduced converted to kstrtoulLuciano Coelho1-2/+2
2011-05-02wl12xx: add debugfs entries for dtim_interval and beacon_intervalEliad Peller1-0/+132
2011-04-19wl12xx: use kstrtoul functionsLuciano Coelho1-1/+1
2011-03-03wl12xx: Switch to a threaded interrupt handlerIdo Yariv1-1/+1
2011-01-24wl12xx: wrong values are returned in gpio_power_write()Eliad Peller1-6/+4
2011-01-24wl12xx: change debug_level module param sysfs permissionsGuy Eilam1-5/+0
2011-01-24wl12xx: remove redundant debugfs_remove_recursive() callEliad Peller1-20/+16