summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)Author
2008-01-28hostap annotationsAl Viro
2008-01-28airo: last of endianness annotationsAl Viro
2008-01-28airo: sanitize handling of StatusRidAl Viro
2008-01-28airo: sanitize APListRid handlingAl Viro
2008-01-28airo: sanitize handling of CapabilityRidAl Viro
2008-01-28airo: sanitize handling of StatsRidAl Viro
2008-01-28airo: sanitize handling of WepKeyRidAl Viro
2008-01-28airo: sanitize BSSListRid handlingAl Viro
2008-01-28bap_read()/bap_write() work with fixed-endian buffersAl Viro
2008-01-28airo: sanitize handling of SSID_ridAl Viro
2008-01-28airo: trivial endianness annotationsAl Viro
2008-01-28ipw2200: ipw_tx_skb() endianness bugAl Viro
2008-01-28ipw2200 fix: ->rt_chbitmask is le16Al Viro
2008-01-28ipw2200 fix: struct ieee80211_radiotap_header is little-endianAl Viro
2008-01-28ray_cs fixesAl Viro
2008-01-28ipw2100 annotations and fixesAl Viro
2008-01-28p54common annotations and fixesAl Viro
2008-01-28hostap: fix endianness with txdesc->sw_supportAl Viro
2008-01-28airo: fix writerids() endiannessAl Viro
2008-01-28airo endianness bug: cap_rid.extSoftCapAl Viro
2008-01-28airo: bug in airo_interrupt() handling on incoming 802.11Al Viro
2008-01-28airo: fix endianness bug in ->dBm handlingAl Viro
2008-01-28airo: fix transmit_802_11_packet()Al Viro
2008-01-28eliminate byteswapping in struct ieee80211_qos_parametersAl Viro
2008-01-28wireless: cleanup some merge errorsJohn W. Linville
2008-01-28iwlwifi: skip mac80211 conf during a hardware scan and replay it afterwardsZhu Yi
2008-01-28iwlwifi: proper monitor supportZhu Yi
2008-01-28libertas: remove check for driver_lock in lbs_interrupt()David Woodhouse
2008-01-28libertas: convert SUBSCRIBE_EVENT to a direct commandDavid Woodhouse
2008-01-28libertas: change inference about buffer size in lbs_cmd()David Woodhouse
2008-01-28libertas: convert ENABLE_RSN to a direct commandDavid Woodhouse
2008-01-28libertas: convert SET_WEP to a direct commandDavid Woodhouse
2008-01-28libertas: convert SLEEP_PARAMS to a direct commandDavid Woodhouse
2008-01-28libertas: convert INACTIVITY_TIMEOUT to a direct commandDavid Woodhouse
2008-01-28libertas: convert RADIO_CONTROL to a direct commandDavid Woodhouse
2008-01-28libertas: submit RSSI command on tx timeout, to check whether module is deadDavid Woodhouse
2008-01-28libertas: make lbs_submit_command always 'succeed' and set command timerDavid Woodhouse
2008-01-28libertas: discard DEFER responses to commands; let the timeout triggerDavid Woodhouse
2008-01-28libertas: use priv->upld_buf for command responsesDavid Woodhouse
2008-01-28libertas: reduce explicit references to priv->cur_cmd->cmdbufDavid Woodhouse
2008-01-28libertas: Check for PS mode support on USB devicesDavid Woodhouse
2008-01-28libertas: allow for PS mode to be disabled when firmware doesn't support itDavid Woodhouse
2008-01-28libertas: handle HOST_AWAKE event by sending WAKEUP_CONFIRM commandDavid Woodhouse
2008-01-28libertas: don't clear priv->dnld_sent after sending sleep confirmDavid Woodhouse
2008-01-28libertas: fix buffer handling of PS_MODE commands and responsesDavid Woodhouse
2008-01-28libertas: add SLEEP_PERIOD and FW_WAKE_METHOD command definitionsDavid Woodhouse
2008-01-28libertas: fix return from lbs_update_channel()David Woodhouse
2008-01-28libertas: kill 'addtail' argument to lbs_queue_cmd() and make it staticDavid Woodhouse
2008-01-28libertas: handle command timeout in main thread instead of directly in timerDavid Woodhouse
2008-01-28libertas: ensure response buffer size is always set for lbs_cmd_with_responseDavid Woodhouse