summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-30ath10k: fix NULL dereference for injected packetsMichal Kazior1-4/+8
2013-07-30ath10k: implement fw crash simulation commandMichal Kazior2-0/+38
2013-07-30ath10k: implement device recoveryMichal Kazior7-19/+144
2013-07-30ath10k: skip fw stats debugfs interface if device is downMichal Kazior1-14/+16
2013-07-30ath10k: store firmware files in memoryMichal Kazior2-52/+109
2013-07-30ath10k: defer hw setup to start/stop mac80211 hooksMichal Kazior3-32/+81
2013-07-30ath10k: make sure all resources are freed upon ath10k_stop()Michal Kazior1-0/+25
2013-07-30ath10k: move free_vdev_map initializationMichal Kazior1-2/+2
2013-07-30ath10k: decouple suspend codeMichal Kazior5-154/+138
2013-07-30ath10k: reset BMI state upon initMichal Kazior3-0/+9
2013-07-30ath10k: allow deferred regd updateMichal Kazior2-7/+26
2013-07-30ath10k: decouple core start/stop logicMichal Kazior2-12/+34
2013-07-30ath10k: decouple pci start/stop logicMichal Kazior2-39/+91
2013-07-30ath10k: add missing debug printsMichal Kazior1-0/+6
2013-07-30ath10k: abort scan properly if wmi_scan_stop failsMichal Kazior1-0/+4
2013-07-30ath10k: improve lockingMichal Kazior1-2/+55
2013-07-30ath10k: embed HTT struct inside ath10kMichal Kazior7-34/+34
2013-07-30ath10k: embed HTC struct inside ath10kMichal Kazior7-46/+27
2013-07-30ath10k: rename hif callbackMichal Kazior3-9/+9
2013-07-30ath10k: change function to take struct ath10k as argMichal Kazior1-3/+3
2013-07-30ath10k: provide errno if bmi read/write failsMichal Kazior1-2/+4
2013-07-30ath10k: lower print level for a messageMichal Kazior1-2/+3
2013-07-30ath10k: silent warning in IBSS modeMichal Kazior1-2/+2
2013-07-30ath10k: fix typo in define nameMichal Kazior3-6/+6
2013-07-30ath10k: remove ath10k_busMichal Kazior3-10/+1
2013-07-30ath10k: do not setup rts/frag thresholds for suspended interfacesMichal Kazior1-2/+2
2013-07-30ath10k: setup rts/frag thresholds upon vdev creationMichal Kazior1-1/+19
2013-07-30ath10k: fix possible deadlockMichal Kazior1-4/+6
2013-07-30ath10k: fix teardown orderingMichal Kazior1-1/+1
2013-07-27mwifiex: code rearrangement in sdio.cAmitkumar Karwar1-107/+104
2013-07-27mwifiex: handle driver initialization error pathsAmitkumar Karwar2-28/+56
2013-07-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville40-159/+338
2013-07-24bgmac: make bgmac depend on bcm47xxHauke Mehrtens1-1/+1
2013-07-24wireless: rt2x00: rt2800usb: add RT3573 devicesXose Vazquez Perez1-0/+30
2013-07-24ath9k: Fix diversity combining for AR9285Sujith Manoharan7-20/+30
2013-07-24mwifiex: modify mwifiex_ap_sta_limits to advertise support for P2PAvinash Patil1-1/+3
2013-07-24mwifiex: remove duplicate structure host_cmd_tlvAmitkumar Karwar4-87/+91
2013-07-24mwifiex: correction in mwifiex_check_fw_status() return statusAmitkumar Karwar1-2/+0
2013-07-24mwifiex: replace mdelay with msleepAmitkumar Karwar2-2/+2
2013-07-24mwifiex: reduce firmware poll retriesAmitkumar Karwar2-4/+0
2013-07-24mwifiex: add unregister_dev handler for usb interfaceAmitkumar Karwar1-0/+8
2013-07-24mwifiex: move if_ops.cleanup_if() callAmitkumar Karwar2-3/+3
2013-07-24mwifiex: remove unnecessary del_timer(cmd_timer)Amitkumar Karwar1-2/+0
2013-07-24mwifiex: move del_timer_sync(scan_delay_timer) call to fix memleakAmitkumar Karwar2-7/+1
2013-07-24mwifiex: add PCIe shutdown handler to avoid system hang on rebootAmitkumar Karwar1-0/+9
2013-07-24mwifiex: correct max IE length check for WPS IEAvinash Patil1-5/+6
2013-07-24mwifiex: support to send deauth for P2P clientStone Piao1-0/+1
2013-07-24mwifiex: skip registering mgmt frame that has already registeredStone Piao1-6/+10
2013-07-24mwifiex: discard deauth and disassoc event during WPS sessionStone Piao1-0/+10
2013-07-24mwifiex: add tx info to skb when forming mgmt frameHuawei Yang1-0/+5