aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-18b43: move under broadcom vendor directoryKalle Valo63-58116/+0
2015-11-04Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-10/+10
2015-10-28ssb: pick PCMCIA host code support from b43 driverRafał Miłecki5-194/+1
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar2-10/+10
2015-09-26b43: probe bcma core (device) rev 0x15Rafał Miłecki1-0/+1
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-07-31b43: fix extpa_gain check for 2GHzHauke Mehrtens1-1/+1
2015-07-21b43: Fix typo in function nameNik Nyby3-4/+4
2015-06-23Merge tag 'wireless-drivers-next-for-davem-2015-06-18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-0/+4
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg1-2/+2
2015-06-08b43: fix support for 14e4:4321 PCI dev with BCM4321 chipsetRafał Miłecki1-0/+4
2015-04-24mac80211: remove support for IFF_PROMISCJohannes Berg1-6/+2
2015-04-07wireless: Use bool function returns of true/false instead of 1/0Joe Perches1-6/+6
2015-04-01Merge tag 'wireless-drivers-next-for-davem-2015-04-01' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-1/+1
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2015-03-13bcma: move PCI IRQ control function to host specific codeRafał Miłecki1-1/+1
2015-03-06Merge tag 'wireless-drivers-next-for-davem-2015-03-06' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-3/+3
2015-03-03wireless: Use eth_<foo>_addr instead of memsetJoe Perches1-4/+4
2015-03-03b43: fix support for 5 GHz only BCM43228 modelRafał Miłecki1-0/+1
2015-03-02bcma: change IRQ control function to accept bus as an argumentRafał Miłecki1-1/+1
2015-03-02bcma: add helpers bringing PCIe hosted bus up / downRafał Miłecki1-2/+2
2015-02-11treewide: Remove unnecessary SSB_DEVTABLE_END macroJoe Perches1-1/+1
2015-02-11treewide: Remove unnecessary BCMA_CORETABLE_END macroJoe Perches1-1/+1
2015-01-29b43: AC-PHY: prepare place for developing new PHY supportRafał Miłecki7-1/+160
2015-01-29b43: support bcma core reset on AC-PHY hardwareRafał Miłecki2-0/+19
2015-01-29b43: Fix locking FIXME in beacon update top halfMichael Büsch2-11/+33
2015-01-23b43: stop leds during suspendSabrina Dubroca1-0/+1
2014-11-20Merge tag 'mac80211-next-for-john-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-2/+5
2014-11-19mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDRJohannes Berg1-2/+5
2014-11-10b43: fix NULL pointer dereference in b43_phy_copy()Hauke Mehrtens1-3/+1
2014-09-15b43: add support for setting the beacon listen intervalHauke Mehrtens2-0/+10
2014-09-15b43: update some transmit header constantsHauke Mehrtens1-9/+13
2014-09-15b43: add missing rateHauke Mehrtens1-0/+1
2014-09-15b43: tell ucode the phy type and versionHauke Mehrtens1-0/+4
2014-09-15b43: tell the ucode the mac capabilitiesHauke Mehrtens2-0/+13
2014-09-15b43: Implement PHY PLL resetRafał Miłecki4-2/+34
2014-09-15b43: HT-PHY: Update values for frequency calibrationRafał Miłecki1-66/+248
2014-09-15b43: HT-PHY: Implement band switchingRafał Miłecki3-6/+40
2014-09-11b43: HT-PHY: Set MAC frequency to correct valuesRafał Miłecki2-16/+17
2014-09-11b43: HT-PHY: Complete radio init (add missing entries)Rafał Miłecki3-2/+30
2014-09-11b43: HT-PHY: Define some regs for 0x2059 radioRafał Miłecki2-21/+46
2014-09-11b43: HT-PHY: Move radio calibration to separated functionsRafał Miłecki1-46/+47
2014-09-11b43: HT-PHY: Move radio preparation into init functionRafał Miłecki2-12/+16
2014-08-25b43: N-PHY: support setting custom TX powerRafał Miłecki3-12/+77
2014-08-25b43: implement PPR (Power Per Rate) management/APIRafał Miłecki4-0/+252
2014-08-25b43: N-PHY: add RF power tables for radio 0x2057 revs 9 & 14Rafał Miłecki3-3/+87
2014-08-25b43: N-PHY: update rev3+ gain control workaroundsRafał Miłecki1-24/+37
2014-08-25b43: flush some writes on Broadcom MIPS SoCsRafał Miłecki11-29/+49
2014-08-25b43: don't duplicate common PHY read/write opsRafał Miłecki5-60/+12
2014-08-25b43: update flushing many writes performed in a rowRafał Miłecki3-3/+25