summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)Author
2013-07-30ath10k: fix memleak in mac setupMichal Kazior
2013-07-30ath10k: don't reset HTC endpoints unnecessarilyMichal Kazior
2013-07-30ath10k: prevent HTC from being used after stoppingMichal Kazior
2013-07-30ath10k: create debugfs interface to trigger fw crashMichal Kazior
2013-07-30ath10k: fix NULL dereference for injected packetsMichal Kazior
2013-07-30ath10k: implement fw crash simulation commandMichal Kazior
2013-07-30ath10k: implement device recoveryMichal Kazior
2013-07-30ath10k: skip fw stats debugfs interface if device is downMichal Kazior
2013-07-30ath10k: store firmware files in memoryMichal Kazior
2013-07-30ath10k: defer hw setup to start/stop mac80211 hooksMichal Kazior
2013-07-30ath10k: make sure all resources are freed upon ath10k_stop()Michal Kazior
2013-07-30ath10k: move free_vdev_map initializationMichal Kazior
2013-07-30ath10k: decouple suspend codeMichal Kazior
2013-07-30ath10k: reset BMI state upon initMichal Kazior
2013-07-30ath10k: allow deferred regd updateMichal Kazior
2013-07-30ath10k: decouple core start/stop logicMichal Kazior
2013-07-30ath10k: decouple pci start/stop logicMichal Kazior
2013-07-30ath10k: add missing debug printsMichal Kazior
2013-07-30ath10k: abort scan properly if wmi_scan_stop failsMichal Kazior
2013-07-30ath10k: improve lockingMichal Kazior
2013-07-30ath10k: embed HTT struct inside ath10kMichal Kazior
2013-07-30ath10k: embed HTC struct inside ath10kMichal Kazior
2013-07-30ath10k: rename hif callbackMichal Kazior
2013-07-30ath10k: change function to take struct ath10k as argMichal Kazior
2013-07-30ath10k: provide errno if bmi read/write failsMichal Kazior
2013-07-30ath10k: lower print level for a messageMichal Kazior
2013-07-30ath10k: silent warning in IBSS modeMichal Kazior
2013-07-30ath10k: fix typo in define nameMichal Kazior
2013-07-30ath10k: remove ath10k_busMichal Kazior
2013-07-30ath10k: do not setup rts/frag thresholds for suspended interfacesMichal Kazior
2013-07-30ath10k: setup rts/frag thresholds upon vdev creationMichal Kazior
2013-07-30ath10k: fix possible deadlockMichal Kazior
2013-07-30ath10k: fix teardown orderingMichal Kazior
2013-07-26mwifiex: code rearrangement in sdio.cAmitkumar Karwar
2013-07-26mwifiex: handle driver initialization error pathsAmitkumar Karwar
2013-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-07-24bgmac: make bgmac depend on bcm47xxHauke Mehrtens
2013-07-24wireless: rt2x00: rt2800usb: add RT3573 devicesXose Vazquez Perez
2013-07-24ath9k: Fix diversity combining for AR9285Sujith Manoharan
2013-07-24mwifiex: modify mwifiex_ap_sta_limits to advertise support for P2PAvinash Patil
2013-07-24mwifiex: remove duplicate structure host_cmd_tlvAmitkumar Karwar
2013-07-24mwifiex: correction in mwifiex_check_fw_status() return statusAmitkumar Karwar
2013-07-24mwifiex: replace mdelay with msleepAmitkumar Karwar
2013-07-24mwifiex: reduce firmware poll retriesAmitkumar Karwar
2013-07-24mwifiex: add unregister_dev handler for usb interfaceAmitkumar Karwar
2013-07-24mwifiex: move if_ops.cleanup_if() callAmitkumar Karwar
2013-07-24mwifiex: remove unnecessary del_timer(cmd_timer)Amitkumar Karwar
2013-07-24mwifiex: move del_timer_sync(scan_delay_timer) call to fix memleakAmitkumar Karwar
2013-07-24mwifiex: add PCIe shutdown handler to avoid system hang on rebootAmitkumar Karwar
2013-07-24mwifiex: correct max IE length check for WPS IEAvinash Patil