summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-05-24rt2800: initialize BBP_R88 on proper subroutinesStanislaw Gruszka1-4/+5
2013-05-24rt2800: initialize BBP_R86 on all subroutines (except 5592)Stanislaw Gruszka1-8/+16
2013-05-24rt2800: initialize BBP_R84 on all subroutines (except 5592)Stanislaw Gruszka1-9/+19
2013-05-24rt2800: initialize BBP_R83 on all subroutines (except 5592)Stanislaw Gruszka1-7/+16
2013-05-24rt2800: initialize BBP_R82 on all subroutines (except 5592)Stanislaw Gruszka1-1/+16
2013-05-24rt2800: initialize BBP_R74 - BBP_R80 on all subroutines (except 5592)Stanislaw Gruszka1-26/+30
2013-05-24rt2800: initialize BBP_R70 on all subroutines (except 5592)Stanislaw Gruszka1-2/+16
2013-05-24rt2800: initialize BBP_R69 - BBP_R77 on proper subroutinesStanislaw Gruszka1-21/+41
2013-05-24rt2800: initialize BBP_R68 on proper subroutinesStanislaw Gruszka1-6/+6
2013-05-24rt2800: initialize BBP_R65 & BBP_R66 on all subroutines (except 5592)Stanislaw Gruszka1-3/+21
2013-05-24rt2800: initialize BBP_R47 on 3352 subroutineStanislaw Gruszka1-3/+2
2013-05-24rt2800: initialize BBP_R31 on proper subroutinesStanislaw Gruszka1-8/+8
2013-05-24rt2800: move rt2800_bbp4_mac_if_ctrl to proper subroutinesStanislaw Gruszka1-5/+2
2013-05-24rt2800: move 3352 bbp specific codeStanislaw Gruszka1-5/+2
2013-05-24rt2800: add rt2800_init_bbp_305x_soc subroutineStanislaw Gruszka1-0/+7
2013-05-24rt2800: prepare for rt2800_init_bbp spitStanislaw Gruszka1-1/+56
2013-05-24rt2800: make rt2800_init_bbp return voidStanislaw Gruszka1-9/+5
2013-05-22drivers/net/wireless/brcm80211/brcmfmac: add missing platform_driver ownerLibo Chen1-1/+2
2013-05-22mwifiex: add support for Marvell SD8897 chipsetYogesh Ashok Powar3-61/+315
2013-05-22mwifiex: code rearrangement in multiport aggregation pathAmitkumar Karwar2-36/+64
2013-05-22mwifiex: remove unnecessary macros in sdio.hAmitkumar Karwar1-51/+0
2013-05-22mwifiex: define a macro for MPA base addressAmitkumar Karwar2-2/+3
2013-05-22mwifiex: do port calculations separatelyAmitkumar Karwar1-12/+12
2013-05-22mwifiex: code rearrangement in mwifiex_get_rd_port()Amitkumar Karwar1-14/+15
2013-05-22mwifiex: replace unnecessary u32 variables with u8 in sdio.cAmitkumar Karwar1-13/+13
2013-05-22mwifiex: store SDIO chip specific information in separate structureAmitkumar Karwar2-81/+149
2013-05-22mwifiex: use u32 variables for SDIO read/write port bitmapAmitkumar Karwar2-25/+25
2013-05-22mwifiex: add calibration data download featureAmitkumar Karwar5-0/+101
2013-05-22mwifiex: replace spin_lock_irqsave with spin_lock and fix warn_onAvinash Patil1-3/+2
2013-05-22mwifiex: add del_station handlerAvinash Patil7-0/+95
2013-05-22mwifiex: avoid deleting all stations during mwifiex_del_sta_entry()Avinash Patil1-6/+3
2013-05-22mwifiex: abort remaining scan commands when association startedBing Zhao1-1/+2
2013-05-22mwifiex: remove global user_scan_cfg variableAmitkumar Karwar5-42/+34
2013-05-22mwifiex: scan delay timer cleanup in unload pathAmitkumar Karwar1-0/+10
2013-05-22mwifiex: rename mwifiex_free_adapter() routine in init.cAmitkumar Karwar1-10/+8
2013-05-22bcma: support SPROM rev 10Rafał Miłecki1-7/+9
2013-05-22bcma: prepare for supporting more SPROM sizesRafał Miłecki1-15/+20
2013-05-22bcma: don't hardcode SPROM lengthRafał Miłecki1-15/+15
2013-05-22wil6210: do not stop Tx queue on packet dropVladimir Kondratiev1-1/+0
2013-05-22wil6210: fix remaining use of non-cached copy of tx/rx descriptorsVladimir Kondratiev2-50/+84
2013-05-22wil6210: use NAPIVladimir Kondratiev5-28/+94
2013-05-22wil6210: trace supportVladimir Kondratiev9-15/+376
2013-05-22wil6210: debug dump packet content right after DMAVladimir Kondratiev1-2/+4
2013-05-22wil6210: Sanity check for reported DMA lengthVladimir Kondratiev1-2/+6
2013-05-22wil6210: 'length' in Tx/Rx descriptors is little endianVladimir Kondratiev3-15/+30
2013-05-22ath9k: use ap style beaconing for meshThomas Pedersen2-5/+7
2013-05-22ath9k_htc: Claim support for mgmt frame protectionJavier Cardona1-0/+1
2013-05-22ath9k_htc: Add support for mesh interfacesJavier Cardona5-12/+37
2013-05-22ath9k: Do not use local_bh_disable in ampdu_actionSujith Manoharan1-2/+2
2013-05-22ath9k: Use bitops for scan flagSujith Manoharan2-6/+4