summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-04-1062-174/+213
|\
| * mac80211_hwsim: advertise VHT support also when channels == 1Karl Beldan2013-04-081-3/+0
| * mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan2013-03-2560-164/+201
| * mac80211: add P2P NoA settingsJanusz Dziedzic2013-03-221-3/+9
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-1018-323/+416
|\ \
| * | rt2x00: rt2x00pci: fix build error on Ralink RT3x5x SoCsGabor Juhos2013-04-0310-264/+347
| * | rt2x00: rt2x00pci_regbusy_read() - only print register access failure onceTim Gardner2013-04-031-2/+2
| * | ath9k: Re-enable interrupts after a channel change failureRobert Shade2013-04-031-0/+4
| * | brcmfmac: do not proceed if fail to download nvram to dongleFranky Lin2013-04-031-3/+3
| * | brcmfmac: fix returning cipher_suite for get_key operation.Hante Meuleman2013-04-031-8/+4
| * | brcmfmac: fix stopping AP.Hante Meuleman2013-04-031-10/+15
| * | brcmfmac: fix tkip mic tx/rx ap swap bug.Hante Meuleman2013-04-031-3/+6
| * | mwifiex: complete last internal scanBing Zhao2013-04-031-2/+9
| * | mwifiex: limit channel number not to overflow memoryStone Piao2013-04-011-1/+2
| * | Merge tag 'nfc-fixes-3.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2013-04-011-21/+17
| |\ \
| | * | NFC: microread: Fix build failure due to a new MEI bus APISamuel Ortiz2013-04-011-21/+17
| * | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-04-012-11/+9
| |\ \ \
| | * | | iwlwifi: dvm: fix the passive-no-RX workaroundJohannes Berg2013-03-282-11/+9
* | | | | brcmfmac: only use ifidx from BDC header in brcmf_rx_frames()Arend van Spriel2013-04-083-14/+7
* | | | | brcmfmac: obtain wdev using vif object in action frame rxArend van Spriel2013-04-081-1/+2
* | | | | brcmfmac: fix reception of P2P probe requests on P2P_DEVICE interfaceArend van Spriel2013-04-082-3/+8
* | | | | brcmfmac: wait for firmware event when creating P2P_DEVICE interfaceArend van Spriel2013-04-084-35/+55
* | | | | brcmfmac: support creation of P2P_DEVICE through user-spaceArend van Spriel2013-04-082-11/+143
* | | | | brcmfmac: use struct brcmf_if instance iso netdevice in escan functionsArend van Spriel2013-04-083-52/+42
* | | | | brcmfmac: use struct brcmf_if instance as parameter in brcmf_set_mpc()Arend van Spriel2013-04-083-19/+20
* | | | | brcmfmac: remove use of unconditional access of struct wireless_dev::netdevArend van Spriel2013-04-081-6/+4
* | | | | brcmfmac: remove condition for calling event handlerArend van Spriel2013-04-081-1/+1
* | | | | brcmfmac: add role attribute to struct brcmf_if_event definitionArend van Spriel2013-04-082-3/+4
* | | | | brcmfmac: add hexadecimal trace of message payloadArend van Spriel2013-04-086-0/+19
* | | | | brcmfmac: firmware shared data version fixPiotr Haber2013-04-081-2/+2
* | | | | brcmfmac: read firmware console without trap indicationPiotr Haber2013-04-081-16/+14
* | | | | brcmfmac: handle firmware signals requesting for packetsArend van Spriel2013-04-082-2/+29
* | | | | brcmfmac: handle firmware signalling destination entry stateArend van Spriel2013-04-083-7/+79
* | | | | brcmfmac: fix unaligned access in TXSTATUS signal handlingArend van Spriel2013-04-081-1/+3
* | | | | mwifiex: hold proper locks when accessing ra_list / bss_prio listsAndreas Fenkart2013-04-081-26/+29
* | | | | mwifiex: fix infinite loop by removing NO_PKT_PRIO_TIDAndreas Fenkart2013-04-082-8/+6
* | | | | mwifiex: remove unused tid_tbl_lock from mwifiex_tid_tblAndreas Fenkart2013-04-083-9/+5
* | | | | mwifiex: correct wrong list in list_empty checkAndreas Fenkart2013-04-081-2/+1
* | | | | rtlwifi: rtl8188ee: Fix allyesconfig build failuresLarry Finger2013-04-085-32/+22
* | | | | rtlwifi: rtl8188ee: Fix linker warningsLarry Finger2013-04-081-1/+1
* | | | | ath9k: add support for DFS master modeZefir Kurtisi2013-04-085-7/+36
* | | | | ath9k: add debugfs based DFS radar simulationZefir Kurtisi2013-04-081-0/+20
* | | | | ath9k: add interface combinations for DFS masterZefir Kurtisi2013-04-081-8/+24
* | | | | ath: Let user know which keycache method is complaining.Ben Greear2013-04-081-3/+6
* | | | | mwifiex: fix negative cmd_pending countBing Zhao2013-04-086-16/+29
* | | | | brcmfmac: enable sk_buff queueing when credits depleteArend van Spriel2013-04-033-60/+627
* | | | | brcmfmac: no flow-control tlv signals when fcmode is NONEArend van Spriel2013-04-031-6/+6
* | | | | brcmfmac: only allocate firmware-signalling resources if requiredArend van Spriel2013-04-032-7/+10
* | | | | brcmfmac: move brcmf_fws_{de,}init() functionsArend van Spriel2013-04-031-68/+68
* | | | | brcmfmac: correct specified length from FIFOCREDITBACK signalArend van Spriel2013-04-031-1/+1