aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43legacy (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-22b43legacy: use le16 frame control directly, avoid byteswappingHarvey Harrison1-3/+1
2008-07-29mac80211: partially fix skb->cb useJohannes Berg1-1/+1
2008-07-29b43legacy: Release mutex in error handling codeJulia Lawall1-1/+1
2008-07-29mac80211: remove IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE flagJohannes Berg1-2/+1
2008-07-14mac80211: fix TX sequence numbersJohannes Berg1-2/+1
2008-07-14mac80211: revamp beacon configurationJohannes Berg1-28/+17
2008-07-08b43legacy: Remove switch statement with 64-bit indexLarry Finger1-15/+51
2008-06-30b43/b43legacy: add RFKILL_STATE_HARD_BLOCKED supportAdel Gadllah1-0/+18
2008-06-30b43/b43legacy: use RFKILL_STATE_UNBLOCKED instead of RFKILL_STATE_ONAdel Gadllah1-1/+1
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller3-43/+44
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-3/+5
2008-06-27wireless: remove RFKILL_STATE_HARD_BLOCKED warningsJohn W. Linville1-2/+6
2008-06-27ssb, b43, b43legacy, b44: Rewrite SSB DMA APIMichael Buesch1-32/+31
2008-06-26b43legacy: use frame control helpersHarvey Harrison1-9/+7
2008-06-25b43legacy: Fix possible NULL pointer dereference in DMA codeMichael Buesch1-1/+1
2008-06-25b43legacy: Do not return TX_BUSY from op_txMichael Buesch1-2/+4
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-9/+10
2008-06-04b43legacy: Fix controller restart crashMichael Buesch1-8/+9
2008-06-03b43legacy: fix build errors when DMA or PIO are not selectedJohannes Berg2-4/+2
2008-05-21mac80211: use multi-queue master netdeviceJohannes Berg1-2/+1
2008-05-21mac80211: move TX info into skb->cbJohannes Berg7-63/+58
2008-05-21mac80211: use rate index in TX controlJohannes Berg1-3/+6
2008-05-21mac80211: let drivers wake but not start queuesJohannes Berg1-1/+0
2008-05-21missing dependencies on HAS_DMAAl Viro1-1/+1
2008-05-14mac80211: use hardware flags for signal/noise unitsBruno Randolf2-6/+5
2008-05-14b43legacy: replace limit_value macro with clamp_valHarvey Harrison4-34/+17
2008-05-07mac80211: QoS related cleanupsJohannes Berg1-2/+1
2008-05-07mac80211: clean up get_tx_stats callbackJohannes Berg2-10/+6
2008-05-07mac80211: Replace ieee80211_tx_control->key_idx with ieee80211_key_confIvo van Doorn1-1/+1
2008-04-29wireless: use get/put_unaligned_* helpersHarvey Harrison1-1/+1
2008-04-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller2-24/+33
2008-04-16b43legacy: fix TBTT and PU timingsStefano Brivio2-3/+34
2008-04-15b43legacy: fix DMA mapping leakageStefano Brivio1-11/+18
2008-04-15b43legacy: Fix usage of struct device used for DMAingMichael Buesch1-13/+13
2008-04-15b43legacy: fix initvals loading on bcm4303Stefano Brivio1-0/+2
2008-03-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-03-04b43legacy: Fix module init messageMichael Buesch1-1/+1
2008-02-29b43legacy: Fix nondebug buildMichael Buesch1-1/+1
2008-02-29b43(legacy): include full timestamp in beacon framesJohannes Berg1-5/+9
2008-02-29b43legacy: fix B43legacy_WARN_ON macroStefano Brivio2-13/+5
2008-02-29b43legacy: fix upload of beacon packets to the hardwareStefano Brivio2-102/+174
2008-02-29b43legacy: add definitions for MAC control registerStefano Brivio2-16/+22
2008-02-29cfg80211 API for channels/bitrates, mac80211 and driver conversionJohannes Berg3-126/+101
2008-02-28Use a separate config option for the b43 pci to ssb bridge.Alexey Zaytsev1-0/+1
2008-02-15b43legacy: Add driver load messagesStefano Brivio2-1/+33
2008-02-15b43legacy: fix firmware load message levelStefano Brivio1-4/+5
2008-02-15b43legacy: add firmware information to modinfoStefano Brivio1-0/+2
2008-02-15b43legacy: fix DMA for 30/32-bit DMA enginesStefano Brivio2-87/+113
2008-02-05b43legacy: fix DMA slot resource leakageStefano Brivio1-2/+12
2008-02-05b43legacy: drop packets we are not able to encryptStefano Brivio4-8/+38