summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi (follow)
Commit message (Expand)AuthorAgeFilesLines
* iwlwifi: remove non-exist referenceWey-Yi Guy2010-06-211-2/+0
* iwlwifi: code cleanup to remove un-necessary "goto"Wey-Yi Guy2010-06-211-5/+5
* iwlwifi: move calibration from iwlcore to iwlagnWey-Yi Guy2010-06-212-11/+2
* iwlwifi: move _agn statistics related structureWey-Yi Guy2010-06-217-84/+86
* iwlwifi: move agn specific rx related code to iwl-agn-rx.cWey-Yi Guy2010-06-215-247/+289
* iwlwifi: display ucode SW Error in hexJay Sternberg2010-06-212-3/+3
* iwlwifi: return ucode errors from station managementJohannes Berg2010-06-211-6/+10
* iwlwifi: use sync commands for keysJohannes Berg2010-06-211-11/+18
* iwlagn: use mutex for aggregationJohannes Berg2010-06-215-27/+45
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-06-175-4/+25
|\
| * iwlwifi: cancel scan watchdog in iwl_bg_abort_scanJohn W. Linville2010-06-151-0/+1
| * iwlagn: verify flow id in compressed BA packetShanyu Zhao2010-06-141-0/+5
| * iwlwifi: serialize station management actionsReinette Chatre2010-06-143-4/+17
| * iwlwifi: add missing rcu_read_lockJohannes Berg2010-06-081-0/+2
* | iwlwifi: print warning about disconnected antennasJohannes Berg2010-06-141-0/+7
* | iwlwifi: rename iwl4965_rx_mpdu_res_startEmmanuel Grumbach2010-06-142-3/+3
* | iwlwifi: rename rxq->dma_addrEmmanuel Grumbach2010-06-145-8/+8
* | iwlwifi: cancel run time calibration work when going downWey-Yi Guy2010-06-141-0/+1
* | iwlwifi: Fix null pointer referencing in iwl_dbgfs_rx_queue_read.Dor Shaish2010-06-141-1/+6
* | iwlwifi: trace full RXJohannes Berg2010-06-142-4/+10
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-06-076-190/+256
|\|
| * iwlwifi: move sysfs_create_group to post request firmwareEmmanuel Grumbach2010-06-061-159/+159
| * iwl3945: fix internal scanAbhijeet Kolekar2010-06-064-31/+96
| * iwl3945: enable stuck queue detection on 3945Reinette Chatre2010-06-061-0/+1
* | iwlwifi: fix-up botched revertJohn W. Linville2010-06-071-1/+1
* | iwlwifi: fix wrapping when handling aggregated batchesDaniel Halperin2010-06-061-6/+45
* | iwlwifi: parse block ack responses correctlyDaniel Halperin2010-06-061-5/+8
* | iwlwifi: remove unused parameterWey-Yi Guy2010-06-061-1/+0
* | iwlwifi: queue user-initiated scan when doing internal scanJohannes Berg2010-06-063-11/+31
* | iwlwifi: generic scan TX antenna forcingJohannes Berg2010-06-066-11/+19
* | iwlwifi: do not use huge command buffer for channel switchWey-Yi Guy2010-06-062-2/+2
* | iwlwifi: reduce memory allocationJohannes Berg2010-06-067-34/+35
* | iwlwifi: kzalloc txb arrayJohannes Berg2010-06-061-1/+1
* | iwlagn: fix bug in txq freeingJohannes Berg2010-06-061-2/+9
* | iwl3945: fix bugs in txq freeingJohannes Berg2010-06-061-6/+8
* | iwlwifi: remove inaccurate commentWey-Yi Guy2010-06-061-1/+1
* | iwlwifi: remove priv->mac_addrJohannes Berg2010-06-062-5/+2
* | iwlwifi: beacon internal time unitWey-Yi Guy2010-06-061-2/+2
* | iwlwifi: support channel switch offload in driverWey-Yi Guy2010-06-066-51/+257
* | iwlwifi: beacon format related helper functionWey-Yi Guy2010-06-0610-53/+113
* | iwlwifi: remove unused parameter in iwl_privWey-Yi Guy2010-06-063-7/+0
* | iwlwifi: do not clear data after chain noise calibShanyu Zhao2010-06-062-18/+23
* | iwlwifi: remove debug frame dumpingJohannes Berg2010-06-062-285/+0
* | iwlwifi: use virtual interface address for scanJohannes Berg2010-06-064-5/+9
* | iwlwifi: set MAC address in RXON from interfaceJohannes Berg2010-06-061-1/+4
* | iwlwifi: remove mac_addr assignmentJohannes Berg2010-06-062-6/+6
* | iwlwifi: remove unused wlap_bssid_addr assignmentJohannes Berg2010-06-061-1/+0
* | iwlwifi: remove useless node_addr assignmentsJohannes Berg2010-06-062-4/+0
* | iwlwifi: use the DMA state API instead of the pci equivalentsFUJITA Tomonori2010-06-046-18/+18
* | mac80211: clean up ieee80211_stop_tx_ba_sessionJohannes Berg2010-06-031-2/+1