summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2008-07-08rtl8187: updating rtl8187_rtl8225.c to support RTL8187BHin-Tak Leung1-14/+215
2008-07-08rtl8187: updating rtl818x.h to support RTL8187BHin-Tak Leung1-9/+27
2008-07-08rtl8187: updating rtl8187.h to support RTL8187BHin-Tak Leung1-16/+97
2008-07-08rt2x00: Fix register commentsIvo van Doorn2-8/+36
2008-07-08hostap: don't compile prism2_suspend() for hostap_pci without CONFIG_PMPavel Roskin1-2/+2
2008-07-08b43legacy: Remove switch statement with 64-bit indexLarry Finger1-15/+51
2008-07-08rt2x00: Report RX end time for rt2400pciIvo van Doorn3-0/+26
2008-07-08rt2x00: Use ieee80211_hw->workqueue againIvo van Doorn3-17/+8
2008-07-08rt2x00: Decrease alignment headroomIvo van Doorn1-3/+4
2008-07-08rt2x00: Remove input_polldev requirements for rfkillIvo van Doorn5-93/+38
2008-07-08zd1211rw: beacon config error checkingDaniel Drake1-17/+45
2008-07-08iwlwifi: fix typo which caused iwl_get_tx_fail_reason to ever return an empty...Helmut Schaa2-2/+2
2008-07-08iwlwifi: remove input device and fix rfkill stateAdel Gadllah8-111/+105
2008-07-08iwlwifi: request Tx of block ack request if necessaryRon Rindjunsky2-6/+6
2008-07-08iwlwifi: fix error path of iwl_rfkill_initTomas Winkler1-6/+2
2008-07-07zd1211rw: add ID for AirTies WUS-201Firat Birlik1-0/+1
2008-07-07drivers/net/wireless/iwlwifi/iwl-3945.c Fix type issue on 64bitDarren Jenkins1-2/+2
2008-07-07hostap_cs: correct poor NULL checks in suspend/resume routinesJohn W. Linville1-4/+8
2008-07-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller9-19/+30
2008-07-02p54: Add quality output to iwlist and iwconfigLarry.Finger@lwfinger.net1-0/+1
2008-07-02iwl3945: remove RFKILL_STATE_HARD_BLOCKED warningsZhu Yi1-2/+5
2008-07-02iwlwifi: fix iwl4965 temperature callback calibration issueZhu Yi4-20/+13
2008-07-02iwlwifi: enable packet injection for iwl3945Stefanik Gábor1-13/+9
2008-07-02iwlwifi: fix incorrect monitor mode operationRick Farrington2-41/+22
2008-07-02libertas: support USB persistence on suspend/resume (resend)andrey@cozybit.com1-0/+1
2008-07-02iwlwifi: drop skb silently for Tx request in monitor modeZhu Yi2-2/+4
2008-07-02iwlwifi: fix incorrect 5GHz rates reported in monitor modeRick Farrington2-2/+10
2008-07-01iwlwifi: fix 4965 uCode loadTomas Winkler2-6/+3
2008-07-01iwlwifi: clean up HW RF-kill state machine and restartsEmmanuel Grumbach2-10/+17
2008-07-01iwlwifi: blocking mac_start until uCode is completeEmmanuel Grumbach1-12/+10
2008-07-01iwlwifi: eliminate iwl4965_mac_get_tsfRon Rindjunsky1-12/+0
2008-07-01iwlwifi: Remove unnecessary codeAbhijeet Kolekar1-3/+0
2008-07-01iwlwifi: control 11n capabilities through module paramRon Rindjunsky4-5/+22
2008-07-01iwlwifi: unite common settings of HW paramsRon Rindjunsky5-20/+18
2008-07-01iwlwifi: don't bring up interface if RF-kill avoids radioEmmanuel Grumbach1-6/+8
2008-07-01iwlwifi : Patch adds rfkill subsystem for 3945Abhijeet Kolekar2-35/+176
2008-07-01iwlwifi: adjust TSF in IBSSAssaf Krauss2-1/+4
2008-07-01iwlwifi: keep the STATUS_EXIT_PENDING flag till the end of down flowMohamed Abbas1-2/+6
2008-07-01iwlwifi: fix IBSS association flowTomas Winkler1-9/+12
2008-07-01iwlwifi: remove obsolete lq_ready useRon Rindjunsky5-32/+2
2008-07-01iwlwifi: move rx aggregation functions to iwl-rx.cRon Rindjunsky3-45/+47
2008-07-01iwlwifi: setup compressed BA handlerEmmanuel Grumbach5-150/+151
2008-07-01iwlwifi: remove useless network and duplicate checkingEmmanuel Grumbach4-173/+13
2008-07-01iwlwifi: move RX handlers to iwl-rx.cEmmanuel Grumbach5-860/+861
2008-07-01iwlwifi: don't send REPLY_REMOVE_ALL_STA upon exitEmmanuel Grumbach4-14/+15
2008-07-01iwlwifi: move RX stats to core, and move temperature to handlerEmmanuel Grumbach9-85/+103
2008-07-01iwlwifi: send ADD_STA before RXON with assoc bitEmmanuel Grumbach1-33/+46
2008-07-01iwlwifi: add REPLY_TX_POWER_DBM_CMD to get_cmd_stringEmmanuel Grumbach1-0/+1
2008-07-01iwlwifi: use iwl_is_associated when possibleRon Rindjunsky2-4/+4
2008-07-01iwlwifi: better station table maintenanceEmmanuel Grumbach4-53/+100