summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43
Commit message (Expand)AuthorAgeFilesLines
* b43: LP-PHY: Implement channel switching for rev0/1/B2062 radioGábor Stefanik2009-08-202-15/+284
* b43: LP-PHY: Implement channel switching for rev2+/B2063 radioGábor Stefanik2009-08-201-22/+402
* b43: LP-PHY: Initialize TX power controlGábor Stefanik2009-08-202-7/+103
* b43: Update dummy transmission to match V4 specsGábor Stefanik2009-08-205-23/+31
* b43: Implement RC calibration for rev.0/1 LP-PHYsGábor Stefanik2009-08-141-47/+460
* b43: LP-PHY: Refactor TX gain table I/OGábor Stefanik2009-08-142-39/+55
* b43: Implement RC calibration for rev.2+ LP PHYsGábor Stefanik2009-08-141-1/+85
* b43: LP-PHY: Implement reading band SPROMGábor Stefanik2009-08-142-1/+100
* b43: Fix a typo in the sync_stx routineGábor Stefanik2009-08-141-1/+1
* b43: Update LP-PHY rev2+ baseband init to match the specsGábor Stefanik2009-08-142-4/+72
* b43: Implement LP-PHY baseband table initializationGábor Stefanik2009-08-143-4/+1756
* b43: LP-PHY: Implement STX synchronizationGábor Stefanik2009-08-141-2/+55
* b43: Fix hardware key index handlingMichael Buesch2009-08-143-54/+53
* b43: Fix fallout from the IEEE80211_IF_TYPE to NL80211_IFTYPE change.Gábor Stefanik2009-08-141-1/+1
* b43: remove wrong probe_resp_plcp writegregor kowski2009-08-141-114/+0
* b43: Typo fixes & minor cleanupGábor Stefanik2009-08-142-2/+2
* b43: Add LP 2063 radio initGábor Stefanik2009-08-143-56/+386
* b43: implement baseband init for LP-PHY <= rev1Gábor Stefanik2009-08-046-4/+127
* b43: remove wrong probe_resp_plcp writegregor kowski2009-08-041-0/+3
* b43: Fix unaligned 32bit SHM-shared accessMichael Buesch2009-08-041-7/+24
* mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez2009-08-043-6/+6
* b43: Work around mac80211 race conditionLarry Finger2009-08-041-6/+15
* wireless: remove print_mac usesJohannes Berg2009-07-241-3/+1
* mac80211: push rx status into skb->cbJohannes Berg2009-07-101-1/+2
* b43: Add support for 4318EClyde McPherson2009-07-081-0/+1
* b43/b43legacy: fix radio LED initializationLarry Finger2009-07-072-2/+6
* b43: Add fw capabilitiesMichael Buesch2009-06-105-14/+61
* b43/legacy: port to cfg80211 rfkillJohannes Berg2009-06-108-169/+36
* b43: Fix possible unaligned u32 accessMatthieu CASTET2009-06-101-3/+2
* rfkill: rewriteJohannes Berg2009-06-0311-116/+53
* wireless: move some utility functions from mac80211 to cfg80211Zhu Yi2009-05-221-1/+1
* b43/legacy: fix beacon change processingJohannes Berg2009-05-201-13/+11
* mac80211: unify config_interface and bss_info_changedJohannes Berg2009-05-061-38/+26
* mac80211: clean up beacon interval settingsJohannes Berg2009-05-061-5/+7
* b43: Remove unnecessary MMIO in interrupt hotpathMichael Buesch2009-04-222-44/+21
* b43: Do not "select" HW_RANDOMMichael Buesch2009-04-223-3/+17
* rfkill: remove user_claim stuffJohannes Berg2009-04-221-1/+0
* b43: Do radio lock assertion in softwareMichael Buesch2009-04-163-5/+20
* b43: Refresh RX poison on buffer recyclingMichael Buesch2009-04-161-10/+11
* b43: Poison RX buffersMichael Buesch2009-04-161-4/+33
* dma-mapping: replace all DMA_30BIT_MASK macro with DMA_BIT_MASK(30)Yang Hongyang2009-04-071-3/+3
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-4/+4
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-3/+3
* b43: fix b43_plcp_get_bitrate_idx_ofdm return typeLorenzo Nava2009-03-271-1/+1
* b43: Mask PHY TX error interrupt, if not debuggingMichael Buesch2009-03-271-0/+2
* b43: Fix compilation for devices without PCI coreMichael Buesch2009-03-051-0/+2
* b43: Pass more RX flags to mac80211Michael Buesch2009-03-053-8/+13
* b43: checkpatch.pl cleanupsJohn Daiker2009-02-277-39/+39
* b43: Remove bogus integer truncation warningsMichael Buesch2009-02-272-5/+5
* b43: Convert usage of b43_radio_maskset()Michael Buesch2009-02-273-58/+25