aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan5-0/+5
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller8-62/+46
2011-06-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into for-davemJohn W. Linville2-1/+5
2011-06-15mwl8k: Tell firmware to generate CCMP headerNishant Sarmukadam1-1/+3
2011-06-15mwifiex: Fixing NULL pointer dereferenceYogesh Ashok Powar1-0/+2
2011-06-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into for-davemJohn W. Linville11-75/+65
2011-06-08iwlegacy: fix channel switch lockingStanislaw Gruszka5-46/+28
2011-06-08iwlagn: send tx power command if defer cause by RXON not matchWey-Yi Guy1-0/+5
2011-06-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville103-1261/+2320
2011-06-07ath9k: make use of a helper to get paprd scale factorMohammed Shafi Shajakhan1-14/+3
2011-06-07mwifiex: disable transmission buffer aggregation for AMSDU packetsYogesh Ashok Powar1-5/+13
2011-06-07mwifiex: adding check for enough space before paddingYogesh Ashok Powar1-8/+14
2011-06-07mwifiex: Remove redundant skb_queue_empty checksYogesh Ashok Powar1-10/+5
2011-06-07mwifiex: remove list traversal in mwifiex_num_pkts_in_txqYogesh Ashok Powar3-25/+11
2011-06-07iwlwifi: remove unecessary if statementGreg Dietsche1-3/+0
2011-06-07iwlagn: refactor iwlagn_mac_channel_switchStanislaw Gruszka1-54/+52
2011-06-07wl12xx: Stop BA session event from deviceShahar Levi6-4/+46
2011-06-07rtlwifi: Avoid modifying skbs that are resubmittedMike McCormack1-15/+13
2011-06-07rtlwifi: Fix logic in rx_interruptMike McCormack1-1/+1
2011-06-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville25-187/+200
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan31-0/+32
2011-06-06iwl4965: set tx power after rxon_assocStanislaw Gruszka1-1/+2
2011-06-06rt2x00: fix rmmod crashStanislaw Gruszka2-1/+6
2011-06-06iwlagn: use cts-to-self protection on 5000 adapters seriesStanislaw Gruszka3-11/+10
2011-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into for-davemJohn W. Linville12-126/+58
2011-06-05drivers/net: Remove unnecessary semicolonsJoe Perches6-6/+6
2011-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds24-72/+185
2011-06-03iwlagn: call commit_rxon function directlyWey-Yi Guy4-14/+7
2011-06-03iwlagn: direct call to post_scan functionWey-Yi Guy3-3/+2
2011-06-03iwlagn: move all post scan functions in one placeWey-Yi Guy2-7/+7
2011-06-03iwlagn: set smps mode after assoc for 1000 deviceWey-Yi Guy3-2/+14
2011-06-03iwlagn: save the latest smps modeWey-Yi Guy1-0/+1
2011-06-03iwlegacy: add missing null checkGreg Dietsche1-0/+3
2011-06-03iwlegacy: propagate error return valueGreg Dietsche1-1/+1
2011-06-03iwlegacy: return -EINVAL instead of -1Greg Dietsche1-1/+1
2011-06-03iwlegacy: remove unecessary if statementGreg Dietsche1-2/+0
2011-06-03iwlegacy: remove unreachable codeGreg Dietsche1-1/+0
2011-06-03b43: add BCMA 80211 core specific definesRafał Miłecki1-0/+11
2011-06-03b43: add an option to register BROKEN bcma driverRafał Miłecki3-1/+49
2011-06-03b43: do not use SSB specific flags when calling core reset functionRafał Miłecki3-16/+13
2011-06-03ath9k: show excessive-retry MPDUs in debugfsFelix Fietkau2-1/+6
2011-06-03rtlwifi: Fix logic in rx_interruptMike McCormack1-1/+1
2011-06-03rtlwifi: Use write barrier when assigning ownershipMike McCormack1-0/+2
2011-06-03rtlwifi: Assign rx buffer ownership to hardware lastMike McCormack1-2/+3
2011-06-03rtlwifi: Don't block interrupts in spinlocksMike McCormack3-38/+26
2011-06-03rtlwifi: Run IPS leave work in a taskletMike McCormack3-2/+14
2011-06-03rtlwifi: Store loop index in local variableMike McCormack1-12/+8
2011-06-03rtlwifi: Remove set_rfpowerstate_inprogressMike McCormack4-9/+0
2011-06-03rtlwifi: Synchronize IRQ after disabling itMike McCormack1-0/+1
2011-06-03libertas_sdio: handle spurious interruptsDaniel Drake1-5/+16