summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mac80211: removing duplicated parsing of information elementsEster Kummer2008-06-301-91/+97
* build algorithms into the mac80211 moduleAdrian Bunk2008-06-305-50/+14
* mac80211: add last beacon time in scan listEmmanuel Grumbach2008-06-301-0/+7
* mac80211: add spectrum capabilitiesTomas Winkler2008-06-302-0/+29
* mac80211: add MAC80211_VERBOSE_SPECT_MGMT_DEBUG Kconfig optionYi Zhu2008-06-301-0/+7
* iwl-rfkill.c: correct 'recieved' typoJohn W. Linville2008-06-301-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-06-2884-4607/+3384
|\
| * wireless: remove RFKILL_STATE_HARD_BLOCKED warningsJohn W. Linville2008-06-274-8/+21
| * ath5k: remove now unused variable declared in ath5k_txJohn W. Linville2008-06-271-1/+0
| * mac80211: fix tx fragmentationJohannes Berg2008-06-271-31/+37
| * mac80211: make workqueue freezableJohannes Berg2008-06-271-1/+1
| * wireless: Small cleanupsPavel Machek2008-06-272-25/+20
| * iwlwifi: fix build for CONFIG_INPUT=nRandy Dunlap2008-06-272-2/+11
| * mac80211: Add RTNL warning for workqueueIvo van Doorn2008-06-271-2/+5
| * mac80211: add phy information to giwnameTomas Winkler2008-06-271-0/+32
| * mac80211: update the authentication methodEmmanuel Grumbach2008-06-271-0/+13
| * mac80211: don't return -EINVAL upon iwconfig wlan0 rts autoEmmanuel Grumbach2008-06-271-0/+3
| * b43: Fix PIO skb clobberMichael Buesch2008-06-271-1/+1
| * rt2x00: kill URB for all TX queues during disable_radio()Ivo van Doorn2008-06-271-3/+6
| * mac80211: mlme.c use new frame control helpersHarvey Harrison2008-06-271-20/+19
| * mac80211: rx.c use new frame control helpersHarvey Harrison2008-06-271-4/+3
| * mac80211: tx.c use new frame control helpersHarvey Harrison2008-06-271-29/+25
| * mac80211: wep.c use new frame control helpersHarvey Harrison2008-06-271-24/+15
| * ath5k: convert LED code to use mac80211 triggersBob Copeland2008-06-273-154/+132
| * mac80211: Let drivers have access to TKIP key offets for TX and RX MICLuis R. Rodriguez2008-06-275-38/+41
| * rt2x00: Remove duplicate deinitializationIvo van Doorn2008-06-271-18/+2
| * b43: Add debugfs firmware debugging knobMichael Buesch2008-06-273-0/+15
| * b43: Add simple firmware watchdogMichael Buesch2008-06-272-0/+17
| * mac80211: rename TKIP debugging Kconfig symbolJohannes Berg2008-06-272-11/+11
| * ssb, b43, b43legacy, b44: Rewrite SSB DMA APIMichael Buesch2008-06-276-152/+336
| * adm8211: remove unnecessary protected bit mask/checkHarvey Harrison2008-06-261-8/+1
| * mac80211: add single function calling tx handlersJohannes Berg2008-06-261-42/+40
| * b43: Remove "shm" and "ucode_regs" debugfs filesMichael Buesch2008-06-262-44/+0
| * b43: Add mask/set capability to debugfs MMIO interfaceMichael Buesch2008-06-261-8/+30
| * b43: Add debugfs files for random SHM accessMichael Buesch2008-06-264-17/+234
| * b43: Add debugfs files for MMIO register accessMichael Buesch2008-06-262-0/+133
| * mac80211: use separate spinlock for sta flagsJohannes Berg2008-06-262-13/+28
| * mac80211: remove shared key todoJohannes Berg2008-06-261-2/+3
| * rt2x00: Release rt2x00 2.1.8Ivo van Doorn2008-06-261-1/+1
| * rt2x00: Increase queue sizeIvo van Doorn2008-06-261-7/+10
| * rt2x00: Fix sparse warning on nested container_of()Ivo van Doorn2008-06-263-8/+10
| * rt2x00: Cleanup symbol exportsIvo van Doorn2008-06-2611-137/+102
| * rt2x00: Replace statically allocated DMA buffers with mapped skb's.Gertjan van Wingerde2008-06-2610-176/+204
| * rt2x00: Centralize allocation of RX skbs.Gertjan van Wingerde2008-06-264-66/+113
| * rt2x00: Convert rt2x00 to use generic DMA-mapping APIGertjan van Wingerde2008-06-268-26/+25
| * rt2x00: Properly clean up beacon skbs.Gertjan van Wingerde2008-06-263-0/+18
| * rt2x00: Use ieee80211 fc handlersIvo van Doorn2008-06-263-39/+7
| * wireless: fix fallout from device_create removalStephen Rothwell2008-06-261-3/+4
| * mac80211: 11h - Handling measurement requestAssaf Krauss2008-06-262-0/+88
| * mac80211: 11h Infrastructure - ParsingAssaf Krauss2008-06-263-3/+79