summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* ath10k: embed HTC struct inside ath10kMichal Kazior2013-07-307-46/+27
* ath10k: rename hif callbackMichal Kazior2013-07-303-9/+9
* ath10k: change function to take struct ath10k as argMichal Kazior2013-07-301-3/+3
* ath10k: provide errno if bmi read/write failsMichal Kazior2013-07-301-2/+4
* ath10k: lower print level for a messageMichal Kazior2013-07-301-2/+3
* ath10k: silent warning in IBSS modeMichal Kazior2013-07-301-2/+2
* ath10k: fix typo in define nameMichal Kazior2013-07-303-6/+6
* ath10k: remove ath10k_busMichal Kazior2013-07-303-10/+1
* ath10k: do not setup rts/frag thresholds for suspended interfacesMichal Kazior2013-07-301-2/+2
* ath10k: setup rts/frag thresholds upon vdev creationMichal Kazior2013-07-301-1/+19
* ath10k: fix possible deadlockMichal Kazior2013-07-301-4/+6
* ath10k: fix teardown orderingMichal Kazior2013-07-301-1/+1
* mwifiex: code rearrangement in sdio.cAmitkumar Karwar2013-07-261-107/+104
* mwifiex: handle driver initialization error pathsAmitkumar Karwar2013-07-262-28/+56
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-07-2532-146/+279
|\
| * brcmfmac: bail out of brcmf_txflowblock_if() for non-netdev interfaceArend van Spriel2013-07-221-1/+1
| * brcmfmac: decrement pending 8021x count upon tx failureArend van Spriel2013-07-221-1/+7
| * ath: wil6210: Fix build errorLarry Finger2013-07-221-2/+2
| * cw1200: Fix OOPS in monitor modeSolomon Peachy2013-07-221-1/+1
| * ath9k_htc: reboot firmware if it was loadedOleksij Rempel2013-07-221-1/+3
| * ath9k_htc: do some initial hardware configurationOleksij Rempel2013-07-221-0/+1
| * mwifiex: fix IRQ enable/disableDaniel Drake2013-07-225-61/+57
| * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-07-226-9/+56
| |\
| | * iwlwifi: mvm: remove extra SSID from probe requestDavid Spinadel2013-07-161-2/+4
| | * iwlwifi: mvm: fix bug in scan ssidDavid Spinadel2013-07-161-2/+2
| | * iwlwifi: mvm: refuse connection to APs with BI < 16Johannes Berg2013-07-161-0/+16
| | * iwlwifi: mvm: track the number of Rx BA sessionsEmmanuel Grumbach2013-07-163-0/+17
| | * iwlwifi: mvm: fix L2P BA ressources leakEmmanuel Grumbach2013-07-161-2/+6
| | * iwlwifi: mvm: Fix VIF specific debugfs directory creationAlexander Bondar2013-07-161-1/+5
| | * iwlwifi: dvm: don't send BT_CONFIG on devices w/o BluetoothJohannes Berg2013-07-161-1/+1
| | * iwlwifi: mvm: unregister leds when registration failedEmmanuel Grumbach2013-07-161-1/+5
| * | ath9k_hw: Fix multicast search for AR9002 familySujith Manoharan2013-07-181-1/+9
| * | rtlwifi: Fix build errors for unusual casesLarry Finger2013-07-1810-35/+91
| * | ath5k: fix extra set bit in multicast maskBob Copeland2013-07-181-1/+1
| * | rt2x00: RT2X00 should depend on HAS_DMAGeert Uytterhoeven2013-07-181-1/+1
| * | ath9k_htc: fix data race between request_firmware_nowait() callback and suspe...Alexey Khoroshilov2013-07-171-3/+6
| * | ath9k: fix tx pending frames accounting for dropped packetsFelix Fietkau2013-07-171-16/+28
| * | rtlwifi: Initialize power-setting callback for USB devicesLarry Finger2013-07-174-13/+15
| |/
* | bgmac: make bgmac depend on bcm47xxHauke Mehrtens2013-07-241-1/+1
* | wireless: rt2x00: rt2800usb: add RT3573 devicesXose Vazquez Perez2013-07-241-0/+30
* | ath9k: Fix diversity combining for AR9285Sujith Manoharan2013-07-247-20/+30
* | mwifiex: modify mwifiex_ap_sta_limits to advertise support for P2PAvinash Patil2013-07-241-1/+3
* | mwifiex: remove duplicate structure host_cmd_tlvAmitkumar Karwar2013-07-244-87/+91
* | mwifiex: correction in mwifiex_check_fw_status() return statusAmitkumar Karwar2013-07-241-2/+0
* | mwifiex: replace mdelay with msleepAmitkumar Karwar2013-07-242-2/+2
* | mwifiex: reduce firmware poll retriesAmitkumar Karwar2013-07-242-4/+0
* | mwifiex: add unregister_dev handler for usb interfaceAmitkumar Karwar2013-07-241-0/+8
* | mwifiex: move if_ops.cleanup_if() callAmitkumar Karwar2013-07-242-3/+3
* | mwifiex: remove unnecessary del_timer(cmd_timer)Amitkumar Karwar2013-07-241-2/+0
* | mwifiex: move del_timer_sync(scan_delay_timer) call to fix memleakAmitkumar Karwar2013-07-242-7/+1