aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-09iwlwifi: don't use implicit priv in IWL_DEBUGTomas Winkler1-14/+14
2009-02-09iwl3945: Getting rid of the *39_rxon iwl_priv fieldsSamuel Ortiz1-4/+5
2009-01-29iwlwifi: update copyright year to 2009Reinette Chatre1-1/+1
2009-01-29iwl3945: kill iwl3945_rx_queue_restockWinkler, Tomas1-7/+7
2009-01-29iwlwifi: replace IWL_ERROR with IWL_ERRWinkler, Tomas1-2/+2
2009-01-29iwlwifi: clean up printingTomas Winkler1-2/+1
2009-01-29iwl3945: Remove DRV_NAME dependeniesSamuel Ortiz1-2/+2
2008-12-19iwlwifi: use GFP_KERNEL to allocate Rx SKB memoryZhu Yi1-10/+19
2008-12-12iwlwifi: remove 4965 from common uCode API structuresTomas Winkler1-1/+1
2008-12-12iwlwifi: fix build warning (iwl-rx.c)Rami Rosen1-6/+0
2008-12-12iwlifi: remove twice defined SINGLE_FRAME RX FH MASKWinkler, Tomas1-1/+1
2008-12-12iwlwifi: change email contact informationWinkler, Tomas1-1/+1
2008-12-12iwlwifi: fix build error (iwl-rx.c).Rami Rosen1-1/+2
2008-12-12iwlwifi: iwl_poll_{direct_}bit cleanupZhu, Yi1-4/+2
2008-12-12iwlwifi: implement iwl_debug_report_frame for iwlagnHalperin, Daniel C1-54/+31
2008-11-25iwlwifi: consolidate station management codeTomas Winkler1-75/+0
2008-11-21iwlwifi: use Rx single frame mode (one Rx frame per RB)Zhu, Yi1-2/+2
2008-11-21iwlwifi: move rx queue read pointer into rxqWinkler, Tomas1-2/+16
2008-11-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-9/+17
2008-11-18iwlagn: fix RX skb alignmentJohannes Berg1-9/+17
2008-10-31iwlwifi: run through spell checkerTomas Winkler1-4/+4
2008-09-30iwlwifi: refactor rx register initializationWinkler, Tomas1-11/+19
2008-09-15mac80211: use nl80211 interface typesJohannes Berg1-4/+4
2008-09-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-1/+4
2008-09-03iwlwifi: W/A for the TSF correction in IBSSAssaf Krauss1-1/+4
2008-08-22iwlwifi: use generic mac80211 radiotap headersBruno Randolf1-105/+20
2008-08-04iwlwifi: implement iwl5000_calc_rssiTomas Winkler1-43/+16
2008-07-14iwlwif: remove compilation warnings iwl_add_radiotapTomas Winkler1-20/+17
2008-07-02iwlwifi: fix iwl4965 temperature callback calibration issueZhu Yi1-2/+9
2008-06-30iwlwifi: adjust TSF in IBSSAssaf Krauss1-1/+1
2008-06-30iwlwifi: move rx aggregation functions to iwl-rx.cRon Rindjunsky1-0/+43
2008-06-30iwlwifi: remove useless network and duplicate checkingEmmanuel Grumbach1-135/+13
2008-06-30iwlwifi: move RX handlers to iwl-rx.cEmmanuel Grumbach1-0/+853
2008-06-30iwlwifi: move RX stats to core, and move temperature to handlerEmmanuel Grumbach1-0/+75
2008-06-14iwlwifi: removes the RUN_TIME_CALIB ifdefEmmanuel Grumbach1-2/+0
2008-06-03iwlwifi: move iwl_rx_missed_beacon_notif to iwl-rx.cTomas Winkler1-0/+22
2008-06-03iwlwifi: move iwl_rxq_stop into iwl-rx.cTomas Winkler1-0/+26
2008-05-14iwlwifi: handle shared memory Rx index accessRon Rindjunsky1-2/+1
2008-05-14iwlwifi: move NIC init and Tx queues init to iwlcoreRon Rindjunsky1-0/+52
2008-05-14iwlwifi: move RX code to iwl-rx.cTomas Winkler1-0/+371